extension-push icon indicating copy to clipboard operation
extension-push copied to clipboard

This is a Defold native extension which provides access to Push Notifications functionality on iOs and Android devices.

Results 7 extension-push issues
Sort by recently updated
recently updated
newest added

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

ios

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...

enhancement

Add support for Rich Push Notifications

enhancement

Today Defold has support for Amazon store, but no implementation for the remote push notifications exists.

enhancement