Skip to content

WMSDK-552: New public method for push permission#128

Merged
justSmK merged 4 commits into
developfrom
feature/WMSDK-552-new-public-method-for-push-permission
Nov 20, 2025
Merged

WMSDK-552: New public method for push permission#128
justSmK merged 4 commits into
developfrom
feature/WMSDK-552-new-public-method-for-push-permission

Conversation

@justSmK
Copy link
Copy Markdown
Collaborator

@justSmK justSmK commented Nov 5, 2025

Issue

  • 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 refreshNotificationPermissionStatus() logic.

Example

  • Added the usage of the public method refreshNotificationPermissionStatus() to re-check system push notification authorization and send update to backend.
  • Added a Privacy manifest for iOS app
  • Fixed missing deviceUUID in the UI after the first installation
  • Added endpoints for the Example App

…PermissionStatus()`

- Added the usage of the public method `refreshNotificationPermissionStatus()` to re-check system push notification authorization and send update to backend.
- Added a Privacy manifest for iOS app
- Fixed missing `deviceUUID` in the UI after the first installation
- Added endpoints for the Example App
Comment thread src/index.tsx Outdated
@justSmK
Copy link
Copy Markdown
Collaborator Author

justSmK commented Nov 5, 2025

image Поправил, используя параметр в `console.warn`

@justSmK justSmK merged commit 97468f8 into develop Nov 20, 2025
7 checks passed
@justSmK justSmK deleted the feature/WMSDK-552-new-public-method-for-push-permission branch November 20, 2025 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants