01-21-2013 11:57 AM
I have 2 Games running for PlayBook(so 2.0), already published on appworld.now decided to port them for BB10 device also. As my apps are Developed naively ,and using OpenGL 2.0 how much of work will needed.
is there is any guide to port Playbook apps to BB10.
is I need to upload separate binaries for playbook, and BB10. Then what would be package name , both could be same? Or my application will have separate names for Both(Playbook and BB10).
Solved! Go to Solution.
01-21-2013 12:02 PM
01-21-2013 02:02 PM
I have one Native+OpenGL app for both PlayBook and BB10. You will not have any problem porting to BB10, you should only take care of different screen size.
And Peter is right. You must submit the version for BB10 with the same package id and version must be different for BB10. To keep my versions 'in tact' I just add 100 to the last octet for BB10 package. For example - version 1.0.1.1 for PlayBook and version 1.0.1.101 for BB10.