Esempio n. 1
0
 public void RestorePurchase()
 {
     if (!SoomlaStore.TransactionsAlreadyRestored())
     {
         SoomlaStore.RestoreTransactions();
     }
 }