App Center URI

  • Replies:3
freenet.de GmbH
  • Forum posts: 2

Feb 1, 2012, 2:19:17 PM via Website

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
Andreas V.
  • Admin
  • Forum posts: 7,352

Feb 1, 2012, 3:24:36 PM via Website

Hi,

I forwarded this to our developer. He will answer you!

Regards
Andreas

Reply
Sven Woltmann
  • Admin
  • Staff
  • Forum posts: 1,922

Feb 1, 2012, 6:21:23 PM via Website

Hi there,

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

Sven

Svens Java-Entwickler-Blog: https://www.happycoders.eu

Reply
freenet.de GmbH
  • Forum posts: 2

Feb 2, 2012, 12:04:49 PM via Website

Works like a charm.

Thanks!

— modified on Feb 2, 2012, 12:04:59 PM

Reply