iphone - Possible to Run iOS Apps on PC -
is possible run ios apps directly on mac os? windows? or have use virtual machine? searched around , found people saying need use virtual machine. reason this: want automate behavior on app on iphone, , think faster on pc.
the ios sdk accesses hardware of iphone/ipad. it's specific hardware not available on other device. cpu different, display, device buttons, sensors , phone specific stuff...
the simulator simulates hardware, still needs different compile , can not execute ios bundle not simulate arm cpu architecture.
that said, not make sense automated test on platform target platform, app might have different errors , behavior.
Comments
Post a Comment