OneSignal-Unity-SDK icon indicating copy to clipboard operation
OneSignal-Unity-SDK copied to clipboard

[Bug]: random crashes on Amazon device

Open joaquingrech opened this issue 2 years ago • 0 comments

What happened?

Another one for the books. The amazon device was getting random crashes when compiled with Unity 2021.2.18 and onesignal 3.0.0

After hours wasted, I realize that

<service android:name="com.onesignal.ADMMessageHandlerJob"
           android:permission="android.permission.BIND_JOB_SERVICE"
           android:exported="false" />

seems to be required in the manifest file and in the whole unity sdk amazon section is nowhere to be found.

Steps to reproduce?

launch in amazon device with the example manifest you have on your website

What did you expect to happen?

it should work, but nope, first it will crash because the api_key.txt file is in the wrong location and second because this line is missing from the example manifest

Unity version

2021.2.18

OneSignal Unity SDK version

3.0.0

Platform

Android

Relevant log output

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

joaquingrech avatar Apr 06 '22 00:04 joaquingrech