Skip to content

3.13.0 Release

Compare
Choose a tag to compare
@mikechoch mikechoch released this 24 Mar 05:03
4e989f5

In-App Messaging Improvements, setExternalUserId Callback, Google Play Security Alert Fix & Misc Improvements

  • In-App Messaging Improvements: Redisplaying with a limit and delay, Adding and removing tags, sending outcomes, and location permission prompting.
    • Redisplay params now expected (has defaults) in parser
    • Adding and removing tags w/ element click
    • Sending outcomes w/ element click
    • Showing permission prompts for location w/ element click
  • Set and remove external user id now have completion callback
    • Callback for completion added to verify the status of the set or remove of an external user id (push & email)
  • Fixed false positive Google Play Security alert
  • Addressed IllegalThreadStateException from OneSignal startDelayedWrite
  • Changed internal API call from onesignal.com to api.onesignal.com
    • Fixes blocked in Egypt issues #855, #919