-
Notifications
You must be signed in to change notification settings - Fork 5
Issue: doc wrong abt android app key? #24
Copy link
Copy link
Open
Description
Your Socket Mobile Developer ID
b3889107-171f-f111-8341-6045bd03f534
Environment
android
Description
The docs here for RN say to add the following lines to android manifest XML:
<meta-data android:name="com.socketmobile.capture.APP_KEY" android:value="YOUR_APP_KEY"/>
<meta-data android:name="com.socketmobile.capture.DEVELOPER_ID" android:value="YOUR_DEVELOPER_ID"/>
However, using CaptureHelper, we pass that info in the ctor. So I'm assuming this is a typo? Because I didnt have to do that and android worked perfectly fine just giving it app info at CaptureHelper ctor time. Please confirm if thats just a docs mistake
Steps to Reproduce
remove or misconfigure android xml entries
Expected Behavior
failure at CaptureHelper ctor time
Actual Behavior
it works
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels