-
I had a ionic project and used cordova created iOS native project,but how to create Notification Service Extension together? The relevant information is not found in the document。The purpose is to broadcast the push message by voice。 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I can't really provide any advice on creating a notification service specifically but anything that requires extending the native platform is going to require a Cordova plugin. A cordova plugin allows you to build on top of the native code. Creating an iOS plugin would be a good place to start, and the docs shows you how to build a simple plugin that you can extend from. |
Beta Was this translation helpful? Give feedback.
I can't really provide any advice on creating a notification service specifically but anything that requires extending the native platform is going to require a Cordova plugin. A cordova plugin allows you to build on top of the native code. Creating an iOS plugin would be a good place to start, and the docs shows you how to build a simple plugin that you can extend from.