i have been configured iOS push notification with Firebase, and i want to:
- add my existing configuration called in didFinishLaunchingWithOptions(AppDelegate) to native call in my codenameone project. - make a native call with codenameOne of overriding fonctions (didReceiveNotificationResponse, willPresentNotification, didReceiveRegistrationToken)existing in Firebase Pods. And i have one issue with registration notification when i make a native call for configuration firebase in codenameone project and build it, and this is the error returned in Xcode: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[UIApplication registerForRemoteNotifications]: unrecognized selector sent to class 0x1fccaaed0' terminating with uncaught exception of type NSException -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/848b1a02-655c-49c1-b783-c78ee45ebab4o%40googlegroups.com.
