Skip to content

BD-7148 iOS Push Notifications#133

Closed
denniskoluris wants to merge 10 commits intomainfrom
dk/push-notifications-ios
Closed

BD-7148 iOS Push Notifications#133
denniskoluris wants to merge 10 commits intomainfrom
dk/push-notifications-ios

Conversation

@denniskoluris
Copy link
Copy Markdown
Collaborator

No description provided.

@denniskoluris
Copy link
Copy Markdown
Collaborator Author

@akrupczynskirezolve I have added you in this PR just in case you notice something way off compared to your Android documentation.

func application(_ application: UIApplication,
didFailToRegisterForRemoteNotificationsWithError error: Error) {

BDLocationManager.instance()?.pushNotifications.registrationFailed(error)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@denniskoluris registrationFailed is not implemented in MVP. Please remove this section
https://rezolvetech.atlassian.net/wiki/spaces/RPS/pages/5185536002/Mobile+Public+API+iOS+Android

}

BDLocationManager.instance()?.pushNotifications.onNotificationReceived = { payload in
print("Push received")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to print any relevant data from PushPayload, for example payload.zoneID

Comment thread docs/Point SDK/iOS/Push Notifications.md
@denniskoluris denniskoluris deleted the dk/push-notifications-ios branch April 17, 2026 07:47
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.

2 participants