How to reference apps in the AndroidPIT store? "market://..." does not work

  • Replies:1
Thomas King
  • Forum posts: 1

Nov 26, 2010, 11:59:12 PM via Website

Hi all,

I created an up-sell layer based on "market://..." links inside my free app to reference my paid app in the Google Market. Unfortunately, the AndroidPIT store does not handle "market://..." links. So, the question is how can I reference apps in the AndroidPIT store so that my up-sell layer is working if only the AndroidPIT store is available? Any suggestions?

Thanks in advance for your feedback!

Best regards,
Thomas

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

Nov 29, 2010, 11:34:23 AM via Website

Hi Thomas,

you can reference to apps within the App Center via the following intent:

Action = VIEW
URL = appcenter://package/<package name>

Best regards,
Sven

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

Reply