react-native-appboy-sdk
Advanced tools
Changelog
1.34.0
getInitialUrl
.Changelog
1.33.0
ReactAppboy.addToSubscriptionGroup()
and ReactAppboy.removeFromSubscriptionGroup()
to manage SMS/Email Subscription Groups.Changelog
1.32.0
Changelog
1.31.0
setSdkAuthenticationSignature
on the Appboy
interface, as well as the optional signature
parameter on ReactAppboy.changeUser
.Changelog
1.30.0
Changelog
1.29.1
ReactAppboy.changeUser
would cause an error on Android.Changelog
1.29.0
Changelog
1.28.0
ReactAppboy.setGoogleAdvertisingId()
to set the Google Advertising ID and associated ad-tracking enabled field for Android devices. This is a no-op on iOS.getInstallTrackingId()
while the SDK was disabled would cause a crash on iOS.Changelog
1.27.0
ReactAppboy.getInitialURL()
. If you are using ReactAppboy.getInitialURL()
and implement iOS push action button categories, add the following code to the beginning of your userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:
:
[[AppboyReactUtils sharedInstance] populateInitialUrlForCategories:response.notification.request.content.userInfo];