Hello, I am developing an app and I want to implement an update warning, where you redirect to the App Store. I have implemented that however, I can only use it once, when I do not update and go back to the app and try to go to the App Store again, there is no "response" or action. I'm using the launchAppControl method with a log on the .then() and it logs every time, even when nothing happens.
When I click the button it logs but nothing else happens. My question is: can I open the App Store from Background or is it not allowed?
I can list the steps I do:
- Open my app
- Click on the button to redirect to the App Store
- App Store opens
- Click on the Back button and click the Close button when it pops up on the App Store
- It goes back to my app
- Click the button to redirect to the App Store again
- Logs to the console but nothing happens