pushwoosh_flutter 2.3.19
pushwoosh_flutter: ^2.3.19 copied to clipboard
This plugin allows you to receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).
2.3.19 #
2.3.18 #
Breaking Changes #
- Removed
sender_idparameter fromPushwoosh.initialize(). The parameter was deprecated and is now fully removed — the Firebase project is determined automatically fromgoogle-services.json. If your code passessender_idininitialize(), simply remove it:Pushwoosh.initialize({"app_id": "XXXXX-XXXXX"});
Updated #
- Pushwoosh Android SDK updated to 6.7.60
- Pushwoosh iOS SDK updated to 7.0.33
2.3.16 #
2.3.15 #
Added #
addJavascriptInterface()method. Use this method to call Dart functions from In-Apps
Fixed #
- Runtime errors when calling Live Activity-related methods on Android devices
- Crash in Inbox UI when opening unread notifications
Updated #
- Pushwoosh Android SDK updated to 6.7.38
- Pushwoosh iOS SDK updated to 6.11.3
2.3.14 #
2.3.8 #
2.3.7 #
Added #
- Added safeCompletionHandler to prevent multiple invocations of the completionHandler in
_replacement_didReceiveRemoteNotification, ensuring compatibility with other frameworks
2.3.6 #
Fixed #
- Correctly implemented swizzling for
application:didReceiveRemoteNotification:fetchCompletionHandler:method.
2.3.3 #
2.3.2 #
2.3.1 #
Added #
defaultSetup(),defaultStart(String activityId, Map<String, dynamic> attributes, Map<String, dynamic> content)methods added
2.2.30 #
2.2.29 #
Improved #
- Improved compatibility of the
void setShowForegroundAlert(bool value)method with other push providers.
2.2.28 #
Fixed #
- Fixed the push notification appearance animation, which was displaying incorrectly due to a bug with duplicate notifications.
2.2.25 #
Fixed #
- No visible @interface for 'Pushwoosh' declares the selector
startLiveActivityWithToken:completion:
2.2.22 #
2.2.20 #
2.2.16 #
Changed #
- Pushwoosh plugin's notification center delegate now calls implementations of delegate methods of 3rd-party push services.
2.2.15 #
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.13 #
Changed #
- Pushwoosh Android SDK version updated to 6.6.10
- Pushwoosh iOS SDK version updated to 6.4.12
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.10 #
Changed #
sendDateparameter ofInboxMessagenow returns ISO8601-formatted string on both platforms
2.2.8 #
2.2.6 #
2.2.5 #
2.2.3 #
2.2.0 #
2.0.3 #
Fixed #
- Crashes in registration callbacks when using the plugin with 3rd-party push providers
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.0 #
1.20.0 #
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.17.0 #
Fixed #
- An issue with opPushAccepted and onPushReceived callbacks not working when Flutter apps are opened by tap on a push notification
1.14.1 #
1.14.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