pushwoosh_flutter 2.2.30 pushwoosh_flutter: ^2.2.30 copied to clipboard
This plugin allows you to receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).
1.9.0 #
1.11.0 #
Updated #
- Android SDK version updated to 5.11.0
- iOS SDK version updated to 5.11.0
- startLocationTracking is async now
- compatibility with flutter v0.10.0+
1.12.0 #
1.13.0 #
Fixed #
- Fixed an issue with Flutter app crashes on push receiving while the app is terminated
- Sample upgraded to Android X, gradle plugin version updated to 3.2.1
1.14.0 #
1.14.1 #
1.17.0 #
Fixed #
- An issue with opPushAccepted and onPushReceived callbacks not working when Flutter apps are opened by tap on a push notification
1.19.0 #
iOS #
- Replaced UIWebView with WKWebView in iOS
Android #
- Fixed ANRs caused by push messages being processed in the main thread in Android
- Fixed incorrect inbox URL opening behaviour
- Fixed background processing that caused extra battery consumption
Updated #
- Android SDK version updated to 5.19.5
- iOS SDK version updated to 5.19.3
1.20.0 #
2.0.0 #
2.0.2 #
Changes #
- Removed the method that collected the list of installed packages to comply with the newest Play Store policy
- Android SDK updated to 6.2.7
2.0.3 #
Fixed #
- Crashes in registration callbacks when using the plugin with 3rd-party push providers
2.2.0 #
2.2.3 #
2.2.5 #
2.2.6 #
###Added
- customData parameter to
InboxMessage
class ###Fixed - iOS build issue in pushwoosh_inbox module
2.2.8 #
2.2.10 #
Changed #
sendDate
parameter ofInboxMessage
now returns ISO8601-formatted string on both platforms
2.2.11 #
2.1.13 #
###Changed
- Pushwoosh Android SDK version updated to 6.6.9
- Pushwoosh iOS SDK version updated to 6.4.10
2.2.13 #
Changed #
- Pushwoosh Android SDK version updated to 6.6.10
- Pushwoosh iOS SDK version updated to 6.4.12
2.2.14 #
Changed #
- the plugin now uses xcframework via Cocoapods instead of embedded static library
Added #
- iOS provisional pushes are supported now. To enable it, call
requestProvisionalAuthOptions()
method before callingregisterForPushNotifications()
.
Fixed #
Undefined symbols for architecture arm64: "_OBJC_CLASS_"
crash whenuse_frameworks!
is specified in Podfile.
2.2.14 #
Changed #
- the plugin now uses xcframework via Cocoapods instead of embedded static library
Added #
- iOS provisional pushes are supported now. To enable it, call
requestProvisionalAuthOptions()
method before callingregisterForPushNotifications()
.
Fixed #
Undefined symbols for architecture arm64: "_OBJC_CLASS_"
crash whenuse_frameworks!
is specified in Podfile.
2.2.14 #
Changed #
- the plugin now uses xcframework via Cocoapods instead of embedded static library
Added #
- iOS provisional pushes are supported now. To enable it, call
requestProvisionalAuthOptions()
method before callingregisterForPushNotifications()
.
Fixed #
Undefined symbols for architecture arm64: "_OBJC_CLASS_"
crash whenuse_frameworks!
is specified in Podfile.
2.2.14 #
Changed #
- the plugin now uses xcframework via Cocoapods instead of embedded static library
Added #
- iOS provisional pushes are supported now. To enable it, call
requestProvisionalAuthOptions()
method before callingregisterForPushNotifications()
.
Fixed #
Undefined symbols for architecture arm64: "_OBJC_CLASS_"
crash whenuse_frameworks!
is specified in Podfile.
2.2.15 #
2.2.16 #
Changed #
- Pushwoosh plugin's notification center delegate now calls implementations of delegate methods of 3rd-party push services.
2.2.20 #
2.2.22 #
2.2.25 #
Fixed #
- No visible @interface for 'Pushwoosh' declares the selector
startLiveActivityWithToken:completion:
2.2.28 #
Fixed #
- Fixed the push notification appearance animation, which was displaying incorrectly due to a bug with duplicate notifications.