- Home /
Best Answer
Answer by u3dxt · Mar 20, 2014 at 03:43 AM
You can use the SKProduct.localizedPrice property. http://u3dxt.com/api/?topic=html/P_U3DXT_iOS_Native_StoreKit_SKProduct_localizedPrice.htm
SKProduct product = IAPXT.GetProduct(productID);
Debug.Log("localized price: " + product.localizedPrice);
Please see Assets/U3DXT/Examples/iap/IAPTest for more example uses.