skip to Main Content

I have tried setting up onesignal plugin for my ionic project. But, when running in Xcode, I am seeing this warning.

WARNING: appId set, but please call setLaunchOptions(launchOptions) to complete OneSignal init!

How can I fix it? Thanks.

2

Answers


  1. Chosen as BEST ANSWER

    Onesignal 3.0.0-beta1 version is not working, downgraded and all clear


  2. I also had to deal with that mistake.
    setLaunchOptions is automatically inserted by the framework (cordova, ionic etc), so if that error appears it means that something went wrong.
    Mine was a certificate error, try to check your certificate and app ID of your app on ios.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search