Link to "More by ...." Market Page

squaremation

Active Member
Licensed User
Longtime User
Is there a way to link to the "More by ...." page on the Market (Google Play) where you see all the apps by the Developer and not just a specific App's page on the Market?
 

squaremation

Active Member
Licensed User
Longtime User
You do it like this:
B4X:
https://play.google.com/store/apps/developer?id=<Your Developer Name>

Thank that works perfect to open in browser!
Also I found if you want to open in the Market directly this works great also.
B4X:
uri="market://search?q=pub:Your+Developer+Name"
'only use "+" for spaces
 
Upvote 0
Top