Languages

Menu
Sites
Language
Get a link to my app in Galaxy App Store?

Hi

I created several apps for the Gear S2/S3

How can I get a link to a app, so I can publish that link on my webpage?

samsungapps://ProductDetail/com.sec.android.app.samsungapps

​But what is that link, if I have my config.xml, which link is that?

 

 

Responses

5 Replies
Shaswati Saha

Hello,

You can make an URI for invoking a Details page of an app and link it on your Web page. Below is the format and an example of the URI.

http://apps.samsung.com/gear/appDetail.as?appId={appId of the your Gear application} 
ex) In case of the package name of the Gear sample application, 
 <a href="http://apps.samsung.com/gear/appDetail.as?appId=com.sample.gear"> A details page of a Gear application </a> 

Have a look into this link 

Thanks.

James Bond

Thanks but what is the AppID?
I've read several reports that this is not working for Gear Apps...

James Bond

AppID out of config.xml does NOT work with this.

Shaswati Saha

According to my findings, you may get the App ID from app store. Go to the specific application page in the app store and click "share". copy the url in clipboard, it contains the App ID at the end.

But the problem I've faced is, to access the url from your web page you need to install the latest version of the Gear Manager App in your device.

James Bond

That's it

​Thanks a lot!