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)

0
votes
1answer
51 views

iOS app, identical functionality and codebase, different UI

I have a situation where the app functionality required is identical for a number of clients. The clients, for marketing purposes, wish to have the app completely rebranded in their own respective ...
0
votes
1answer
41 views

Can Chinese users who read the app store in traditional see a simplified description?

Can Chinese users who read the app store in traditional Chinese see a simplified Chinese description? My app is currently only translated to simplified, and I only specified the simplified ...
0
votes
1answer
36 views

iOS - track which ad campaigns my installs are coming from

I have an iOS application on the app store and I am running a few ad campaigns (Google Adwords, FB Ads, etc.). How do I know where my installs are coming from? I have an equivalent Android app, and ...
2
votes
2answers
46 views

Screenshot language for AppStore

When submitting screenshots of multilanguage application to AppStore, which language my screenshots have to be? Do they have to be in default language or any language?
2
votes
1answer
91 views

Will fork() in iOS app likely be rejected by Apple's vetting process?

I'm writing a mechanism (in an iOS app) to detect whether a device is jailbroken by checking for App sandbox's integrity by doing a fork();. Does anyone know if attempting this call would violate App ...
-2
votes
1answer
110 views

Number of keywords in App store [closed]

I am planning to submit one of my app in AppsStore .I heard that 100 keywords i can add for an app ..My app is related to books and it contain more then 100 book and in-app purchase also enabled ..is ...
0
votes
1answer
49 views

iOS app name expiration and resetting the clock

I registered an app name a few months ago but never submitted a binary. Now Apple says I have a week to submit a binary or the name will become available to other developers. Will submitting a binary ...
2
votes
1answer
69 views

Uploading app update with different Identifier

I'm working on app update which uses push notifications. when i tried to enable the push notifications to the app id i find this: Note: Only explicit App IDs can be used to access the Apple Push ...
0
votes
1answer
40 views

How to let bloggers try and review apps with downloadable In-App Purchases? [closed]

We are making an app with Apple-hosted non-consumable In-App Purchases. The app has 20 downloadable purchases and each contains a 15 MB movie file. We want to submit the app to Apple and once it is ...
0
votes
6answers
98 views

Can I release an iOS 5 only app?

I'm wondering if there is a way to deploy an iOS 5 only version of an app and not have later versions of iOS be able to run this app. I'm aware of the the Base SDK version and deployment target ...
4
votes
3answers
138 views

Create iOS link to an App in the app store - best way?

