Quantcast
Channel: xda-developers - Android Software and Hacking General [Developers Only]
Viewing all articles
Browse latest Browse all 3614

[Q] Plugin Soomla in-app purchasing

$
0
0
Who have a deal with soomla plugin?
Soomla is a good instrument. But i cant understand one thing.
May be its a property of markets, but no property of Soomla.... why displaying price on my device in currency, that i have pointed at the market (i.e RUB).
i want to have price in $ fo US, euro for EuroCountries.... etc
when i push Buy button, there is a price in right currency in google window google (native for account ).

Problem is only for this code:

PurchasableVirtualItem item = (PurchasableVirtualItem)StoreInfo.GetItemByItemId( itemId);
if(item == null)
return "--.--";
PurchaseWithMarket purchaseType = (PurchaseWithMarket)item.PurchaseType;
return purchaseType.MarketItem.MarketPrice;

Viewing all articles
Browse latest Browse all 3614

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>