GoCarrot / teak-unity

Teak SDK for Unity
Apache License 2.0
0 stars 1 forks source link

ADM integration docs to not provide "jobservice" name #49

Closed AlexSc closed 3 years ago

AlexSc commented 3 years ago

Amazon's ADM integration documentation now includes the following required change to the AndroidManifest.xml

<service android:name="[YOUR JOBSERVICE NAME]" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />

While our documentation covers what [YOUR SERVICE NAME] and [YOUR RECEIVER NAME] should be, it does not cover what [YOUR JOBSERVICE NAME] should be.

The documentation should be updated to address what [YOUR JOBSERVICE NAME] should be.

AlexSc commented 3 years ago

I think it's supposed to be io.teak.sdk.push.ADMPushProvider .