Actually, when I enable push notification using codename1.arg.ios.includePush=true and implementing in main Class implements PushCallback. The Notification Permission Dialog it appear firts that and explanation to the user.
This issue can cause a rejected in the markets by a tester because it's necessary to explain the user why you need acces to notification.
This permssion dialog your source code call automatically. it's best that the programmer decide when to call this to show and explanation to the user as required the markets.
Actually, when I enable push notification using codename1.arg.ios.includePush=true and implementing in main Class implements PushCallback. The Notification Permission Dialog it appear firts that and explanation to the user.
This issue can cause a rejected in the markets by a tester because it's necessary to explain the user why you need acces to notification.
This permssion dialog your source code call automatically. it's best that the programmer decide when to call this to show and explanation to the user as required the markets.