Skip to content

2.19.3

Compare
Choose a tag to compare
@Wenzhi Wenzhi released this 27 Apr 01:19
· 204 commits to master since this release
  • Adds a new feature allowing manual control of deep link handling in push notications. To use this, add a ABKPushURIDelegate value for the ABKPushURIDelegate key in the appboyOptions dictionary of startWithApiKey:inApplication:inApplication:withAppboyOptions:. Also updates the ABKPushURIDelegate integration to be initialized through that integration point.
  • Fixes an issue where duplicate data could be recorded when a force quit or crash occurs after a network request completed successfully, but before any other activity (such as leaving the app, putting it to sleep, updating an attribute or firing some other event or purchase) occurred.
  • Adds guarding against a possible crash caused by a user's offline state being corrupted and not including an active session when a network request occurred.