Was RegisteredForRemoteNotifications Removed? #4803
Replies: 1 comment 3 replies
-
Hi @ElliottBrand - I wanted to find out if you had any luck with solving this issue? We have been looking at this too for the last months as background (remote) notification on iOS is key for our product and without it we are stuck at Maui Preview 12 after which these methods were removed. To get around this, we tried to define them ourselves:
The first two work fine but DidReceiveRemoteNotification is pretty much impossible to do on your own. In any case, this seems to be the wrong way to go - do you have any ideas how Maui supports this now? Please let us know - Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading Visual Studio 2022 to Version 17.2.0 Preview 1.0, I can no longer use/override
RegisteredForRemoteNotifications
to set my apns token for iOS. If removed, what replaced it?Prior to this update, I was doing something like:
Beta Was this translation helpful? Give feedback.
All reactions