extension-push
extension-push copied to clipboard
This is a Defold native extension which provides access to Push Notifications functionality on iOs and Android devices.
Hello! After following the documentation on local notifications to no avail, someone in the discord suggested I try to use the example, which also failed to schedule any notifications. It...
`application:didReceiveRemoteNotification:` is replaced by `[userNotificationCenter:willPresentNotification:withCompletionHandler:](https://developer.apple.com/documentation/usernotifications/unusernotificationcenterdelegate/1649518-usernotificationcenter?language=objc)` https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623117-application?language=objc
For my purposes I need method to return if notifications are allowed or not. As I know default IOS notification popup doesn't give any callbacks what user choose. So I...
Today Defold has support for Amazon store, but no implementation for the remote push notifications exists.