Reputation: 397
I know that it is possible (Android GCM: same sender id for more application) but I don't know how to make it happen.
GCM is already working properly on our android app. Now we want to use it in our ios app too. But when I try to register ios app for gcm in google developer console, it always registers a new app and provides a new sender id.
NOTE: No plan to use Firebase Cloud Messaging(FCM) yet.
Upvotes: 0
Views: 463
Reputation: 21
Sender Id and api key have 1 to 1 relationship, so if you wish to use push notification in your ios as well, then, you have to use the same sender id. So you need not to register your app on again.
Upvotes: 1