Push Notifications
Integrate your app with Gameball push notifications and interactive in-app messaging.
Last updated
Integrate your app with Gameball push notifications and interactive in-app messaging.
Last updated
Gameball uses Firebase and Huawei services to deliver maximum experience in your app. This includes push notifications, interactive in-app messaging. This depends on the initialization method mentioned earlier , retrieving either Firebase or Huawei device tokens.
Before you start, you must configure your Firebase on your Gameball account. Follow the steps in article from our Help Center related to push notifications.
First, Implement the FirebaseMessagingService Interface and Implement your logic in the onMessageReceived override the method.
Then, Register the service under application tag in the app's Manifest file.
Your customers can now receive push notifications from Gameball Through Firebase FCM.
First, Implement the HuaweiMessagingService Interface and Implement your logic in the onMessageReceived override the method.
Then, Register the service under application tag in the app's Manifest file.
Your customers can now receive push notifications from Gameball through Huawei Push Kit.
Follow guide to learn more on how to Set up a Firebase Cloud Messaging client app on Android and guide to learn more on how to Receive messages in an Android app.
Follow these guides on how to integrate with Huawei Push Kit services; ,