Description:
I am seeing huge spike OneSignal ANR on Android 5.0 device after upgrading target sdk to 26 regarding
Broadcast of Intent { act=android.intent.action.MY_PACKAGE_REPLACED flg=0x4000010 pkg=com.kiddoware.kidsplace cmp=com.kiddoware.kidsplace/com.onesignal.UpgradeReceiver (has extras)
Few Users have also reported app stuck on blue screen as soon as it starts after the upgrade. When I gave them the apk without onesignal SDK it worked fine.
Issue seems to be in com.onesignal.UpgradeReceiver and confined to android 5.0 and some android 4.4 device with target SDK 26. This is critical issue as Play Store requires app developers to move to target SDK.
Thanks,
Environment
Maven
Steps to Reproduce Issue:
- Add the OneSignal SDK to your project
- Place your App ID in the application's gradle file
- Start the app
- Upgrade the app
Anything else:
(crash stacktraces, as well as any other information here)
Description:
I am seeing huge spike OneSignal ANR on Android 5.0 device after upgrading target sdk to 26 regarding
Broadcast of Intent { act=android.intent.action.MY_PACKAGE_REPLACED flg=0x4000010 pkg=com.kiddoware.kidsplace cmp=com.kiddoware.kidsplace/com.onesignal.UpgradeReceiver (has extras)
Few Users have also reported app stuck on blue screen as soon as it starts after the upgrade. When I gave them the apk without onesignal SDK it worked fine.
Issue seems to be in com.onesignal.UpgradeReceiver and confined to android 5.0 and some android 4.4 device with target SDK 26. This is critical issue as Play Store requires app developers to move to target SDK.
Thanks,
Environment
MavenSteps to Reproduce Issue:
Anything else:
(crash stacktraces, as well as any other information here)