Reputation: 4092
Am new to IBM Mobile First Development, What are all thing need for Receive Push Notification in IBM Mobile First App?
Am already done send & receive push notification with GCM in Android(Native App) from Tomcat Server.
Please help me to solve this issue.
Upvotes: 0
Views: 408
Reputation: 44516
Google recently changed stuff and moved from GCM to FCM.
Existing applications that already use GCM can continue working with GCM.
New applications must be configured according to FCM.
Note that the FCM configuration detailed in the firebase site is not required in MobileFirst Foundation 8.0. Instead you need to follow the exact instructions specified in the MobileFirst Foundation documentation for FCM. You can find this documentation here: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/notifications/sending-notifications/#google-cloud-messaging--firebase-cloud-messaging
To receive notifications in client applications, follow the client-side documentation: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/notifications/handling-push-notifications/android/
Upvotes: 1