I've just implemented this very simple push example
https://github.com/titaniumtemplates/push-notifications
because I had troubles with receiving push notifications when switching from Urban Airship to ACS. But even with the very simple example, my app crashes when receiving a push message with the following error:
[ERROR] The application has crashed with an uncaught exception 'NSInvalidArgumentException'. Reason: -[TiApp application:didReceiveRemoteNotification:]: unrecognized selector sent to instance 0x16d527a0 Stack trace: 0 CoreFoundation 0x258df5f7 <redacted> + 126 1 libobjc.A.dylib 0x33151c77 objc_exception_throw + 38 2 CoreFoundation 0x258e4abd <redacted> + 0 3 CoreFoundation 0x258e2831 <redacted> + 352 4 CoreFoundation 0x25813b88 _CF_forwarding_prep_0 + 24 5 The Snowpark App 0x00290a83 The Snowpark App + 1923715 6 UIKit 0x28fec5a3 <redacted> + 1214 7 UIKit 0x28fe461d <redacted> + 80 8 FrontBoardServices 0x2c0550c9 <redacted> + 12 9 CoreFoundation 0x258a5ffd <redacted> + 12 10 CoreFoundation 0x258a52c1 <redacted> + 216 11 CoreFoundation 0x258a3e1b <redacted> + 1714
I try the whole thing with my development device, on device debugging and the ACS push console in development mode. Does this maybe cause the issue?
Thanks for help!