Skip to content

3.14.0 Release

Compare
Choose a tag to compare
@mikechoch mikechoch released this 22 May 21:43
46a1082

DB Lock Issue Fix, Location Permission Prompt Warning, Location Settings Prompt, IAM Redisplay Count on Failure Fix, Rare IllegalThreadStateException Fix, IAM Outcome Tracking

  • DB Adjustments for Lock Issue #988
  • Fixed IAM ANR with getSync to get on OneSignalRestClient. PR #1015
  • Location Permission Prompt Warning
    • Warn the user through preview IAMs when location permission setting is not added to the application's AndroidManifest.xml.
  • Add Settings option to denied location prompt
    • When user selects "Do not show again" in permission prompt, we show a settings prompt in replace on next action.
  • IAM Redisplay Count on Failure
    • When IAM request fails we should not increment redisplay count.
  • Rare IllegalThreadStateException start()
    • When calling Thread.start() there is no guarantee that the thread has started after finishing or that is may have already completed.
  • IAM Outcome Tracking
    • SDK now tracks Push Notifications and In-App Messages in regard to outcomes