Android Question Permission request Firebase notifications

kohle

Active Member
Licensed User
Longtime User
(B4a 8)
I changed from c2dm notification to firebase.

Do I need still this entries in the Manifest editor :

AddManifestText(<permission android:name="$PACKAGE$.permission.C2D_MESSAGE" androidrotectionLevel="signature" />)
AddPermission($PACKAGE$.permission.C2D_MESSAGE)
AddPermission(com.google.android.c2dm.permission.RECEIVE)
 

kohle

Active Member
Licensed User
Longtime User
I did. Thanks. I will remove old permissions requests.

Maybe in the firebase tutorial, for developers changing from c2dm to firebase it would be good to write about this.

Because when you develop the same app in b4i , the firebase notifications still needs the push permissions (certificate,....) from apple.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…