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

BlackBerry® World™ Development

Reply
Visitor
victorvieux
Posts: 1
Registered: ‎02-25-2012
My Carrier: N/A

Re: appworld:// urls for vendors

[ Edited ]

Hi,

 

when I try to call the appworld from my Android App with this:

 

startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://appworld.blackberry.com/webstore/content/83921")));

I get a blank page and this message: "You do not have permission to open this page. appworld://content"

 

Can somebody tell me what i'm missing ?

 

Thanks 

Please use plain text.
Developer
QuiteSimple
Posts: 1,335
Registered: ‎11-06-2009
My Carrier: WiFi

Re: appworld:// urls for vendors

You may check the supported APIs, I didn't read the whole document

 

https://bdsc.webapps.blackberry.com/android/apisupport



"When you become a level 3 developer, you learn to communicate over the ether. I'm told that level 5 developers are ascend into a higher level of existence beyond the physical realm." gord888 @ crackberry
Please use plain text.
Contributor
alexvas
Posts: 12
Registered: ‎03-16-2012
My Carrier: n/a

Re: appworld:// urls for vendors

I have created a feature request regarding this issue. Vote for that if you want it to be implemented

https://www.blackberry.com/jira/browse/APPWORLD-138

Please use plain text.
Developer
QuiteSimple
Posts: 1,335
Registered: ‎11-06-2009
My Carrier: WiFi

Re: appworld:// urls for vendors

I noticed yesterday a nice workaround for displaying vendor's app on PlayBook, using the search function:

 

http://appworld.blackberry.com/webstore/search/XXXXXX

 

where XXXX is the vendor name



"When you become a level 3 developer, you learn to communicate over the ether. I'm told that level 5 developers are ascend into a higher level of existence beyond the physical realm." gord888 @ crackberry
Please use plain text.