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
WMSDK-552: New public method refreshNotificationPermissionStatus (#615)
* WMSDK-552: Add `refreshNotificationPermissionStatus` and deprecate old API
- Added new public method `refreshNotificationPermissionStatus()` to re-check system push notification authorization and send update to backend.
- Marked `notificationsRequestAuthorization(granted:)` as deprecated and redirected it to the new method.
- Updated internal implementation to use unified `checkNotificationStatus()` logic.
* WMSDK-552: Fix versioning tests for `refreshNotificationPermissionStatus`
- Use `CyclicUNAuthorizationStatusProvider` registration to specific test only
- Split versioning test into separate tests for deprecated and new methods
- Added helper methods with proper file/line parameters for better error reporting
* WMSDK-552: Example - new `refreshNotificationPermissionStatus` method
0 commit comments