You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following issue is being encountered in OneSignal SDK:
Alert Dialog After Permission Denial: The alert dialog shown in the attached screenshot appears on every app launch after the Notification Permission dialog is denied.
The behavior of requestPermission remains the same regardless of whether the parameter is set to true or false.
Automatic Display of System Notification Permission Dialog: The OneSignal SDK automatically triggers the system's default Notification Permission dialog.
The following issue is being encountered in OneSignal SDK:
Alert Dialog After Permission Denial: The alert dialog shown in the attached screenshot appears on every app launch after the Notification Permission dialog is denied.
OneSignal.getNotifications().requestPermission(false, Continue.none());
The behavior of requestPermission remains the same regardless of whether the parameter is set to true or false.
Automatic Display of System Notification Permission Dialog: The OneSignal SDK automatically triggers the system's default Notification Permission dialog.
Despite using OneSignal SDK version 5.1.19 and even trying to downgrade the SDK, the issue persists.
Code of Conduct
The text was updated successfully, but these errors were encountered: