the crash occurs that line of codes sometimes
void GetCurrencyInfo(){
SKProduct product = IAPXT.GetProduct(GetCharacterIndex(0));
if ( product == null )
{
Debug.Log ("Error: Product not defined");
return;
}
characterPrice = product.localizedPrice;
}
i'm using 1.7.1.2 version
↧