How to migrate from parse.com to buddy?

236 Views Asked by At

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 ?

1

There are 1 best solutions below

0
Marriage On

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" />;