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

Recent network Issue when using getAvailablePurchases() method

Open StephenTANM opened this issue 9 months ago • 0 comments

Please use the Discussion board if you want to get some help. Please use issues to report bugs.

Description

When calling getAvailablePurchases() after calling initConnection() successfully I get a network connection issue unrelated to being connected to the internet.

Expected Behavior

Call getAvailablePurchases() and get an array of purchases

Screenshots

Screenshot 2023-10-19 at 12 54 54 PM

Environment:

  • react-native-iap:
  • react-native:
  • Platforms (iOS, Android, emulator, simulator, device): Just iOS

To Reproduce Steps to reproduce the behavior:

  1. Install library and its pods
  2. Make sure your logged into your apple id and that you have a .storekit file for testing
  3. Make a test purchase
  4. Call getAvailablePurchases() after initConnection()

[Optional] Additional Context

No internet issues, tested on both WiFi and cellular provider

StephenTANM avatar Oct 19 '23 19:10 StephenTANM