PhoneGap Blackberry application - ios

i am building a small application using html5 and jquery mobile.
i need to run this on multiple platforms including android, iOS and blackberry.
i used phonegap to build my application successfully.
the apk for android is successfully installed in android device.
but i am not able to install application for black berry and iOS.
blackberry OTA downloads a jad file which is not working with my blackberry device.
i know there are COD files references in jad file that needs to download OTA.
but i am not able to run that.
how to install blackberry OTA?
similarly i need help for iOS?
and what are the licensing schemes for blackberry and iOS?
can i run the phonegap build for blackberry without license, if yes then how, if not then what should i do?
any guidance will be appreciated.
Thanks

Related

Adobe AIR and iOS

Is it possible to create an app using Flash and Adobe AIR that runs on iOS? I thought Apple had eliminated the possibility of using Flash- does AIR have a solution? What kind of problems are there?
Yes. You can create AIR applications for iOS. (What Apple doesn't allow is running Flash in a browser/web view.)
You can use Adobe Air cross platform for iOS and Android and also you can upload final product on app store.
With adobe air you can compile and debug ios and android applications faster than other tools like xamarin,appcelerator etc.
Another benefit is that you are using same codes for both platforms
with Flashdevelop free ide you are just choosing platform when compiling apk or ipa.
Also you can develop ios applications on windows machine without xcode sdk.
You just need mac when uploading to applestore.
To install ipa to devices via usb you don't need mac or xcode.

How i can use PhoneGap to create ios app in windows os?

hi I am beginner in IOS mobile I know that i must have Apple device to work on it to create IOS app . my project is that i am preparing to work on it is HTML5 and Javascript and css when i searched i found that PhoneGap can do it without more codes .so how i can work on phonegap in windows os if i dont have apple device?. I hope you will help me on this issue.
You will have to use cloud building tools like Phonegap build or Intel XDK to develop iOS app without a Mac.
With Phonegap build, you will have to create a config.xml, zip this along with the app written in HTML5/CSS/JS and upload it to Phonegap build and it will give back a .ipa iOS app file to download, which can be installed on iOS device for testing. But to do the build, you will need to upload a exported developer certificate (.p12 file) from a Mac and upload to phonegap build before you can build the app. You just need the certificate exported from a Mac, you can get this certificate and use Window PC to upload the certificate and start building iOS apps from windows PC
With Intel XDK, you can develop app using HTML5/CSS/JS, simulate app on various devices and build app in cloud just like with phonegap build. But you dont need a Mac for exporting certificates and stuff, Intel XDK generates a Certificate Signing Request(CSR), which you will have to upload to apple developer site to get a certificate. You you do not need a Mac at all to start building iOS apps.
But in both cases you will require a Mac when you want to submit the app to Apple AppStore, you will have to use the XCode -> Application Loader to upload the iOS app binary to submit to AppStore.
Here you can found the Developer Platform Guide for your question
PhoneGap Developer Guide
Your App in fact is a HTML5 With Javascript and you can convert for all Devices support this architecture, in the link you see all list for different platform.
Hope this help you.
Phonegap requires native environment to wrap your html,css,javascript and produce a native build.
iOS native environment requires Mac OSX.
AFIK, you cannot do iOS development in windows OS.
On work around you can consider doing is using Phonegap's online build service
The only possible way building for iOS without touching a Mac would be Phonegap's cloud building service.
Phonegap Build FAQ
You would still need both of:
some device for testing purposes
an Apple Developer account

How to add exist share library to BlackBerry Native SDK project and deploy to Device or Simulator?

I'm developing an app for BlackBerry Playboock using
BlackBerry Native SDK. I want to know how to add a share lib for my app and deploy this lib to my device. I have found this link! and this! but I don't know how to do?
I'm new at this platform. Some body help me !

Will blackberry smartphone apps run on the Playbook?

Will a Blackberry smartphone application written in the Java api work on the Playbook without modification?
According to RIM, once the JDE player is released, they will have to be re-packaged which may require re-compiling, to run on the PlayBook. The same applies to Android applications. In either case you will not be able to download native JDE or Android apps and run them on the PlayBook.
The only application SDK path that allows for BlackBerry Smartphone applications to run both on BBOS, Playbook and BlackBerry 10 is the HTML5 WebWorks SDK
Get started by reading the Getting Started Overview Guide
https://developer.blackberry.com/html5/documentation/what_is_a_webworks_app_1845471_11.html
You may also be interested in cloning bbUI.js, a free ui framework that works across BlackBerry devices going back to OS5. bbUI.js targets platform specific native features, like access to hardware apis, while providing a consistent feel.
blackberry/bbUI.js
https://github.com/blackberry/bbUI.js
Best of luck to you.
Yes, RIM has announced that they will release a virtual machine which will play your existing blackberry app. I'm not sure if developers have to re-submit their blackberry apps though.
Playbook will also support Android apps, but developers will have to recompile their apps and submit those to App World.

Distribute BlackBerry compiled app

I have developed a BlackBerry project and now I want to send the compiled output, such as .cod, .alx or .jad, to a client so that he can check it. This is similar to the ipa file for iPhone. How can I do this?
The document from RIM How to Deploy and Distribute Applications tells all.

Resources