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] - 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 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.

Related

Is there any other store like appstore to upload iphone apps? [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 tried to upload the apps in appstore but it needs 5000 rs/ year for creating an account. Can anyone please tell me whether do we have any other iphone appstore other than appstore.
Thanks in advance
Search for alternative stores for iOS. But if you target legal ios(iPhone/iPad) devices, you have to use AppStore of Apple
EDIT I tried to share a link of lmgtfu.com but it didnd't let me share that content, so in my answer there is somtehing like "here are some alternative stores" sorry for sharing that without fixing.

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.

How to CodeSign for upload to iTunesConnect [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
It has been a few months since I have code signed an app and I can't remember exactly what do I need to do?
Everything is 100% ready except this
Read all the docs that other users suggested you to (re)read.
Update/create provision profile for distribution, set status of app in iTunesConnect Waiting for upload.
Sign your application in Xcode with this profile
Select iOS Device
Product->Archive
If build was successfully ended then Organizer will open. Submit your application.
Here are two apple docs that you should (re)read from Apple's iOS Development Guide:
Building and Running Applications
Managing Devices and Digital Identities
These walk you through the code signing identities. Read them. Bookmark them.

Iphone app. How many were downkoaded [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 wrote an iphone app and was just released.curious to See how many people downloaded it. It is a free app. How do i find out how many people downloaded my app.
Thanks
from your Apple Developer account, use iTunes Connect to get stats on your app downloads. You can also use third party services like AppFigures to get better stats.
I believe the statistics will be available in iTunes Connect only after a week or so. Try Appannie (appannie.com) for better reports.

Is it possible to submit same app with different name? [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
Has anybody tried to submit the same app with different name to the app store?
Assumed that the app is under the same iOS developer program account, and is not a lite version.
Thanks ^m^
Don't. You should not try to submit the same app under a different name to the App Store. It is not how the App Store works. As #Jeremiah said, there is a similar thread on StackOverflow: Can I submit the same app to the App Store under multiple, different accounts/identities? and in it, #bobwaycott notes that the App Store Guidelines state:
2.20 Developers "spamming" the App Store with many versions of similar
apps will be removed from the iOS
Developer Program
Yes, all you have to do is to copy your project to a different location, and rename it:
http://aplus.rs/programming/how-to-rename-project-in-xcode-3x/
It will be treated as a different project with configuration rewritten by xcode.