How to get app store version in swift? You can get app store version by using get request. I use alamofire but you can do whatever you want like urlsession. You can show popup if user need update! You can show app store page to user by below code. Noted that you should replace YourAppId with your app id. You can find it in App Store connect. And it's not working in simulator. Be sure to test in ..