katzer / cordova-plugin-badge

Access and modify badge numbers
Apache License 2.0
408 stars 253 forks source link

Question : How to disable permission prompt on first App start ? #138

Closed Aarbel closed 5 years ago

Aarbel commented 5 years ago

Hi @katzer,

Is there a way to prevent the permission popup to be displayed on first App start ? I want my users to validate later this kind of permission, with a better context.

It's also a required behavior (= don't show notifications permission popup on app launch) by Apple teams when they review the apps on the stores.

Thanks a lot for your help !

katzer commented 5 years ago

@Aarbel I dont have the popup on first app start (with latest plugin version)

Aarbel commented 5 years ago

Solved for me, i was trigerring setBadge in a bad way. Sorry for that.