You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you put a test key into your app.json config, then the SDK won't properly connect to the test environment of Branch; it still has a live key, and there's a mismatch, so none of your links can be properly processed by the SDK.
My requests:
Add a parameter for a testApiKey within the app.json config
Add a flag to enable debugging logs for Branch if possible
Any existing examples?
No response
The text was updated successfully, but these errors were encountered:
Library
https://github.com/expo/config-plugins/tree/main/packages/react-native-branch
Summary
When using Branch with the expo config-plugin, the plugin takes in an
apiKey
parameter. This adds an entry to theinfo.plist
for:If you put a
test
key into yourapp.json
config, then the SDK won't properly connect to thetest
environment of Branch; it still has alive
key, and there's a mismatch, so none of your links can be properly processed by the SDK.My requests:
testApiKey
within theapp.json
configAny existing examples?
No response
The text was updated successfully, but these errors were encountered: