Skip to content

Releases: Pushwoosh/pushwoosh-react-native-plugin

6.1.58

Choose a tag to compare

@PushwooshCI PushwooshCI released this 22 Apr 15:18

Breaking Changes

  • Raised minimum iOS deployment target to 13.0 (previously 11.0), matching the native iOS SDK requirement. Apps integrating the plugin must target iOS 13.0 or higher

Updated

  • Pushwoosh iOS SDK 7.0.36
  • Pushwoosh Android SDK 6.7.64

6.1.57

Choose a tag to compare

@PushwooshCI PushwooshCI released this 30 Mar 18:36

Breaking Changes

  • Removed project_number (FCM Sender ID) from PushwooshConfig TypeScript interface and init() implementation. The parameter was deprecated in 6.1.56 and is now fully removed — the Firebase project is determined automatically from google-services.json. If your code passes project_number in init(), simply remove it:

    Pushwoosh.init({ "pw_appid": "XXXXX-XXXXX" });

6.1.56

Choose a tag to compare

@PushwooshCI PushwooshCI released this 17 Mar 10:16

New Features

  • Added standalone setReverseProxy() method with optional custom headers support. Must be called before init()

    Pushwoosh.setReverseProxy("https://your-proxy.example.com/", { "X-Proxy-Auth": "my-token" });
    Pushwoosh.init({ "pw_appid": "XXXXX-XXXXX" });

Improvements

  • project_number is no longer required in init() config — FCM configuration is now handled automatically via google-services.json

Breaking Changes

  • Removed reverse_proxy_url parameter from init() config — use setReverseProxy() before init() instead

Updated

  • Pushwoosh iOS SDK 7.0.32
  • Pushwoosh Android SDK 6.7.59

6.1.55

Choose a tag to compare

@PushwooshCI PushwooshCI released this 10 Mar 14:39

Bug Fixes

  • Fixed setReverseProxyUrl method signature to match updated Android SDK

6.1.54

Choose a tag to compare

@PushwooshCI PushwooshCI released this 07 Mar 09:06

Updated

  • Pushwoosh Android SDK updated to 6.7.59
  • Pushwoosh iOS SDK updated to 7.0.29

6.1.53

Choose a tag to compare

@PushwooshCI PushwooshCI released this 09 Feb 07:36

Improvements

  • Added comprehensive documentation with quick start guide, API reference, and code examples
  • Added AI-assisted integration support via https://context7.com/ MCP server

6.1.52

Choose a tag to compare

@PushwooshCI PushwooshCI released this 03 Feb 12:45

Fixed

  • Fixed Linking.getInitialURL() returning null on cold start with React Native New Architecture (bridgeless mode)

Updated

  • Pushwoosh iOS SDK to 7.0.21
  • Pushwoosh Android SDK to 6.7.54

6.1.51

Choose a tag to compare

@PushwooshCI PushwooshCI released this 23 Jan 08:57

New Features

Added methods to control Rich Media display type programmatically

  • Pushwoosh.setRichMediaType(type) - Set display type
  • Pushwoosh.getRichMediaType(callback) - Get current display type
  • Available types: Pushwoosh.RichMediaStyle.MODAL (dialog) and Pushwoosh.RichMediaStyle.LEGACY (full-screen)
Pushwoosh.setRichMediaType(Pushwoosh.RichMediaStyle.MODAL);

Updated

  • Pushwoosh iOS SDK to 7.0.14
  • Pushwoosh Android SDK to 6.7.53

6.1.50

Choose a tag to compare

@PushwooshCI PushwooshCI released this 21 Jan 14:02

Release 6.1.50

6.1.49

Choose a tag to compare

@PushwooshCI PushwooshCI released this 07 Nov 08:03

Fixed

  • ProGuard rules causing missing class issues in obfuscated builds

Updated

  • Pushwoosh Android SDK to 6.7.42