Closed paulsUsername closed 7 months ago
It should be isAutomaticSetupEnabled
not automaticSetupEnabled
. That changed during the swift migration but you can use either key in the airshipconfig.plist.
You are not calling through to AirshipPush, instead you are calling through to AppIntegration class. The documentation looks correct to me other than isAutomaticSetupEnabled
key
The documentation on airship:
The actual SDK in Airship.push:
Which is correct and which should be called when?
Even the docuemtation on your trouble shooting is wrong!
This method is actually called:
config.isAutomaticSetupEnabled = false
This is my first 5-6 hours of using airship. How out of line is the documentation?