Skip to content

Releases: Pushwoosh/pushwoosh-react-native-plugin

6.1.52

03 Feb 12:45

Choose a tag to compare

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

23 Jan 08:57

Choose a tag to compare

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

21 Jan 14:02

Choose a tag to compare

Release 6.1.50

6.1.49

07 Nov 08:03

Choose a tag to compare

Fixed

  • ProGuard rules causing missing class issues in obfuscated builds

Updated

  • Pushwoosh Android SDK to 6.7.42

6.1.48

20 Oct 10:58

Choose a tag to compare

Fixed

  • build issues caused by inconsistency in targetSdkVersions of the plugin and native Pushwoosh SDK
  • NoClassDefFoundError when opening inbox messages caused by incorrect PushStatisticsScheduler obfuscation

Updated

  • Pushwoosh Android SDK to 6.7.38
  • Pushwoosh iOS SDK to 6.11.3

6.1.47

07 Oct 08:16

Choose a tag to compare

Release 6.1.47

6.1.46

02 Oct 12:41

Choose a tag to compare

Updated

  • Pushwoosh Android SDK updated to 6.7.33

6.1.45

02 Oct 11:21

Choose a tag to compare

Fixed

  • Corrected setUserId on iOS to use Pushwoosh.sharedInstance, ensuring proper user tracking across devices.

6.1.44

30 Sep 11:01

Choose a tag to compare

Updated

  • Pushwoosh Android SDK updated to 6.7.33

6.1.43

30 Sep 09:15

Choose a tag to compare

Removed

  • Removed unused GDPR methods

Updated

  • Pushwoosh iOS SDK updated to 6.10.5