How do I make an iOS application without Mac and Xcode?
So, I have an iPhone and no mac. I want to make a simple application that needs to be able to check if the phone is locked/unlocked or the screen is on/off, even if the app is killed / in background. Also, I need to schedule events / notifications daily.
I could possibly use hackintosh, but it's illegal and I don't want to mess with Xcode. So, I can't use React Native or Expo. I can't use Ionic because I need Xcode to build the app anyway. Seems like PWAs (installable home web apps) can't provide features I want (background, check lock/display state) hat are my options if any? Am I stuck and I just need to buy Mac or Android phone?
5 comments
[ 5.8 ms ] story [ 31.1 ms ] threadFor any serious project, just get a Mac though.
https://kivy.org/#home
"Kivy runs on Linux, Windows, OS X, Android, iOS, and Raspberry Pi. You can run the same code on all supported platforms.
It can natively use most inputs, protocols and devices including WM_Touch, WM_Pen, Mac OS X Trackpad and Magic Mouse, Mtdev, Linux Kernel HID, TUIO. A multi-touch mouse simulator is included."