IOS App Development in Windows System using Titanium studio - android

I developed Application With TiTanium studio on windows, For Android and blackbery. I also want to built my written app for Apple IOS. can i make this on windows?

In short NO. We cannot develop any application for iOS using Windows with Titanium. Because we need iOS SDK for iOS application development and for Windows we don't have IOS SDK. For more information you can check this information link.

Related

How can I build android apps using python on Windows

I would like to build Android Apps in python using preferably the QT framework, if I have to do away with it, when it comes to android fine, but the development process has to be on Windows.
Yes, it is possible to use python to develop android apps below is the link which will guide you to develop Android app using Python.
https://hameedullah.com/develop-your-first-android-application-in-python.html

Can I use Flutter to develop IOS in Android Studio?

Question 1. Can I develop for IOS using flutter only in Android Studio without Xcode on Max OS?
Question 2. If 'Question 1' is possible, is there a limit to the functionality?
I do not think it will work on windows OS.
When the operating system is Mac OS, is it possible to develop both IOS and Android?
Yes, You can develop Flutter apps (both iOS and android) on Android studio which is available for Windows, Linux and macOS, but to distribute iOS apps (created using Flutter), you would need Xcode (which is only available for macOS).
However, if you are on macOS, you can develop and distribute Flutter apps for both iOS and Android.
You can configure any IDE for your Flutter development (see this https://flutter.io/using-ide/) and to release/distribute apps for each platform, you can fall back to Xcode and Android studio.
See more info here: https://flutter.io/setup-macos/
You can develop the app completely on Windows or any other operating system. All you need is an IDE or editor (Android Studio or VS Code).
But to compile/release the app for iOS or for tests on the iPhone simulator, you will need a Mac with XCode installed.
The good thing is that the code you've written in Dart will (normally) work on iOS without any changes, so you can just develop on Windows (and test your app on Android), then ask a friend who owns a Mac if you can borrow it for a day to compile it for iOS.
As mentioned by other users, it's more than possible to completely build your app for use on all platforms with Windows, however Apple has opted to restrict iOS compilation to Apple devices only - you'll have to use a VM, a Remote Computer or a physical Apple computer if you'd like to compile your app for iOS

Is there anyway to run iOS or Android code on a desktop application?

I would like to use an iOS or Android SDK (e.g. DJI Drone SDK), but instead of running it on a mobile device to connect to the hardware, is there a way to build a desktop application (e.g. Electron based) and be able to run their SDK to interact with the hardware?
On Windows you can use Android Studio for run apps to Android .APK
Download it now https://developer.android.com/studio/index.html
Don't forget you need to know Java language to using Android Studio you can learn watch some tutorials on Youtube
On Mac you need to use Xcode
You can't run IOS Mac apps on Windows you can it with Virtual Machine like Vmware.
It's Xcode for download
https://developer.apple.com/xcode/
Don't forget you need to know Swift language to make an app on Mac for Mac and IOS
It is called DJI Assistant 2 but you still need your controller:
https://developer.dji.com/mobile-sdk/documentation/application-development-workflow/workflow-testing.html

Is it possible to develop IOS application without a Mac via Intel XDK/Phonegap?

I am planning to build an application for both Android and iOS, but from what I've heard, using Phonegap framework it's not possible to develop and deploy an iOS application only using Windows.
Is this true? Will I need a Mac for deployment? Any suggestions will help me proceed.
Regards
YES, It is possible to develop and test app for iOS using Intel XDK on Windows. However you still need a Mac when you are ready to submit app to Apple AppStore. But you can do development, create certificate and test on iOS device without a Mac.

Can I use titanium to build a web app and mobile apps?

Are you able to use titanium to build a mobile web app, such that it can run on something like m.website.com and also have a mobile version of the app packaged to Android or iOS?
no you cannot.
titanium is complied code that needs to be deployed on a mobile device.
you are looking for something like phoneGap
Now, the answer is Yes.
Since Titanium 2.X you can also deploy your stuff as a mobile web project,
see http://docs.appcelerator.com/titanium/3.0/#!/guide/Mobile_Web_Support :
"Titanium Mobile SDK version 2.0 or newer is recommended for Mobile Web development."
At the moment Titanium 3.X deals with following platforms:
Android
Blackberry
iOS
Tizen (a free Linux-based mobile OS)
Mobile Web
see http://docs.appcelerator.com/titanium/3.0/#!/guide/Titanium_Compatibility_Matrix-section-29004837_TitaniumCompatibilityMatrix-MobileDevelopment
no you cannot do.
But you can do the mobile web

Categories

Resources