Open a Google Play Store Page From Your App

I have a free version and a paid version of a mobile app I’m nearly done making.

I just need to know how exactly I link to the full version’s google play store listing from touching a menu button in my app.

I’m using blueprint, so if there’s a way to do so through blueprint that would be preferable, but I can use C++ if necessary.

Any additional permissions/tags needed for the app would be useful to know as well of course.

Hello. Use ue4 LAUNCH URL NODE then place the apk’s link using this method
[ Linking to Google Play  |  Android Developers ]
Hope this helped. Cheers