Google Play Billing new feature: Cart Abandonment Reminders in Google Play Games home

Hello Unity Team and community,

I just got an email from Google where they are rolling a new feature which reminds you to continue a purchase, allowing to making the purchase in Google Play Store (outside the game).

Does unity in-app-purchase 4.12 supports this feature? My guess is it should work similar to deferred purchases but I am not sure.

This is the link to the feature:
https://developer.android.com/google/play/billing/integrate#car

1 Like

Hello Mogu_kun,

You are correct, this is similar to other out-of-app features and it doesn’t require any change to IAP.

If a purchase is made out-of-app, you will be receiving that purchase through the ProcessPurchase where you can handle it when they next launch their app.

Awesome! That’s good to hear, thank you for the info.