Skip to content

Release 150704

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 30 May 00:02

Changing appId uses correct key & removed sw unregister

  • When switching OneSignal appIds the push subscription now re-registers with the new push keys
    • This prevents errors when sending pushes on the new appId when browsers automatically migrate over
  • We now no longer call unregister when replacing another existing ServiceWorker.
  • Both issues fixed in PR #521