Console printing 🚨Airship Implementation Error🚨: Ignoring call to application(_:didRegisterForRemoteNotificationsWithDeviceToken:). Either takeOff is not called or automatic integration is enabled.

I'm trying to resolve this issue but I couldn't find info in google about it. Can somebody help me out with this?

Console is printing: 

2022-04-12 09:49:21.398119-0500 NYP[3917:393569] [Airship] [E] AirshipKit/AppIntegration.swift logIgnoringCall(_:) [Line 17] 🚨Airship Implementation Error🚨: Ignoring call to application(_:didRegisterForRemoteNotificationsWithDeviceToken:). Either takeOff is not called or automatic integration is enabled.

Didn't find what you were looking for?

New post

Comments

2 comments

  • Hi there, 

    I'm going to reach out to you via our support email so that we can further troubleshoot this without posting potentially private information here. Once the ticket has been made, you can respond there with further information. 

    Best wishes, 

    Frenchy F.

    Technical Support Engineer | Airship | New York

    Comment actions Permalink
  • Found the fix. Just had to put the following key in config as false:
    isAutomaticSetupEnabled = false

    Comment actions Permalink
    0

Please sign in to leave a comment.