I’m trying to show the native app store popup like this picture:
The native.showPopup(“appStore”) doesn’t actually do this, but instead just redirects to the actual App Store. Is there any way to keep the user in-game and show the popup like in the screenshot?
The native.showPopup() for the appStore option will launch the device’s native app store and background your app. We have to do this for cross-platform reasons.
The native.showPopup() for the appStore option will launch the device’s native app store and background your app. We have to do this for cross-platform reasons.