I need to migrate from parse.com to parseOnBuddy (https://buddy.com/parse/). My application connected to new server. I can delete/insert/update data on new server. But push messages are not coming to my device. I've done server setting (FCM api key and sender_id F.A.Q). But nothing happens. What can I do ?
Asked
Active
Viewed 233 times
1 Answers
0
Here is link with instructions: push instructions
In my option - I have missed
<meta-data android:name="com.parse.push.gcm_sender_id"
android:value="id:YOUR_SENDER_ID" />;

Marriage
- 501
- 3
- 15