jamesmontemagno / InAppBillingPlugin

Cross-platform In App Billing Plugin for .NET

Home Page:http://xamarin.com/plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What ProductId do we use for windows?

brightertools opened this issue · comments

Do we use the Partner Centre Package/Identity/Name ?

In the MyStreamTimer app, I can see multiple ProductId's is this because the app is in the store as multiple times with different names for the different tiers?

I have just setup a trial, and just trying to check if the user has purchsed, do I need to setup an add-on to make this work?

Inside of Partner Center you will want to create a new add-on and you give it a product id.

In my stream timer on Windows i have 3 tiers (just different amounts people can pay) so i have mstbronze, mstgold, mstsilver.

image

Now, on the mac I use subscriptions as well as the mstgold as an option.

This library doesn't support subscriptions on windows at this time.

Hope that is helpful.