Blackberry OS app with Phonegap - blackberry

I am trying to develop mobile apps using phonegap and one of the platforms I plan to target is BBOS. However when I do installed phone gap using npm install -g phonegap it downloads the latest version of phonegap which does not support Blackberry OS other than Blackberry10.
So I decided to download Phonegap 2.9.1 directly which comes with all of Blackberry OS platform. My question now is that how do I use this to create and build my app?

Related

Can Crossover 20 replace Wine64 to build Windows apps using Electron 11.x.x on Apple silicon (M1)

I am working on a cross platform Quasar Framework app and recently moved to a Mac Air M1.
As per Electron, when Electron 11.0.0 was released it included support for Apple silicon.
But Wine64 is not supported on M1. And so using Electron I cannot build a Windows app.
Does anybody have any experience with building Windows apps using Electron? Anybody successfully used Crossover 20 in lieu of Wine64? If yes to any of these questions, would you know the Electron and Crossover settings needed for a build?

Can I make an app on just 2 IOS devices with flutter on windows?

I need to make an app only for 2 people on their iPhones. Is it possible to build an app with flutter on a windows OS and just install it on those 2 IOS devices? Because I saw that you need a Mac for publishing the app, but what about just installing it for separate devices?
No, it is not possible. For build app for iOS and other Apple's platforms you need to have build tools that available only for macOS.
No you need a MacOS to build app for iOS.
But you can use a tool called Appollo (https://github.com/Appollo-CLI/Appollo) for that.
It's a Python CLI that gives you access to MacOS build machines.
You can do everything from configuring Xcode, generating your IPA file and publishing your flutter app.

cordova build IOS on windows

Is it possible to build IOS app on windows using cordova CLI on windows.
Can intel xdk be used on windows & create app for IOS ?
When using the Intel XDK, the Cordova builds are performed in the cloud. So the answer is "yes" you can build apps for iOS using a Windows machine if you are using the XDK. In reality, they are built using a cloud-based Mac that has the Xcode dev system installed on it.
However, if you wish to use Cordova CLI locally, you need a Mac to build iOS apps. The XDK cannot change that, the XDK is simply a convenient front-end for developing, debugging and building Cordova apps.

Is it possible to setup cordova for ios development in ubuntu?

I am new in phonegap development. I have installed phonegap for android development in Ubuntu and able to make app for android devices. Now i want to build app for ios. I know for this i need xcode. I want to know is it possible to install xcode in ubuntu for ios development?
No. To run Xcode you needs a Mac with a current version of OS X.

Blackberry SDK 7 on a Blackberry 6 phone

I am having a lot of issues installing my BlackBerry app to my phone. The app has been signed but still says that there is an error of attempting to access a secure API. However, I realise my eclipse is using the 7 sdk whereas my phone is running blackberry 6. Could this be the issue?
How would I go about changing this in eclipse?
First you will need to install the BlackBerry JRE 6.0.0 Plugin into your instance of Eclipse by adding BlackBerry Java Plugin - http://www.blackberry.com/go/eclipseUpdate/3.6/java to your list of 'Available Software Sites' in Eclipse->Help->Install new software.
Then when you have that installed, you will be able to right click on JRE System Library [BlackBerry JRE 7.0.0] in your project, select Properties and change to JRE 6.0.0.
Then re-package, sign and install on your OS6 device

Resources