Answer the question
In order to leave comments, you need to log in
Why is the test purchase returned after a few minutes?
Good day to all.
Created a test no ads in beta application via unity IAP. The test is successful. Received a test email about payment. But after a few minutes, a letter arrives about canceling the purchase, because I did not confirm it. The IAP button code is as follows:
public void RemoveAds(){
if (PlayerPrefs.HasKey ("ads") == false)
{
PlayerPrefs.SetInt("ads", 0);
}
}
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