Minox 7 Posted May 4, 2023 Hello everyone, Do you know if it is possible to insert a link in your app, which points to the Google Play Store page, to view the list of your applications? Share this post Link to post
Patrick PREMARTIN 69 Posted May 4, 2023 Yes, it is. Mine is https://play.google.com/store/apps/dev?id=8272814550297637230 To find yours, simply go to https://play.google.com and search for your apps. On a the page of one of them, click on your company or developper name. You can personalize the display from https://play.google.com/console/ and choosing "developer page" option in the menu. If you don't know what to put on the (big big) page banner image. You can use https://github.com/DeveloppeurPascal/GooglePlayDeveloperBannerGenerator to generate one from the pictures you'll add to it. I've chosen to put icons of my apps. Share this post Link to post
Minox 7 Posted May 4, 2023 Thanks for the reply, but is it possible to place a link in an application that points to my page? Am I breaking some Google rule? Share this post Link to post
Patrick PREMARTIN 69 Posted May 4, 2023 No problem in Android Apps. You can do that. You can also do the same in iOS/macOS apps. Just display only Apple "App Store / Mac App Store" link, not the Android one. And to open the link you can use a library like https://github.com/DeveloppeurPascal/librairies/blob/master/u_urlOpen.pas if you don't know how to do it. 1 Share this post Link to post