-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: PermissionsActivity crash #1720
Comments
Hi @sebastinto thanks for the detailed report! Are you able to confirm if this is occurring to an actual user? From the comments in the referenced issue my theory is automatic testing done by the google play store is explicitly driving the We can update our Activity to do additional checking |
@brismithers I cannot confirm that it happened to a real user. You may be onto something with your theory that it's driven by automated play store testing since the crash was reported not long after uploading a new version of the app to the Google Play Store. |
@sebastinto Recently reported by Crashlytics. Device Model: Pixel 3 XL (Android 9) |
Same problem in:
|
Just noticed this, too, captured on a Pixel 3a running Android 12,
We do call |
Hello everyone! Apologies that this issue has gone stale. Much of our work in the last few quarters have been on a new major release where many improvements and enhancements are introduced. We will continue to investigate 4.x.x bugs, though we encourage you to update to our latest release as that will be the most-supported release going forward. Please see our migration guide for full details on upgrading and let us know if you have any questions! If this crash is still a current concern, please let us know and we will investigate further. Thanks! |
What happened?
The crash was reported in Crashlytics.
It seems to be related to this: OneSignal/OneSignal-Unity-SDK#529 since the stack trace is very similar. Also happening on a Nexus 5X running Android 8 like other reports.
Important to note is that we handle permissions outside of the OneSignal SDK i.e. we don't call
promptForPushNotifications()
Also important to note is that the same device reported a crash with the same cause coming from the
androidx.profileinstaller:profileinstaller
library (which we strangely don't use in our app). There's also this very similar report in the issue tracker coming from the Google Play Core library: https://issuetracker.google.com/issues/200437477Gradle
Steps to reproduce?
What did you expect to happen?
No crash
OneSignal Android SDK version
latest
Android version
8
Specific Android models
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: