Answer the question
In order to leave comments, you need to log in
How to restore purchases in unity?
Why is this condition always met, even if you logged in from another account where you did not make purchases?
public void OnPurchaseFailer(Product product, PurchaseFailureReason reason)
{
// когда покупка была уже совершена, восстановим покупки
if(reason == PurchaseFailureReason.DuplicateTransaction)
{
//почему это условие выполняется всегда, даже если зашли с другого аккаунта, где не совершали покупки?
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question