jcesarmobile commented on PR #113:
URL: https://github.com/apache/cordova-discuss/pull/113#issuecomment-2163606990

   A problem with moving to Swift templates is that it will break all push 
plugins since they rely on an Objective-C category on the AppDelegate for 
adding the method that gets the token from APNS. 
   
   Example:
   
https://github.com/uniquare/cordova-plugin-push/blob/master/src/ios/AppDelegate%2Bnotification.m
   
   It won't work if there is no `AppDelegate.h` since needs to import it
   
https://github.com/uniquare/cordova-plugin-push/blob/master/src/ios/AppDelegate%2Bnotification.h#L9
   
   Not sure if there is an alternative for getting the token from Swift. I 
tried with Swift extensions for Capacitor and didn't work, but could be related 
to the extension being on the plugins, which are CocoaPods libraries, might 
work if the extension is part of the app as it will be in a Cordova app.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to