#Metadata
9 messages · Page 1 of 1 (latest)
- Define a <meta-data> tag in AndroidManifest.xml with a Camera Kit application ID value under <application> tag:
<meta-data android:name="com.snap.camerakit.app.id" android:value="${cameraKitApiToken}" />
Note: This token is used for deployed production version only!
- The easiest way to include this, is to define a <meta-data> tag in AndroidManifest.xml with a Camera Kit application ID value under <application> tag:
<application ...>
<meta-data android:name="com.snap.camerakit.api.token" android:value="${cameraKitApiToken}" />
</application>
Why meta data is different ?
com.snap.camerakit.app.id and com.snap.camerakit.api.token
I see crash rate in google play console : SourceFile - com.snap.camerakit.internal.ee1.a
com.snap.camerakit.UnauthorizedApplicationException
hey @real ibex if you are using the sample apps please set your api token in gradle.properties
https://github.com/Snapchat/camera-kit-android-sdk/blob/main/Samples/gradle.properties
Your api token should be in https://my-lenses.snapchat.com/ under Apps
no my app is pushish on play store on production stage