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
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
It seems push notifications are not working in iOS. I've noticed that in the Android project, App.CurrentAthlete.DeviceToken is set to a value in PushNotifications.cs class PushHandlerService method OnRegistered. But in the iOS project there is no equivalent and so I think that App.CurrentAthlete.DeviceToken stays uninitialized on iOS and therefore all the push notification code gets bypassed. Could you please confirm how to initialize App.CurrentAthlete.DeviceToken in iOS and/or update this solution?
The text was updated successfully, but these errors were encountered:
It seems push notifications are not working in iOS. I've noticed that in the Android project, App.CurrentAthlete.DeviceToken is set to a value in PushNotifications.cs class PushHandlerService method OnRegistered. But in the iOS project there is no equivalent and so I think that App.CurrentAthlete.DeviceToken stays uninitialized on iOS and therefore all the push notification code gets bypassed. Could you please confirm how to initialize App.CurrentAthlete.DeviceToken in iOS and/or update this solution?
The text was updated successfully, but these errors were encountered: