Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Developer
javoid
Posts: 174
Registered: ‎11-24-2012
My Carrier: NA
Accepted Solution

which is the proper way to link to app in vendor portal?

Just so I have this all right:

 

I am sharing a line of text with bb.action.SHARE

QString data = QString(tr("Check out this app: %1","").arg("appworld://content/xxxxxxxx"));

 Is the link above in the correct format, or does it need to be changed?

 

This perhaps?

http://appworld.blackberry.com/webstore/content/xxxxxxxx/

 Something else?

 

 

Please use plain text.
Developer
hakimrie
Posts: 80
Registered: ‎07-23-2009
My Carrier: XL

Re: which is the proper way to link to app in vendor portal?

I think both of them is correct, if you want to redirect users to an app in the appworld when they click the link

Please use plain text.
Developer
StevenKader
Posts: 624
Registered: ‎02-03-2010
My Carrier: Rogers

Re: which is the proper way to link to app in vendor portal?

This is how I do it......hope it helps

 

char *err;

navigator_invoke("http://appworld.blackberry.com/webstore/content/xxxxx",&err);


Steven Kader at JaredCo
   Follow me on Twitter     BlackBerry Daily News

Feel free to press the like button to thank the user that helped you. Please mark posts as solved if you found a solution.
Please use plain text.