-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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 the info.plist for:
<key>branch_key</key>
<dict>
<key>live</key>
<string>key_xxxxx</string>
</dict>
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
testApiKeywithin theapp.jsonconfig - Add a flag to enable debugging logs for Branch if possible
Any existing examples?
No response
ohararyan and howwellapp
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request