[SOLVED] Link App Store inside my game

Hello, today I recieved a message from Apple:

We discovered one or more bugs in your app. Specifically, your app exits to safari after we tapped the ads button in the right bottom corner. Please review the details below and complete the next steps.

Review device details:

  • Device type: iPad
  • OS version: iOS 14.2

I haven’t device with last iOS version but until now the URL system that I use and that it worked for other apps is:

https://apps.apple.com/us/app/idXXXXXXXXX

So, how can I link my apps inside any other app correctly to open App Store? thanks

Solar2D 2020.3627
XCode 12.2

Not sure but native.showPopup might solve your issue.

1 Like

What about itms-apps://itunes.apple.com/app/xxx ?

Thanks @bgmadclown and @BDC, I sent a new version using native.showPopup function, now I’m waiting

1 Like

Today my game is live!

1 Like