blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

WebWorks does not seem to support Debug Tokens #188

Closed nukulb closed 12 years ago

nukulb commented 12 years ago

Option 1 - config.xml needs to support authorId and not just author

<!-- \<authorId\>ABC1234YjsnUk235h\</authorId\> -->

NDK allows setting this using a debug token.

I am not sure there is a way to use debug tokens without this. The NDK would suggest that you cannot use debug tokens without it.

Option 2 We used to have a properties file from where debug tokens were used. https://developer.blackberry.com/html5/documentation/runnning_unsigned_apps_using_a_debug_token_1866987_11.html

nukulb commented 12 years ago

I am not sure if the way we support debug tokens has changed. But there seems to be no documentation anywhere for this.

nukulb commented 12 years ago

https://developer.blackberry.com/html5/documentation/running_your_bb10_app_2008471_11.html

@jkeshavarzi might know what is going on

nukulb commented 12 years ago

closing this and opening a new one as I figure out exactly what is going on.