Test application for native applications on Iphone without a developer account

I am developing an application in reactive adapters. As simulators, I needed to test the application on real devices. As it’s obvious, it’s easy to test the application on Android devices, but I don’t know how to test my application on the Iphone device. Is there a way to test the application on Iphone without a developer account on Apple?

+4
source share
1 answer

Yes, you just start responding to your own application as a regular Swift / Objective-C application, but you need xCode. Plug-in of your device, select it in xCode from devices and press the play button. Here are the details: https://facebook.imtqy.com/react-native/docs/running-on-device-ios.html You do not need an Apple developer account to check it (I'm not sure) about 5 devices (please correct me). Then you need an account on the Apple Developer site and register all devices.

+2
source

Source: https://habr.com/ru/post/1658729/


All Articles