We use corona enterprise to handle local notifications. We use the version before 2015.2542. So we use system.scheduleNotification().
But before our application start, in settings—Notifications—INCLUDE/DO NOT INCLUDE,our application is in DO NOT INCLUDED. This result our application send local notification failure. After i change it to INCLUDE manually,it’s ok.
So can we change it in program rather than manually?