How can I reboot or crash an iPhone in iOS 15 with an app [closed] - swift

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 months ago.
Improve this question
I want to make an app that has a feature that reboots your device. I saw someone on Twitter do something like this and I want to know how I can crash/reboot and iPhone with a button.

You can make the app crash (exit suddenly), but you cannot make the device reboot. The device belongs to the user. Think how dreadful life would be if such a thing were possible! If you saw an app that apparently made the device reboot, that was a jailbroken phone — or else the device was not actually rebooting.

Related

What do I need to run xCode app on iPhone device for my own personal use: no AppStore, no commerce, not public - just personal? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I wonder, what do I need to have my xCode app on iPhone device?
For example, I built CoolGuitarTuner app which I want to use myself and maybe share it with a couple of friends.
Can I just somehow copy it on my iPhone for my own private use without any registrations or payments?
Thanks!
You still need a $99 developer account. That should be all you need, regardless of whether or not you list any apps for sale. Or you could jailbreak.
You can go through iPhone Test Application
And This Blog gives your detailed information about how to deploy application on your device
Hope this will help you out.

Test app on a jailbreak iPhone [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I registered to Apple Developer program and paid 99$.
Now I want to test my application on different iPhones. My friend has jailbreak iPhone so i wanted to know if I can use it to test the application.
1. Is that okay with Apple? i mean is it a violation of the developer program terms?
2. Can it undo the jailbreak on the device?
Although this question is off topic, I'll answer it.
yes you can test apps on this device, Apple could know that you are testing on a jailbroke device by it UDID. They will not close your account for that.
No It will not undo the jailbreak unless you upgrade the devices OS via Xcode. Other which it's just like installing any other app.

Should I re-send my app optimized to iOS5? (it was sent last sunday / iOS4) [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I sent an app to iTunes Connect last sunday, optimized to iOS4 (also works in iOS5 beta 7).
Today Apple released iOS5 Gold Master version.
Should I re-send my app to iTunes Connect compiled to iOS5?, or they will approve my app, and (next week, for example), I could re-send it.
Thank u ;)
I don’t know what you mean by “optimizing” your app for iOS 4. (Deployment target?) But in either case I don’t think you have to resubmit the app, AFAIK there is nothing to be gained by simply recompiling with a new SDK version.

problem with iphone 3G and baseband 06.15.00 [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have an iphone3G. I did the mistake to connect it to itunes and update to latest software 4.2.1 so it locked and it does not accept my SIM card. So I upgraded baseband to ipads 06.15.00 with redsnow and activated, jailbraked it and unlock it with ultrasnow. Everything was perfect [SIZE="4"]BUT then i did the most stupid thing.[/SIZE]
I connected it again to itunes hoping to load my photos from a backup. But things didnt work in a good way. It locked again. I dont know the current firmware that it has. Now i cant jailbreak it with redsnow and itunes wont restore to any IPSW because itunes cant downgrade the baseband. The phone is not even activated right now and i cant run cydia to unlock it.
PLEASE HELP!
As a last resort, try reseting the iPhone. It should say how to do this in the instructions. Contacting Apple might have been a better idea than jailbreaking.

iPhone executable file [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
how can i create a executable file to iphone? i have written my code in objective c using xcode i want to create a application that must run on any iphone..
i want to go by a legal way with no jail breaking.
please any body help..
You need to be a registered iPhone developer for this; sign up at developer.apple.com. Once you've signed up, the way forwards should be pretty clear; but in short you need to create a provisioning profile for your device, test your application and submit it to the App Store. Once that is done, anyone can buy/download your application.