02-08-2013 08:52 AM
I have recently updated my App (Daily. The News Reader) to support 720x720 resolution, now I want to build version for the release and upload update into the BlackBerry World.
Which sdk I should use to build App version for the release?
Gold 10.1.0.1673 or 10.1.0.338
The second sdk is Beta version, but this sdk introduced support for BlackBerry devices with smaller 720x720 screens.
Thanks in advance.
02-08-2013 08:53 AM
02-08-2013 09:14 AM
App build under this sdk (10.1.0.338) will work well on z10 as build on Gold sdk?
02-08-2013 11:05 AM
02-08-2013 03:24 PM
borceg wrote:
I don't think so. https://developer.blackberry.com/cascades/download/releasenotes_beta_10_1/
IIRC, the info provided by BlackBerry for the new Beta 1 Native IDE is contradictory, and confusing.
It's stated that builds won't work on the Z10 (again, this assertion is from my memory), but when you drill down to the next page (or the release notes?) it's stated that the Z10 (and well as the Q10, of course) IS supported IF you install a Z10 SDK edition in the IDE.
It would be nice to read something definitive from BlackBerry.
02-08-2013 03:47 PM - edited 02-08-2013 03:48 PM
I removed the old SDK and only installed the new 10.1 SDK. It works fine in both the Z10 simulator and the Q10 simulator. And also, you need the new features of the 10.1 SDK because you need asset selection when building 1 app for both the Z10 and the Q10. Therefore, you need the 10.1 SDK, impossible to do so with the gold sdk.
02-08-2013 06:52 PM
Using the 10.1 SDK I have apps apparently running just fine on the Dev Alpha and the full touch simulator. Is this by design or am I getting lucky? It looks to work, but a gurantee would be nice to have...
02-08-2013 08:19 PM
If you try and use any features from the 10.1 sdk and put it on a Z10 it will not work. You need to build with the SDK that you are going to release with. You could technically build with the 10.1 sdk if you arent using any things with dependencies but to be safe you should just build with the Gold sdk.
02-09-2013 05:47 PM
So I have to build the app with Gold SDK for z10 (and Dev Alpha), and then build other app file for q10 (and Alpha C) with Beta .338 SDK, to be sure that it will work fine on these devices?
02-09-2013 06:56 PM