Country code from IAP?

Hi,

I cant use IAP for all countries GooglePlay covers, because of taxation issues.

How can i get country code from Unity IAP (or wherever), so that i can disable IAP for the countries outside of my selected countries (i get this list from google play) ?

Cross posted in Unity IAP forums, responded to there: http://forum.unity3d.com/threads/country-code-from-iap.428124/#post-2773998

you can use GetProductLocalizedData to get the product country.
with this you can activate or deactivate it.