02-03-2012 11:28 AM
Hello,
I'm ready to upload my first palybook app, just want to make sure of the steps for preparing it for upload, I believe I have to:
- compile as Device-Release
- set Author and AuthorID on bar-descriptor.xml (does I have to codesign somewhere else ??)
- upload the .bar file
hope someone can confirm this or if I'm missing something,
thanks!
02-03-2012 12:12 PM
the steps required are pretty well outlined here http://us.blackberry.com/developers/appworld/distr
02-03-2012 12:48 PM
I'd recommend installing and testing the signed file in your device before uploading to App World. There may be things that work in debug mode, but not once signed, usually due to missing permissions. The SDK contains command-line tools for doing this.
02-03-2012 12:54 PM
You can upload signed copy using NDK too, can't you? There is no need to switch to command line tool.
02-03-2012 12:55 PM - edited 02-03-2012 01:03 PM
I have already read the adm guide 3.1 and the FAQ, and I don't see a place how the app is signed, particulary this topic on the forum makes me think I'm missing a codesign step I have not found how it's done.. the xml file for my app contains Author and AuthorID variables that I guess are related to debug tokens stuff for dev testing, but I believe I'm missing the codesign step for the actual app submission, where/how you do that ??.
02-03-2012 01:02 PM
I agree with you Innovatology, but how do I sign the app ???
02-06-2012 09:19 AM
02-06-2012 11:54 AM
Thank you cdamus, I found that yesterday and have submitted my 1st app now, crossing fingers..