简体   繁体   中英

Push notifications, Pushwoosh.com

Related to Android Mobile Application. Developed with Eclipse IDE.

  1. Once we create an Android App with some activities, we will get .apk after execution.
  2. That .apk, uploaded in Google Play Store.
  3. Later, I need to send push notifications to .apk which is installed in several mobile devices.
  4. In this scenario, Pushwoosh should get only Google Project ID and then it can deliver push notifications to devices. is it not?

    • Why we need to include pushwoosh.jar? Rolling back all AndroidManifest and MainActivity?
    • Really I could not understand.
    • I dont know, I may wrong. But still, Kindly clarify.

You need to learn the basics of the push notifications technology. You will need to integrate Pushwoosh SDK in order to send Push Token from the device to Pushwoosh Servers. Each and every device has its own unique push token.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM