Skip to content

2.0.9

Compare
Choose a tag to compare
@JKalash JKalash released this 17 Aug 02:00
· 2413 commits to main since this release
  • Added links to OneSignal's setup instructions in OneSignal.h.
  • Fix: The idsAvailable callback will now be called with a device push token after the user has accepted notification permissions. This means it can now be called twice (as with the 1.x SDK versions) -- once before the user has granted permission (token will be blank) and once after the user grants push permission (token will not be blank).
  • Fix: Not initializing the OneSignal SDK no longer blocks swizzled UIApplicationDelegate methods from getting called.