Google Play Billing Integration - Developer Advocate, Google

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024

Комментарии • 5

  • @gregas3068
    @gregas3068 2 года назад

    Nice explanation, thank you. Would be interesting to hear how Google Play Billing can be linked to Firebase, especially of the flow how one should monitor the case when anonimous user purchases an subscription or buys an in-app product.

  • @smhalavia6482
    @smhalavia6482 Год назад +1

    Great video. Helped me a lot.
    Bu the way, why google didn't use the word 'webhook' instead of the confusing term 'Real Time Developer Notifications'?

    • @VantaCanadaBlack
      @VantaCanadaBlack Год назад +2

      Because RTDN does not send webhooks by itself, it publishes a msg to a Google cloud pub-sub topic, developers can consume this directly using pub-sub or optionally setup pub sub to send a webhook.

    • @VOID_4487
      @VOID_4487 7 месяцев назад

      These are two different terms tbh

  • @kalpeshsaubhri
    @kalpeshsaubhri Год назад

    Nice explanation. I have one doubt. If I am going to create system where user can purchase subscription on creator level (like youtube join channel feature), DO I need to create SKU for each creator?. How does that works?