In App Billing purchased fetching on mac os causes restore failed issue sometimes
I am trying to use the InAppBilling plugin library by james montemagno (https://github.com/jamesmontemagno/InAppBillingPlugin) in an avalonia program. I have setup subscription and well configured the settings, info.plist and entitlements for this purpose.
But the problem is, the library, when fetching from app store, it sometimes work and sometimes says failed due to restore issue, which I think means that it was not able to connect to app store and fetch purchases.. I saw a solution saying that we just have to keep trying in a loop, but still the error is not clearing. It particularly happens when I am trying to fetch purchased subscriptions list to check if the user has purchased our product or not.
Has anyone ever faced this and found solution for it? Looking forward for any help. Thank you!
0 Replies