Is it possible to submit same app with different name? [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
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.

Related

Releasing multiple Magazines to Newsstand [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
Is this possible? I would like to create a service that would make it easy for people to create Newsstand Magazines.
So in other words, they'd put in the content for the magazine in my service and I'd release it for them in the app store. Would this be possible, or would Apple say no to this? What do you think?
You'd have to release an app for each person that signs up. There is no way to automate this process and add apps to Newsstand (you would have to submit each app manually). The only possibility is to create a Newsstand app that downloads magazine info from your site, and then displays the various magazines to the user. However, Apple could reject the app since it mimics core system functionality, and it is a very unprofessional way for the magazines to reach their audience.

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.

Changing Developer Name in App Store [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
Let's assume that somehow my company manages to get the Developer name changed in the Developer Account at the App Store. In this case, what would happen to the existing apps:
Will the existing apps remain happily at the App Store without any effect?
Will I need to get new certificates from the Developer portal?
If yes, will I need to submit a new build of my Apps to the App Store?
If yes, will the bundle identifier of my subsequent releases would be different?
If yes, then how would the users be able to get updates to the apps?
Any help would be great!
I asked about it here, and we made renaming.
Non of our apps were forced to be resubmitted. We used all certificates with old names and it worked fine. I can't provide info about legal information that we send to Apple (not a coders did that), but one day we just saw another company name in the App Store and we did nothing to our apps.

Is it possible and legal to republish an App Store app? [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
Is it possible and legal to remove an App Store app (I ALREADY OWN AND I PUBLISHED IT) and publish it fresh again with:
a) the same bundle id
b) different name/description and bundle identifier?
Many many apps in the app store have changed their Bundle Name (name under the icon) and app store name and description. Sometimes with an app the behaves and/or looks very different. For whether this is legal or allowed by Apple, you have to read the iOS standard agreement, and submit an app to Apple. Customers may or may not appreciate this change.
You have to be the original submitter of an app to reuse a Bundle ID and submit it.

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.