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

iOS: requestPurchase does not initiate new subscription\purchase

Open servin-osm opened this issue 6 months ago • 7 comments

Description If user has expired subscription and tries to buy new one function requestPurchase returns old (expired) subscription without initiating new purchase.

Expected Behavior

if subscription is expired I expect to make new purchase

Environment:

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

To Reproduce Steps to reproduce the behavior:

  1. make subscription
  2. wait until it expired
  3. try to subscribe again

servin-osm avatar Aug 27 '24 15:08 servin-osm