You must be registered at AndroidPIT in order to participate in the Android Forum.
freenet.de GmbH ![]() Posts: 2 Join date: Nov 24, 2011 |
App Center URI created on Feb 1, 2012 2:19:17 PM
I would like to open the App Center app directly from within my own app. This is to make it a bit easier for user to rate our app in AndroidPIT if they've downloaded it from there. Android Market will answer to a specific URI namely market://details?id=<package>
Through trial and error I noticed that App Center answers to the scheme appcenter:// If I just change the scheme in the Market URI above the App Center app will start but will present me with an error message saying that the page could not be found and additionally a Toast message will give me a 404. Can someone here tell me how a functional App Center URI looks like? Thanks! |
Käpt'n Andreas V. ![]()
Status: Super Blogger, Moderator Rank: Android Deity Posts: 5,112 Join date: Feb 24, 2010 |
RE: App Center URI created on Feb 1, 2012 3:24:36 PM
Hi,
I forwarded this to our developer. He will answer you! Regards Andreas
----- |
Sven Woltmann ![]()
Status: Administrator Rank: Android Deity Posts: 1,516 Join date: Apr 7, 2009 |
RE: App Center URI created on Feb 1, 2012 6:21:23 PM
Hi there,
the URL is: appcenter://package//your-package-name Sven
----- |
freenet.de GmbH ![]() Posts: 2 Join date: Nov 24, 2011 |
RE: App Center URI created on Feb 2, 2012 12:04:49 PM — modified on Feb 2, 2012 12:04:59 PM
Works like a charm.
Thanks! |