Push Notification for iOS (Notification Center)

In my app I want to enable/disable push notification from the settings page of my app itself.

Is it possible to change (on/off) the status of app in the notification center from the app?

(By the way, license of corona sdk is pro)

As far as I know you can only enable/disable push notifications for an app in Apple’s Settings app.

This can’t be overridden in Corona SDK. You *might* be able to do this with an Enterprise plugin, but I doubt it.

thank you for message

I’ll try in the enterprise plugin.

actually you can do it by removing the device installation - mod_pushbots and mod_parse have this built in this I believe.

As far as I know you can only enable/disable push notifications for an app in Apple’s Settings app.

This can’t be overridden in Corona SDK. You *might* be able to do this with an Enterprise plugin, but I doubt it.

thank you for message

I’ll try in the enterprise plugin.

actually you can do it by removing the device installation - mod_pushbots and mod_parse have this built in this I believe.