K kohle Active Member Licensed User Longtime User Mar 23, 2018 #1 (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)
(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)
DonManfred Expert Licensed User Longtime User Mar 23, 2018 #2 Remove the old manifestentries and build them new based on the Firebasetutorial. Follow the instructions here: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/ Upvote 0
Remove the old manifestentries and build them new based on the Firebasetutorial. Follow the instructions here: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/
K kohle Active Member Licensed User Longtime User Mar 23, 2018 #3 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
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.
DonManfred Expert Licensed User Longtime User Mar 23, 2018 #4 Feel free to create a Thread in the Bugs and Wishforum about this. Please note that GCM is deprecated for a long time now. FCM is available in B4A since 2 Years Upvote 0
Feel free to create a Thread in the Bugs and Wishforum about this. Please note that GCM is deprecated for a long time now. FCM is available in B4A since 2 Years