Hello, I have an app that I am still developing, I'm trying to implement the in-app purchase.
If I use a storekit configuration, it works perfectly fine.
But when I want to use the real subscriptions from the store in a sandbox environment it's not working. The connection to the store works well, I have the console message saying it's getting the subscriptions but I get an empty array...
My app hasn't been submitted for review yet (because I want to finish this in-app purchase before) so do I need to have the subscriptions not in "ready to submit" state?
Thanks