You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/03 09:03:15 UTC

[GitHub] [cordova-ios] chary2060 commented on issue #758: How to replace 'CDVRemoteNotification' in platform ios@5.1.1

chary2060 commented on issue #758: How to replace 'CDVRemoteNotification' in platform ios@5.1.1
URL: https://github.com/apache/cordova-ios/issues/758#issuecomment-570509159
 
 
   > This may help:
   > 
   > https://github.com/apache/cordova-ios/blob/master/guides/API%20changes%20in%204.0.md#deprecated
   > 
   > > These constants were unfortunately not removed in 4.0, but will be removed in 5.0. Local and remote push notification functionality was removed in the core in 4.0.
   > 
   > Any plugins that rely on these constants will need to be updated to support 5.x. Since the functionality has been removed, you probably will have to find a plugin that introduces that functionality again.
   > 
   > I'm not sure of any notification plugins myself, but you can probably ask on our [slack](http://slack.cordova.io/)
   
   Thank you very much for your help.I finally decide to replace the previous  plugin with  a different one that doesn't use ‘ CDVRemoteNotification’.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org