Domanda

Is it possible to redirect the user of my app to my watchface entry in the recently released Pebble store, from my Android app?

Technically, I was wondering if the new 2.0.0 Pebble app catches any URIs or Intents in order to let the user land on an specific entry in the Pebble store, just like we can redirect users to a Play Store entry via market:details?id=xyz or even https://play.google.com/apps/details?id=xyz URIs.

Does it expose similar functionality?

È stato utile?

Soluzione

Yes. You can use pebble://appstore/APP_ID where APP_ID is the Pebble appstore ID of your app, which you can find by going the developer portal, going into the details for your app, and it's the last part of the URL.

It doesn't work properly at the moment with the current Android betas, but it will be working by the time app is released.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top