Is there any way to develop an iOS application on a Windows machine (Using Obj-C) ? and It is possible compile and install the application on an iOS device ? (Without a Apple developper account).
In other word, is there an "Windows" xCode ?
Is there any way to develop an iOS application on a Windows machine (Using Obj-C) ? and It is possible compile and install the application on an iOS device ? (Without a Apple developper account).
In other word, is there an "Windows" xCode ?
Yes, You can develop the application for iOS by using third party development tools
like - UNITY 3d and others.
You can install app in to the device with-out the apple developer account , Just follow these steps.
1- uninstall the x-code from your system.
2- Install x-code 7 or higher .
3- remove all signing identity from keychain.
4- Just open Preferences
.
5- Add your apple id (not required to pay 99$ for developer account).
6- Connect your device with x-code.
7- Run the app .
8- while it is showing the signing identity select your personal account.
It is working for me.