Skip to main content

Creating Products

Creating Products#

Once you create your products through the Appmate Web Console, they will be synced to Play Store and App Gallery syncronously.

creating_products_1creating_products_2

Real-time Developer Notification#

To enable Subscriptions on GMS, you must enable real-time developer notifications on Google Play Developer Console. You can follow the steps below to set perform this operation.

1. Create Topic#
  • Open https://console.cloud.google.com/ and select project.
  • From the left menu select Big Data -> Pub/Sub -> Topic.
  • Click "CREATE TOPIC" and set an id for the topic.
  • Uncheck "Add a default subscription" if checked.
  • Create topic.
  • Copy the created topic name.
rtnd_topic
2. Grant Publish Rights#
rtnd_topic
3. Create Subscription#
  • Select Subscription from the left menu.
  • Click "CREATE SUBSCRIPTION" and set an id for the subscription.
  • Select the created topic at section 1.
  • Set "Push" as "Delivery type".
  • Set "Endpoint URL" as "https://appmate.tech/api/iap/notification/google".
  • Set "Never expire" for Expiration period and create subscription.
rtnd_subscription
4. Monetization setup#
  • Open https://play.google.com/console and select project.
  • From the left menu select Monetize -> Monetization setup.
  • Set Topic name as the copied topic name at section 1.
  • Is is mandatory to "Send test notification".
rtnd_monetization

Subscription notification URL#

To enable Subscriptions on HMS, you must set Subscription notification URL on Huawei Developer Console. You can follow the steps below to set perform this operation.

rtnd_appgallery