App Center URI

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!
Reply with quote Reply Link ±0     (0 votes)
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

-----
Grüße von Andreas - Die Regeln > Unser AppCenter > Das Buch für Einsteiger - kostenlos > Apps nach Einsatzzweck

Reply with quote Reply Link ±0     (0 votes)
RE: App Center URI
created on Feb 1, 2012 6:21:23 PM
Hi there,

the URL is:
appcenter://package//your-package-name

Sven

-----
Android Forum ... AndroidPIT-Regeln

Reply with quote Reply Link ±0     (0 votes)
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!
Reply with quote Reply Link ±0     (0 votes)