0
votes

I have an android application where push notifications are implemented by GCM.

I need to change this. I need that with the new release (the app is already in the Store and people already use push with GCM) all the mechanism will be handle from Parse.

Can I simply delete everything concerning GCM and implement everything concerning PARSE and then upload the version of the application and be sure that everything will run the same?

Has anybody an idea if there will be conflicts with doing this? I'm thinking about devices that already have a GCM token for example.

1

1 Answers

0
votes

You should try it and see. I think when implementing Parse, the registration ID (unique to every app <--> device) will be generated again. I've written a couple of articles on the topic which are not directly useful but can help in other ways.

Just make sure you follow this thoroughly.