How to register my android app to parse site
问题 How should i register my android app (or) device to parse push site to get the notification. now i was connected to GCM. am not able to step ahead and register my device with parse... 回答1: Here's the best way to implement official Parse SDK for standard push notification based on my experiences and several trial and errors and also many SO and Parse threads reading . So I'll walk you through these steps: Add the following dependencies to the app build.gradle file, and you can get the latest