You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for wiping all customer data created by the Braze SDK via Appboy.wipeData().
Note that on iOS, wipeData() will disable the SDK for the remainder of the app run. For more information, see our iOS SDK's documentation for disableSDK.
Added Appboy.disableSDK() to disable the Braze SDK immediately.
Added Appboy.enableSDK() to re-enable the SDK after a call to Appboy.disableSDK().
Note that on iOS, enableSDK() will not enable the SDK immediately. For more information, see our iOS SDK's documentation for requestEnableSDKOnNextAppRun.
Changed
Removed allowBackup from the plugin AndroidManifest.xml.