This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Procedure to submit iPhone application to App Store?
How to submit Universal apps to the apple app store
You can find a complete description of the required steps on Apple's development portal.
Look for the heading "Creating a Universal Application". Hope this helps.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I want to understand how is Youtube and Facebook app have same name for iPhone and iPad in the itunes store?
I am trying to submit an app (different build) for iPhone (approved & live with name eg: MYAPPNAME) and now iPad but its not allowing me to use the same name (i.e. MYAPPNAME) to be displayed in the itunes store.
I understand that i can use MYAPPNAME FOR IPAD but how did youtube & facebook get the same names?
Please help I need to submit the app at the earliest.
Regards,
Shoeb
They are the same app. They are universal apps with the same bundle identifier. A reference is here http://www.techrepublic.com/blog/ios-app-builder/better-code-develop-universal-apps-for-ios-devices/.
Don't submit different apps for Ipad and Iphone.
Make a Universal App that work on both iPad and iPhone. And using same bundle identifier, just update your live app with this app.
This question already has answers here:
Number of downloads of my app [closed]
(2 answers)
Closed 9 years ago.
I have published an app to appstore , how can I know how many users downloaded the app? I cant find out an option for it.
You can find the number in iTunes Connect.
Login to iTunes Connect.
Sales and Trends
Select the app and you can see daily, weekly and monthly sales/downloads.
This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
Implementation of myspace and linkedin in iphone
I am new to iPhone technology
I am using API in JSON. I need to integrate myspace into my app
How can it be done?
Try this: http://code.google.com/p/myspaceid-iphone-sdk/
This question already has answers here:
Closed 11 years ago.
Possible Duplicates:
Converting to a Universal App in xcode 4
iPhone - How to transform an iPhone only app to universal app?
Hi,
I have created an iphone app. Is there anyway to change it into an ipad app? Basically, how to change an iphone app into a universal app when the app is already finished in Xcode?
THanks
You might start by reading the Creating a Universal Application section of the Application Programming Guide.
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 am done with my first iphone app (SO helps a lot..thanks). Now i want to submit my app to app store for review. I can use itunes connect to submit my app. I have few questions.
1) I dont know how to create a build for release. What i mean is i dont know what profile it requires. There are help videos but they all guide to do development provisioning not for release.
2) Where do i specify all app attributes like Genre and so on.
3) I dont have iTunesArtwork but it does not show in my itunes when i create distribute build. Is it going to same for release.
Hope my question is genuine.
The iTunes Connect has a guide. Goto the iTunes connect portal and there is a PDF guide you can download listed at the bottom of the page. Follow the step by step instructions listed there.
Genre etc is specified during the submission process in iTunes Connect.
The artwork is also set in the iTunes Connect portal. However if you want to see it on development builds you can add the 512x512 png to the root of your project and name it "iTunesArtwork" (no extension).
Hope that is helpful. Really everything you need is in the developer guide found at iTunes Connect.
1 Link: the Apple guide.
2 & 3 please follow BigJason's answer.