- Home /
Question by
liwenchao4413 · Apr 21, 2021 at 09:38 AM ·
iospurchasesubscription
after in-app purchasing is initialized, I receive a lot of Product information(subscription products and Non-consumable). It likes Resume purchase operation.
Unity 2019.4.12f1 In-App Purchasing 2.1.1 iOS phone
In the sandbox environment, on an iOS device that has already purchased a continuous subscription, if I purchase a continuous subscription product again, iOS will prompt me that I have already purchased this product. Then restart the app, after in-app purchasing is initialized, I receive a lot of Product information through
public PurchaseProcessingResult ProcessPurchase(PurchaseEventArgs e)
method of
public class MyStoreListener:IStoreListener
I want to know why there are so many product purchase information when I don’t have any operation?
thank very much
Comment