Here are my requirements: 1. Create links to a single app in the app store 2. Access the links either from inside an app, on the device generally (e.g. mail link) or from a PC (e.g. via facebook ...
0
votes
2answers
81 views

The application can be downloaded from AppStore for iPhone 5 only

I want that users can download my app from AppStore only for iPhone 5. I tried to set valid architecture to armv7s, but got the message "The key UIRequiredDeviceCapabilities contains value ...
3
votes
2answers
136 views

How To Detect If User Has iOS App Installed In Browser - Like Example Site In Post

I am wondering how this site detected that I have their iOS app installed when I visited their web site on my phone. http://drafthouse.com/austin
-1
votes
3answers
195 views

how to create .ipa file from Corona SDK

Please tell me how to create .ipa file instead of .app file in Corona SDK? and how to submit Corona Application in Appstore?
0
votes
0answers
91 views

IOS App : How to develop server model for offering Free Subscription In-App Purchase

i tried build an app book-like from baker framework using XCODE, after bundling app, i submitted it but got rejected in case of this: "We found that your app has an associated free subscription, ...
0
votes
1answer
56 views

App Store Submission, Validation Error

I've been trying to submit a new application to App Store for the past 17 hours or so. It's not the first one to submit. If I click on the Distribute button on the Organizer window to submit a ...
0
votes
1answer
98 views

iTunes App Store API for Querying My Apps, Editing My Apps, and Uploading New Apps

Does Apple offer a web service API for querying iOS apps I sell under my account, editing these apps, and uploading new ones? If so, could someone provide a link? The only thing I could find is the ...
0
votes
0answers
79 views

app submitted using xcode 4.6 work for all sdk's or not

I have an app that was build using xcode4.5.1 and it is fine working for all simulators. I want to submit the in another mac with xcode4.6 .I didnot find ios SDK 4.3 under this xcode version . If i ...
-1
votes
1answer
42 views

ios Terms and conditions for my app before downloading from app store [closed]

I saw some applications on app store require the user to accept some custom terms and conditions before being able to download the app. How can one achieve this? And does this imply Apple's terms ...
0
votes
1answer
22 views

Initiate Download Request Using Other AppStore App in iPhone SDK

I basically want to open another app to downloading an item from my app. Sample AppStore apps that I want to open is Phone Drive. Scenario would be like this, I'll load a UIWebView from my app and ...
0
votes
0answers
34 views

Does app work for all sdk's using xcode4.6

I have an app that works for all sdk's(4.3,5.1,5.0,6.1).I did this app using xcode-4.5.1 .But while submitting the app i will use another mac that supports xcode4.6 .I didnot find ios sdk 4.3 in ...
0
votes
2answers
73 views

Publish app to App Store using someone else's Mac? [closed]

I have built an app using HTML5 / JavaScript, and it works well as a mobile web app, bu tI would like to publish it to the Apple App Store. I don't own a Macbook, so I'll be relying on using a ...
0
votes
0answers
38 views

Will Apple approve an HTML5 loading content from an external JSON file? [closed]

I made a HTML5/CSS3/JAVASCRIPT and PhoneGap iOS app, which loads the content from an external JSON file (maybe a file in my website). The reason I did this was that I want to make changes to my app ...
-1
votes
2answers
49 views

Unlimited Promo Codes? [closed]

We are planning an iOS app Kickstarter campaign that would offer advanced access to the app. Apparently other Kickstarter projects have done this as I have seen some Kickstarter projects offer ...
0
votes
1answer
239 views

iPhone app rejected - due to iPad crash, targeted device family was set to iPhone only

My iPhone app was rejected today, due to a memory issue when tested on an iPad device. We found that your app crashed on launch while installed on iPad (3rd Gen) running iOS 6.1.3, which is not ...
1
vote
0answers
47 views

Change active auto-renewable subscription on iOS

Is it possible to switch between active auto-renewable subscriptions on iOS? For example: I have an auto-renewable subscription 'family' configured in iTunes Connect Package A (1 week) Package B (1 ...
0
votes
1answer
34 views

Apple rules regarding checking for valid network connection

I have heard a lot about Apple's rules on checking for a valid network connection. I am using Apple's Reachability example to do this. My question: is it enough to run this check once the app loads or ...
-2
votes
2answers
89 views

Will Appstore approve such application to be developed for iphone [closed]

I am planning to develop an app for a client which holds business into selling of traditional clothing items targeting a certain community but has a good customer base. i plan to throw notifications ...
2
votes
1answer
45 views

Missing Private Key for iOS Dist Cert

I've found a lot of information about this, but nothing that quite helps me with my situation. I lost my hard drive a few weeks ago. I've since bought and configured a new system, but now I have to ...
2
votes
2answers
254 views

App Store Downloading old version of app

I have a big problem. My app got accepted for an update. It downloads the old version even though it is showing the new screen shot of the new version. (No biggie, I have read that it sometimes does ...
0
votes
0answers
18 views

Regarding updating/downloading nibs and Apple Guideines

I'm thinking of setting up my app so that I can download nibs from a server (as periodical updates, but not via the app store). I'm just wondering if this violates some of Apple's guidelines, ie, ...
0
votes
1answer
171 views

Using Jquery Mobile in Phonegap Apps for iOS and non-public APIs

I am preparing to send my first iOS app to app store so I was reading AppStore Guideline. I created a application with Phonegap using JQuery Mobile Framework. I have two question: 1-) I just wonder ...
0
votes
2answers
91 views

App's communication with remote servers in iOS according to AppStore Rules

I am creating a WhoIs application which users can get detailed information about a website. My App connects to my server (using NSURLConnection) and gets the information from a PHP page in the server. ...
-1
votes
1answer
73 views

How to upload new version of application to apple store [closed]

My application is on apple store (1.0.0) , i am ready with my new build to upload a new version 1.0.1 on apple store. I am stuck in provisioning profile section . Do i need to again download 1. ...
0
votes
1answer
36 views

Using a different distribution profile - will my app still work?

I'm using a new distribution profile to put the newest version of my app onto the app store, and was wondering if that would affect anything, ie if it would still work with previous versions of the ...
0
votes
3answers
759 views

Can I install an IPA on my iPhone?

After submitting my app to the app store, i created a zip of all of it's files. Now i'm on the next release, I want to test with the previous version to ensure that updating works properly, as there's ...
0
votes
1answer
17 views

App keeping own contacts - no syncing with Contacts

I'm looking for some app that will be a separated app, where I can keep my contacts, which are not needed in my typical Contacts list. I believe you know, what I mean... if I have some phone number ...
0
votes
1answer
76 views

Is it possible to change the target device family of an App in an App-Store?

I have an published app in store for iPhone and iPad. I just created v.1.0 for iPad and iPhone wrongly. I want to change target device just for iPhone for new version. And iTunes gives me an error: ...
1
vote
2answers
136 views

What happens when I “remove” a paid app from the Apple and Android App Store?

Suppose I have two sets of apps, approved and currently for sale, in the iTunes Store and in the Google Play Store: on is called Foo Free and the other Foo Paid. Foo Free is a free application, for ...
0
votes
0answers
31 views

How do I delete the older version in iTunes Connect with availability date set in future?

Long ago, we submitted 1.0 just to test if Apple approves the app. We set availability date to June 2013 so it doesn't go live and we have some time to work on the app. It got approved (but obviously ...
0
votes
1answer
31 views

Can the use of YLProgressBar added on an alert view cause rejection of my app on app store?

In my iOS application I have used alert view to show a message of 'Loading Data...' and have added a YLProgressBar as a sub view on alert view which shows the progress of data loading process. I ...
0
votes
0answers
57 views

How to change text in App store? [duplicate]

I am a new iOS developer. I submitted app to the app store and it was accepted. But the text below does not meet my needs. How to change text in the red rectangle?
1
vote
1answer
84 views

Keep app in background for 10 mins while doing nothing in background

I have this code in my app - - (void)applicationDidEnterBackground:(UIApplication *)application { ... bgTask = [application beginBackgroundTaskWithExpirationHandler:^{ if (bgTask ...
1
vote
1answer
47 views

Copy iOS Library Music over Videos Allowed in App Store?

I am working on an iOS video editing app, and looking into any limitations of putting audio over the video. So my question is, if it possible(are we allowed to) use songs or clips from songs in the ...
0
votes
1answer
41 views

Change version of iOS supported after app release?

We're tight on time, so we're planning to release our app with iOS 6 support only first, then in a future update add support for iOS 5. (We want to support the iPad 1, which still has a decent chunk ...
2
votes
1answer
138 views

iPhone apps must support the 4-inch display

Got this news through Apple Developer News rss field news link - https://developer.apple.com/news/index.php?id=3212013b link says iPhone apps must support the 4-inch display so now i hav to update ...
-2
votes
1answer
92 views

IOS individual account company name [closed]

How can write my company name under my app name with individual developer account. Here is sample application someone who did what I want.
1
vote
3answers
238 views

Making an HTML5 game an iPhone/iPad app in Apple's App Store

We are teaching how to make JavaScript games. Then we teach how to make the JavaScript game a pseudo-app by using Apple's custom meta tags to make it look like an app by adding a webpage to the home ...
1
vote
3answers
59 views

Is developing an ipad app mandatory?

I was reading appstore review guideline and I am little confused on this lines: iPhone Apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution What ...
0
votes
0answers
15 views

When can I re-verify auto-renewing subscriptions with Apple?

Say a user purchases a auto-renewing one-month subscription. When can I re-verify the receipt that I'll get a new receipt for the renewed subscription. Do I have to wait exactly 31 days from the time ...

1 2 3 4 5 60