react-native-iap icon indicating copy to clipboard operation
react-native-iap copied to clipboard

getPurchaseHistory & getAvailablePurchases undefined IOS

Open erenfp opened this issue 6 months ago • 5 comments

const {connected, purchaseHistory, getPurchaseHistory, getAvailablePurchases} = useIAP(); getPurchaseHistory, getAvailablePurchases undefined ios platforms

  • react-native-iap: All verison
  • react-native: All version
  • Platforms (iOS, emulator, simulator, device, ipad mac, All):

erenfp avatar Jan 01 '24 15:01 erenfp

I do have the same issue did you solve it?

I have to call it 5-10 times to get the token back.. otherwise I get {"error": [Error: An unknown error occurred]}

venux92 avatar Feb 12 '24 07:02 venux92

i'm getting same issue

keval7169-ops avatar Feb 12 '24 09:02 keval7169-ops

some issues for subscription

anatoolybinerals avatar Mar 11 '24 15:03 anatoolybinerals

I do have the same issue did you solve it?

I have to call it 5-10 times to get the token back.. otherwise I get {"error": [Error: An unknown error occurred]}

try it setup({ storekitMode: 'STOREKIT2_MODE' })

anatooly avatar Mar 12 '24 18:03 anatooly