iPhone executable file [closed] - iphone

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.

Related

Can I download my iPhone app xcode? [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 have a quick question, I have lost the files and code for my iPhone app. I have my iTunes connect login details... is there any way of getting the code from my developers section?
Thanks for any pointers.
No, neither iTunes connect nor Apple Developer act as source control. You can get the provisioning profiles and create new certificates, but your code is yours to manage.
I would very strongly recommend looking into proper source control in the future (GitHub, for example).
Sorry, but I'm afraid not. The "code" you upload to iTunes connect is actually your project's binary. You can't download this from the portal, and even if you could, there's no way to transcribe it back into your original application code.

What happens if I am unable to upload my binary to the app store in 180 days..? [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
I received a mail from Apple that I only have 7 days left to upload the binary or the app name will be forfeited. Can I extend this once it forfeited if somebody does not use it..?
one solution would be for you to delete the app from itunesconnect and then use "add new application" to add another one with same name.
Actually if you will not upload app in 180 days, then apple will remove your app data from account. And other company/person can use your app name.
And if you don't want that, then just remove the app by "Delete App" button then re-submit the app by entering all data.
Cheers!

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.

iPhone app publishing can't validate [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
Im trying to publish my new app but ran into a problem. After I archive and get the organizer screen with my app in archives tab. When I try to validate it, it gives me an error.
"Game app name"
does not contain a single–bundle application or contains multiple products. Please select another archive, or adjust your scheme to create a single–bundle application.
I do not know what this error means or what to do. Can someone please help me out. Will appreciate it.
I believe you have a subproject with a static library. Make sure that Skip Install is set to Yes in the build settings of anything that is not your application.

Decompile ipsw? [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
How do hackers decompile ipsw files and read the code ?
Recently I read an update that some hacker was able to find out about jabber and aim services integrated in new versions of ios.
How did he do that ?
First off, it is a IPA file. Every app is a IPA file. IPSW is the iOS file type.
He did not get the full code, he probably just jailbreaks his phone, looks in the file directory of the phone that you can only see when jailbroken and looks for any new files.
He most likely saw a name like AIM.plist or something like that.
This really isn't a coding question and more of a hacking questions in general for the iPhone.