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 Advertising Service

Reply
Contributor
dachmt
Posts: 25
Registered: ‎04-16-2010
Accepted Solution

How to release app with advertising service on device without SDK

Hi,

 

I was wondering how it can work when you release your application including ads, but the user has not the SDK on his device? I mean, when I'm testing on the simulator and my device, I had to load the .cod file into them, but for other users they didn't.

 

Please give me some information if you know more about it, thanks!

Damien.

Please use plain text.
BlackBerry Development Advisor
jreda
Posts: 76
Registered: ‎09-28-2009

Re: How to release app with advertising service on device without SDK

Hello Dachmt,

Instructions are included with the SDK on how to package the library with your application.

 

User 'Scientific' has also posted a helpful guide: http://supportforums.blackberry.com/t5/BlackBerry-Advertising-Service/Proper-Implementation-Part-2/t...

Please use plain text.
Contributor
dachmt
Posts: 25
Registered: ‎04-16-2010

Re: How to release app with advertising service on device without SDK

This is what i needed!

Thank you.

Please use plain text.
Developer
mrtrav
Posts: 37
Registered: ‎10-20-2010
My Carrier: VZW

Re: How to release app with advertising service on device without SDK

This is the method I am going through to merge my JAD files, however the OTA install says the COD is invalid (907 error).  

 

I have copied the RIM-COD-URL and RIM-COD-Size lines from the BBAS JAD file into the bottom of my app's JAD file. 

 

Anyone else having problems with this?

Please use plain text.
Developer
Scientific
Posts: 90
Registered: ‎06-04-2010
My Carrier: verizon

Re: How to release app with advertising service on device without SDK

Hello, are you using  a number that is already taken by your application .jad file?  For example, 

 RIM-COD-URL-1: net_rim_bbapi_adv_appxxxxx.cod

 RIM-COD-Size-1: 46520

 

The ones in this project are already used by my application .jad file pointing to another .cod file with the number one.  So I just use the next number not used.  For example, if I had 6 .cod files being pointed to I would set these to 7 now:

 

 RIM-COD-URL-7: net_rim_bbapi_adv_appxxxxx.cod

 RIM-COD-Size-7: 46520

 

Is this the problem that you are having?

 

Scientific

 

 

 

Please use plain text.