10-29-2010 02:52 PM
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.
Solved! Go to Solution.
10-29-2010 02:58 PM
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-
10-29-2010 03:01 PM
This is what i needed!
Thank you.
11-02-2010 03:24 PM
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?
11-04-2010 11:53 PM
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