App Store is Apple's online digital distribution store of applications, a repository of Apps to run on iOS mobile devices, as well as desktop Mac OS environments. StackOverflow questions tagged with this perform programmatic interactions with the App Store (such as listing apps or renewing ...

learn more… | top users | synonyms (1)

7
votes
2answers
2k views

Distribute Ipad App without app store

Supposing the following scenario: Company A asks company B to produce an IPad App for them. Company A only wants to use it for themselves on a very limited amount of IPads (less than 100). Company A ...
7
votes
2answers
949 views

Is the GPLv2 compatible with the iOS App Store and Android Market? [closed]

I never wrote an iphone/android application. These days I'm planning to help a friend in doing that. The application is a sort of Ebook: a simple application to browse with the phone the contents of ...
7
votes
3answers
506 views

How does the App Store website know if iTunes is installed?

As a user, I really love how the Apple App Store website on a browser can tell if I have iTunes installed or not and can act accordingly. For example, if I go to an App's page like "Remember the ...
7
votes
2answers
871 views

Handling data migration from 'lite' to 'pro' version of iPhone app

I am near the end stages of developing an iPhone application and will be releasing it as both a 'lite' (ad-supported) version and a 'pro' (ad-free, likely with additional functionality at some point) ...
7
votes
3answers
603 views

Tap continue and sign in to check for downloads. [Sandbox]

From times to times I get a very annoying dialog with the text: "Tap continue and sign in to check for downloads." If I login ( with a sandbox user ) or tap Cancel the dialog is immediately displayed ...
7
votes
4answers
865 views

How do I detect if an app has been cracked without examining the SignerIdentity?

