How can I continue building Ionic iOS apps without a mac? - ios

As an Ionic/Cordova app developer on Windows, I've been using PhoneGap Build to create and sign my iOS apps before using MacInCloud to upload them to the App Store via App Loader. Unfortunately as of today, Apple requires iOS SDK 13 for uploading apps to the App Store. PhoneGapBuild does not support SDK 13 yet and there's no roadmap or idea of when it will start.
As I mentioned, I use MacInCloud to upload my apps and I'm curious if anyone has a way to remotely build the apps on iOS outside of uploading all of my code and using the Cordova or Ionic CLI via Remote Desktop.
Or hey, maybe you as a developer on PC have another way to build iOS apps. I've very interested in hearing how you're building apps now that PhoneGap Build is no longer an option.
Thanks in advance!

I gave the VirtualBox route a shot and wow, that was messy. I ended up just settling with logging into my MacInCloud account every time I was to create an iOS build and just dealing with that. Much cheaper solution than appflow.

Related

Are there any alternatives to Ionic View for iOS?

I continually have connection issues when attempting to preview iOS apps with Ionic 3.
No problems whatsoever with the Android side.
But iOS is just so temperamental and frustrating!
Connection errors, not Synching to latest etc?
I have a lot of luck sharing my app with Hockey App. You do need an apple developer account to use it with IOS though. And there are a few more steps involved than simply using uploading to Ionic Dashboard.
https://www.hockeyapp.net/
And the instructions to do this process is
https://gist.github.com/SWTPAIN/a6f8bda444da4e3a5886
And if you are just testing on your own phone, it is much easier to just plug it in and run ionic cordova run --prod ios

Ionic - Build for IOS on Windows (for latest IOS and Ionic)

I successfully built my app for Android, but naturally things are not that simple for IOS for a windows user.
This question has been asked many times before in many places at different times in different versions, but I'm interested to see if there's any up-to-date info on the issue.
Here's an old topic with a variety of answers: https://forum.ionicframework.com/t/how-to-build-app-for-iphone-without-mac/19929/19
I'm using ionic 3 and I'd like to build for the latest IOS, My PC OS is Windows 10.
Does Ionic provide any way to make this process easier?
I understood that in the latest IOS an apple dev account is no longer a requirement for testing. How do I test without one? (perhaps it's possible only when using a MAC?)
How do I use PhoneGap Build with Ionic?
https://build.phonegap.com/apps
It requires apple app certificate and keys to build.
Am I supposed to manually create a config.xml? https://github.com/phonegap/phonegap-template-hello-world/blob/master/www/config.xml
I use windows to develop Ionic. In order to build for IOS I have installed VMWare on which I emulate MacOS X, installed xcode and all the tools necessary for building ionic. I have been able to test and deploy my apps to an ios device through usb with ionic/xcode. However I haven't push any apps to the app store yet. If you want to get started into this, take a look at this link.
After doing some research I found out that ionic has a cloud packaging service.
https://ionicframework.com/pro/package (previously https://docs.ionic.io/services/package/ [link dead])

Distribute a PhoneGap compiled IOS app without the Apple's app store

i want to know if its possible to distribute a phonegap app, without the app store.
Is there any way to achieve this?
Using phonegap build is this possible?
I saw this docs by apple, using enterprise solution, but i cant see how i can use it with phonegap.
https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/DistributingEnterpriseProgramApps/DistributingEnterpriseProgramApps.html
Enterprise account works irrespective of app is built in Hybrid or native.
Yes using PhonoGap build its possible to archive, However even using terminal on mac you can generate the project and archive in regular method.

Is it possible to make a cordova CLI app for iOS without Mac?

I read in the post Is it possible to make a PhoneGap app for iOS without Mac? that it is possible to create a phonegap app for ios without a mac.
Therefore it should also be possible to do the same with a cordova app.
I am a bit confused because in the official documentation here it is written that such an app can just be created on a mac.
Is it possible to make a cordova CLI app for iOS without Mac on a windows machine?
Thanks,
David
its not possible to publish app to applestore without mac.
It is possible to build an IOS App as per this App without MAC article without using a MAC. There is another article on phoneGap website link here
Check it out.

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

Resources