Skip to content

Issue: doc wrong abt android app key? #24

@mstoner-aptos

Description

@mstoner-aptos

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions