dooboolab-community / react-native-iap

In App Purchase module for React Native!
https://react-native-iap.dooboolab.com
MIT License
2.73k stars 629 forks source link

Disable confirmation alert about auto renewal subscription after deleting the app #2735

Open zeeshan-apptimumlabs opened 1 month ago

zeeshan-apptimumlabs commented 1 month ago

Discussed in https://github.com/dooboolab-community/react-native-iap/discussions/2734

Originally posted by **zeeshan-apptimumlabs** May 7, 2024 Question: How to disable or hide the confirmation dialog about auto-renewal subscription after deleting the app from real device if subscription is still active? See the attached image below. ![subscription](https://github.com/dooboolab-community/react-native-iap/assets/133789277/8471d828-7bdc-4172-a0e4-61e4183118c0) I want to hide this confirmation dialog appeared after deleting the app from real device. Need some help or support. So, kindly guide me. **Current Behavior** Steps to reproduce: 1. purchase auto-renewal subscription 2. delete the app from iPhone real device on click delete button of the deleting app alert 3. confirmation alert about auto-renewal subscription appears right after deleting the app **Expected Behavior** 1. purchase auto-renewal subscription 2. delete the app from iPhone real device on click delete button of the deleting app alert 3. confirmation alert should not be shown after deleting the app.