There used to be a method to check if an application was purchased from the App Store, to protect against cracking: NSBundle *bundle = [NSBundle mainBundle]; NSDictionary *info = [bundle ...
7
votes
2answers
481 views

After renewing my iOS membership, is it necessary to update my apps with new distribution profiles signed with a new distribution certificate?

Background: I have some existing apps in the App Store and I have just renewed my Apple Developer Program membership. Appreciate if someone can help with these questions: (1) Is it necessary to ...
7
votes
1answer
1k views

Failed to install Production Provisioning Profile

I created CSR, Mac App, Installer Certificates, and Production Provisioning Profile. Certificates were installed correctly. However, Production Provisioning Profile could not be installed on my Mac. ...
7
votes
2answers
1k views

iPhone app with or without AppStore

My company is offering a service to our clients which we would like to implement on iphone. Our clients would be paying $5000 per month for the service, so they can give it free of charge to their ...
7
votes
2answers
3k views

In App Purchase no valid Product IDs

I'm trying to get In App Purchase with my existing iPad App working. I'm stuck retrieving the Product Information from App Store: - (void)productsRequest:(SKProductsRequest *)request ...
7
votes
3answers
2k views

iOS - old versions of app getting installed from the App Store

We just had an app update get approved in the App Store today. However, on some devices, when we download the app, even after completely deleting it first, it is installing the previous version. Is ...
7
votes
1answer
611 views

AppStore / iOS apps and interpreted code - where do they draw the line?

Apple's iOS developer guidelines state: 3.3.2 — An Application may not itself install or launch other executable code by any means, including without limitation through the use of a plug-in ...
7
votes
3answers
1k views

Getting Google OAuth in iOS accepted by Apple

I have developed an iOS app that allows users to login via their Google Account using OAuth. It was rejected by Apple for allegedly violating 11.13 of the App Store Review Guidelines: 11.13 Apps ...
7
votes
0answers
316 views

3rd Party Mac Developer Installer? error when uploading

So i'm trying to upload my App to the Mac App Store and when I'm uploading it via Application Uploader I get an error. The product archive package's signature is invalid. Ensure that it is signed ...
6
votes
5answers
4k views

Is It Possible To Add A “Rate This App” Link To My App?

Here's what I'm trying to do: I have a button on the settings page in my app - I want this to direct users to the review/rate page on the app store. I know this is possible using [[UIApplication ...
6
votes
2answers
1k views

How do I link from free to paid app in the Android market?

If I have a free version of a paid app in the Android market how can I place a button in the free app that opens the paid version in the market?
6
votes
4answers
4k views

iPhone how to submit an app with a non-glossy retina display icon?

I noticed that all of my attempts at a retina display 114x114 application icon image automatically have a gradient shadow overlaid on top of them. My icon already has transparency over a black ...
6
votes
3answers
13k views

iphone: Apple ID does not have permission to access iTunes Connect

We have a company account and I have admin rights on it and I am trying to Login into to https://itunesconnect.apple.com but its giving error. Apple ID does not have permission to access iTunes ...
6
votes
3answers
2k views

Review your enterprise app to apple. is it required?

I have developed an enterprise app and its ready to use for my client. My company bought an account and provides me with the credentials. So i created the ad-hoc distribution profile to distribute ...
6
votes
1answer
5k views

How do I change App name on iTunesconnect

Hi I have an existing app in App store, I would like to update the app name app store, along with a new binary update. However, I could not find the edit button on the Version Summary section in ...
6
votes
3answers
2k views

Will java application be accepted on the new Mac App Store?

I heard Apple will accept only Objective C apps in the Mac App store. Someone know if java app will be accepted?
6
votes
2answers
3k views

What is the difference between an iPhone web app and an iPhone app?

I ask this because I am on the verge of diving into iPhone development and I have been intently following the iPhone related questions here. This question: ...
6
votes
2answers
11k views

Number of downloads for a my app [closed]

Is there a way to find the number of downloads for my app in the iTunes App Store?
6
votes
2answers
407 views

Mac App Store possibility to allow free download of paid app

I am having an application which I will be putting into the Mac App Store soon. It will be a paid application. It is my first app I'm transmitting, so please excuse my lack of knowledge so far. I ...
6
votes
2answers
6k views

Can I access the App Store from within the iOS Simulator?

Within the iOS Simulator, is it possible to access the App Store? That is, can I install the App Store application within the Simulator and download applications through it to the iOS Simulator? ...
6
votes
1answer
5k views

Apple: Enterprise Account, but deploy to App Store?

I have been asked to build an app for a firm that has an enterprise account with Apple. The app has to go to iTunes. When creating a Distribution Provisioning Profile, I am given the option for "In ...
6
votes
1answer
5k views

Where to manage Build Configurations in Xcode 4?

I remember in Xcode 3 there was "Debug", "Release" and possibly "Distribution". There was a dialog where we could duplicate the "Release" build config and rename it to "Distribution" in order to ...
6
votes
5answers
775 views

iphone ad-hoc distribution on app store

I made an error and put an ad-hoc distribution instead of appstore distribution to an appstore approved app. What are the problems that I might encounter? Will the user who buys the app be entitled ...
6
votes
2answers
4k views

Availability of a name for an app in the AppStore

Is there a way to check if a name is available in the AppStore with an HTTP request? Without manually creating the App in iTunes Connect?
6
votes
3answers
927 views

Submit Application not possible

I tried very hard the last two days to submit an update of our App to Apple directly out of XCode. The archive is always verified, but the submit process is stopped then with an error-message in XCode ...
6
votes
2answers
2k views

iOS link to app store before submitting an app

I'm building an "About" controller for my iPhone app. I've see other apps successfully include a "rate in market" link to within their "About" controllers. Is it possible for me to predict what my ...
6
votes
3answers
2k views

High profile MonoTouch apps?

A client do not want to consider MonoTouch for a new project. MonoTouch.info has a long list of apps, but I have not found any on the caliber that can convince a client too choose a technology. The ...
6
votes
2answers
1k views

Changing development team in iTunes Connect

I'm a member of two Apple development programs and I'm trying to upload a new app. The problem is that every time I log in to itunesconnect it logs me in to one team and I can't find a way to switch ...
6
votes
2answers
260 views

If you buy your own iPhone app, will it delete the developers build currently on your device?

So probably somewhat of a stupid question but here it goes. If you download your own app once it gets submitted to the app store, will it download and overwrite the development build I currently ...
6
votes
5answers
2k views

Demonstration video for the appstore?

I uploaded my app to itunes connect and i waited a few days.. and then the app that i uploaded was denied. 1 of the reason was that i didnt had a demonstration video with my app in use? ...
6
votes
3answers
6k views

iPhone app release date option in iTunes Connect

I submitted my iPhone application to iTunesConnect.Now it is in "Waiting for review". I want to release it only when i decide.. But am not able to see the option to set release date as "Automatically ...
6
votes
3answers
1k views

Iphone - clarification on app rejection guidelines

I have a website which offers (FREE) account based services. Iam working on a iphone app for the site. Can somebody help me with these questions? 1) Registration: In my case, the app is meaningless ...
6
votes
2answers
3k views

App Store handling of separate iphone/iPad builds

I have to builds of the same app for iphone and ipad, both are tested on the simulator and devices. Target device family is set to "iphone" resp. "ipad". I intend to submit these builds to the App ...
6
votes
1answer
1k views

Moving app between appstore accounts

I have published an app that have sold pretty OK and i have since then started a company where i will do my development. I checked with Apple to change the name of my account but that seemed to be ...
6
votes
1answer
541 views

What, if any “screw it up permanently” situations are there in the App Store certificate/key-pair code signing process?

My company works with several other companies to handle their iPhone development needs, and in many cases the other companies already have some existing app(s) on the App Store. We handle the App ...
6
votes
1answer
1k views

Testing in-app purchase before going live

So here is the scenario: You have already tested your in-app purchase code in the sandbox environment and everything went perfectly. Your app is now "Ready for Sale" and you want to make sure ...
6
votes
2answers
612 views

Once an application is available in the App Store, is it possible to change the developer/seller account?

We are developing an app for a client who is currently in the process of creating their own Apple account. The problem is they got started with the process late, and we need to submit the app ASAP ...
6
votes
3answers
2k views

My app supports armv6 and armv7 in the app store. I want to remove armv6. How to solve a problem

My app supports armv6 and armv7 in the app store. It is ready for sale. I want to remove armv6. I decided to do an update (my app with only armv7). But i received an error in the app loader : update ...
6
votes
2answers
1k views

Why Duplicate the “Release” configuration to “Distribution”?

On the Apple guide, there is a step before building the AppStore version: Open the Xcode project and Duplicate the “Release” configuration in the Configurations pane of the project's Info ...
6
votes
1answer
245 views

UIUpgradeOtherBundleIdentifier … No documentation found

I have been scratching my head around the plist identifier : UIUpgradeOtherBundleIdentifier ... It might be exactly what I'm looking for to handle some bundle identifier problems i have... but ...
6
votes
2answers
931 views

App Store - Method Swizzling Legality

Is there any current information on wether or not method swizzling is legal/illegal on the App Store? The only data point I can find is the Three20 framework shakeup a while back, which started with ...
6
votes
2answers
827 views

Is Javascript an “other executable code” for iOS?

In Apple's guidelines, I saw: 2.7 Apps that download code in any way or form will be rejected 2.8 Apps that install or launch other executable code will be rejected What I'm trying to do ...
6
votes
3answers
1k views

auto upgrading iOS apps

Is there some way to implement an auto-upgrade for an iPad app. I would like to be able to have my app check for updates, and then upgrade itself. As far as I am concerned the app can retrieve the ...
6
votes
2answers
4k views

Programmatically run a search on the App Store?

Is it possible to open the App Store app from within my app and run a search? I'm looking to see if there's an appstore:// type URL that I could use, in the same way that mailto: and sms: open Mail ...
6
votes
1answer
2k views

Is there an API or any other method to automate the submission process?

I have a number of apps which are similar in functionality and UI. I create the user interface by picking up variables from a .plist file. For instance, I save the source of the API from where I pick ...

1 2 3 4 5 62