Introductory Price not showing In Android Google Billing SDK ( In India )

Viewed 592

I am not able to find a way to show introductory price in android-google-billing-pop-up,

My Problem :

as you can see that introductory price are not showing even for new user also.

enter image description here

what I have explored :

and this document,

enter image description here

So if I go with the above google-doc then I can get introductory price

enter image description here

and passed modified json with replacing price with intro price still not working

enter image description here

but not able to find a way to display introductory price in SDK.

2 Answers

Got this email from google, so In India Introductory Price will not show.

enter image description here

It should normally work alone.

If you're not seeing the introductory price, it may be because you've already benefited from this offer in the past.

Try creating a new subscription in the Google Play Console, with an introductory price. Then buy it in your app: the promotional offer should be displayed.

Related