0

I am having an app in which I am using Urban Airship For Push notification.

I integrated the latest SDK for it.

My configuration plist is as follow:

APP_STORE_OR_AD_HOC_BUILD = YES

In Production (resolved): 1

In Production (as set): 1

Development App Key:

Development App Secret:

Production App Key: XXXXXXXX

Production App Secret: XXXXXXXX

Development Log Level: 4

Production Log Level: 1

Resolved Log Level: 1

Detect Provisioning Mode: 0

Clear Keychain: 0

Analytics Enabled: 1

Analytics URL: https://combine.urbanairship.com

Device API URL: https://device-api.urbanairship.com

But my app is crashed on following line

[UAirship takeOff:config];

Please help me.

Thanks in advance.

vincentzvegaz
  • 175
  • 1
  • 7
Manthan
  • 3,856
  • 1
  • 27
  • 58

1 Answers1

0

Probably related to https://stackoverflow.com/a/18922547/1637562.

Make sure you add "-ObjC" flag to "Other Linker Flags" in your build settings.

Community
  • 1
  • 1
ralepinski
  • 1,756
  • 8
  • 15