flutter_apns 1.3.0
flutter_apns: ^1.3.0 copied to clipboard
APNS push notification plugin. Uses firebase_messaging on Android, but replaces it on iOS with custom implementation.
1.3.0 #
- upgraded firebase to 7.0.0
1.2.0 #
- upgraded firebase to 6.0.16 IMPORTANT! New version requires setting UNUserNotificationCenterDelegate. Check the readme.
1.1.0 #
- merged https://github.com/mwaylabs/flutter-apns/pull/11 - make sure that you are handling isDisabledByUser == null
- upgraded firebase to 6.0.9
1.0.5 #
1.0.4 #
- fixed iOS 13 bug with decoding token from NSData
1.0.3 #
- added background messaging support oon Android
- added workaround for flutter 1.7