In react native every thing alright in android build. but when i try to install ios build in iphone its the popup come ''developer mode required''
Asked
Active
Viewed 1,249 times
-2
-
i want install the app without the popup – ak developers Oct 28 '22 at 12:41
-
So.. have you tried reading the message? You need to enable developer mode in able to install (local) builds to your device. Or distribute it normally through App Store. – nbokmans Oct 28 '22 at 12:44
-
https://developer.apple.com/documentation/xcode/enabling-developer-mode-on-a-device – epascarello Oct 28 '22 at 12:46
-
ohh! THANK YOU .. now i understand -epascarello and -nbokmans – ak developers Oct 28 '22 at 12:49
-
1Does this answer your question? [How to enable developer mode in iOS 16.0?](https://stackoverflow.com/questions/73733701/how-to-enable-developer-mode-in-ios-16-0) – valosip Oct 30 '22 at 02:37
1 Answers
4
On the iPhone, go to Settings > Privacy & Security on the iOS device -> Developer Mode -> toggle the Developer mode on.
It will ask to restart the device, after restart the app will work.

Manish Arora
- 397
- 3
- 12