Solved

How can I use showInAppMessages in Android

  • 14 September 2023
  • 2 replies
  • 100 views

Badge +4

In Android, a method called "showInAppMessages" was added from PBL4.

https://developer.android.com/google/play/billing/subscriptions#in-app-messaging

This feature allows users to receive notifications once a day during a grace or account suspension period and request payment method corrections within the app.
This feature allows developers to restore a certain percentage of users who unintentionally cancel their subscription back to purchasing status.

Is there no method in the RevenueCat SDK that calls an equivalent of this method?
Or is it possible to use this method while coexisting with the SDK by implementing and calling it natively?

icon

Best answer by Haley Pace 29 September 2023, 22:16

View original

2 replies

Userlevel 4
Badge +8

Hi, we just added support for this in our most recent version release of our Android SDK 7.0.0: https://github.com/RevenueCat/purchases-android/releases/tag/7.0.0

Badge +4

Thanks for the nice update!
I am going to try it now.

Reply