Skip to content

3.10.5 Release

Compare
Choose a tag to compare
@Nightsd01 Nightsd01 released this 06 Dec 23:48

External User ID Support

  • This update adds new methods (setExternalUserId(string) and removeExternalUserId) allowing you to target push notifications using your own custom user ID's instead of having to store OneSignal player ID's.

Catch for SecurityException from JobIntentService & Misc Improvements

  • Removed ACTION_BOOT_COMPLETED for BOOT_COMPLETED
    • ACTION_BOOT_COMPLETED is invalid, BOOT_COMPLETED is the correct intent action
  • Catches security exception from Job Intent Service