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 iPhone app named XXXX-YYYY, now i have built a separate iPad version of this program, not a universal, and my idea was to name it XXXX-iPad-YYY. This was rejected due to the "iPad" piece in the name.
May i ask for some advice how you would name the iPad version as i cannot use the same name as the iPhone version, tried that, and i cannot use "iPad" in the name.
I have checked around a bit but not found anything useful.
Look in the App store for example names the Apple has previously approved, such as with the "HD" suffix. Or Apple may allow "... for iPad" as a suffix in some cases.
Related
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 can we support printer in a iPhone application? I want to print a page from my application. Do I need to code for this in my app or this is a default operation supported by IOS. I am using IOS 4.3 & above.
Look at the Drawing and Printing Guide for iOS.
iOS can only print to "AirPrint" printers of which there aren't many. There are some apps that run on OS X that will "AirPrint enable" any attached printer. I use Printopia (no affiliation other than as a happy user). There are some free ones but I haven't had as much success with them.
It's always a good idea to google your question first :)
Everything you need to know:
http://developer.apple.com/library/ios/#documentation/2DDrawing/Conceptual/DrawingPrintingiOS/Printing/Printing.html
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.
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.
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 12 years ago.
Improve this question
This question is not a tech question.
I have an iPhone app name 'abc', I will release a version for iPad.
How to name it
I check on app store found that some people name
abc HD
Welcome any comment
Thanks
interdev
Start uploading process of your application on store and you will get error message if application name already exists something like this:
The Application Name that you provided
has already been used. Please provide
a unique Application Name.
AppStore: Stake your claim
Off topic though it is, if you're going the separate app (rather than universal binary) route, then it's common to use "HD" to differentiate between the versions.
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 3 years ago.
Improve this question
A friend of mine told me that there is a new rule to pass the appstore approval process. The app also have to work on iPad otherwise it would get rejected. I didn't find something which supports his statement. Does somebody know what is true?
Yes, it is part of the new App Store guidelines posted by Apple.
Section 2.10 says: iPhone apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution.
You normally need a dev account to read these guidelines, but in the meantime they have been mirrored by other people. Google for "app store guidelines" and you'll find the document.