InApp Subscription list not loading in release build

Hi,

I have a project in React Native, and I am using react-native-iap to load subscription products.

When I use Xcode to run my app in debug mode, it lists all my subscriptions, and I am able to subscribe successfully. However, the receipt I receive is not getting validated.

When I release the app on TestFlight, it does not list my subscriptions, and I am getting an empty array.

I am using the useIAP hook from react-native-iap to fetch the list of subscriptions.

Additionally, my app and subscriptions are not yet approved because the subscriptions are not being listed correctly.

InApp Subscription list not loading in release build
 
 
Q