app-store

How to configure iOS app to work on specific devices?

拜拜、爱过 提交于 2019-11-30 06:47:40
I am developing iOS app with ZBar SDK for QR-codes scan. Here ZBar SDK creators tell us that Only the iPhone 3GS and iPhone 4 are supported, as they have a camera with auto-focus. The ZBar library does not support the iPhone 3G and is unlikely to ever support it. So I have added auto-focus-camera key to the Required Device Capabilities section of my plist. All is great, except one thing - iPad 2 & iPod Touch 4th Gen doesn't have auto focus camera, but still are able to use my ZBar SDK code to scan QR-codes. But my auto-focus-camera key doen't allow users with iPad 2 and iPod Touch 4th Gen to

Does apple view the actual source code when approving apps?

强颜欢笑 提交于 2019-11-30 06:20:40
问题 How exactly does apple approve apps? Is the actual source code viewed? 回答1: While none of us have access to the internal review process (which appears to be continuously changing), there are a few things that can be said based on the responses that people have received. First, Apple has no access to your source code, so they do not review that. You submit a binary as part of an application bundle, along with your other application resources. They do, however, appear to scan your application's

App Store Review Button

有些话、适合烂在心里 提交于 2019-11-30 06:16:17
问题 How can we make the " please leave us a review in the app store " functional PopUp in an iOS app? 回答1: I personally used this one. I think it works really well. http://arashpayan.com/blog/2009/09/07/presenting-appirater/ 回答2: It's quite easy. Create an action rateGame and change the id 409954448 to your app id. - (IBAction)rateGame { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple

No suitable application records were found

▼魔方 西西 提交于 2019-11-30 06:14:46
问题 I created an App Store archive file. During validation it raises an error with the following message Please make sure that you have set up a record for this application on iTunes Connect. 回答1: I've just been through the same problem and resolved it quite easily. Through iTunes Connect the app has to be in the state of 'waiting for upload'. At first I thought 'prepare for upload' was sufficient but not so. Thus you need to go through the questions about have you changed encryption and how you

Xcode 4.3's 'estimated app store size' is considerably different than .ipa file, why?

笑着哭i 提交于 2019-11-30 06:02:05
I had been using Xcode 4.2 up till last week and I was using the size of my .ipa file to estimate the size of my app in the app store (I've kept it just under 20MB) and its been pretty consistent. I upgraded to Xcode 4.3 2 days ago and it has a new feature to indicate to you the 'Estimated App Store Size' after you 'Archive' your app, the estimated size its giving me is fully 2x the size of my .ipa file I've been using to guess my app store size and its WAY over 20MB according to Xcode 4.3! So, which one is right? :O EDIT: Just released the app today and it looks like the ipa was the closest

App Store Submission: No Identities [duplicate]

醉酒当歌 提交于 2019-11-30 05:58:46
Possible Duplicate: No identities were available - administrator request OK I was going to post an image but SO won't let me. It's an error box with a yellow triangle exclamation mark and the text "No Identities were Available, An administrator must request identities before they can be downloaded, [Button] Download Identities... [Button] Import Develop Profile..." Has anyone got any idea what is going on with this error? Appears on clicking "validate" in the organiser after building for Archiving in the "Release" configuration. The Developer Profile is installed (I have re-downloaded and re

Expiring App Store Provisioning Profile

泪湿孤枕 提交于 2019-11-30 05:58:19
问题 I have an application in iTunes store, for which the distribution certificate (in key chain access) is expiring tomorrow. It was generated a year ago and even though I have renewed my iPhone developer program recently, I have not renewed any certificates or signatures yet. When I set my test device (iPod touch) date to a few days from now and try running the app on it, it shows "The application ** cannot be opened because the provisioning profile has expired". Does it mean all people who

What about the customers who have already purchased a paid application when upgrading it on app store to free application with In App purchase? [duplicate]

我与影子孤独终老i 提交于 2019-11-30 05:48:15
问题 This question already has answers here : Transition an existing paid for app to free version with In App Purchase (5 answers) Closed 6 years ago . I have implemented In App purchase in my existing application. This application is currently available on app store as paid application, I want to update this paid application to free application with this In App purchase feature, where users can download it freely and have to pay for few features to unlock them. But the problem is that, if I

How to retrieve the list of top 1000 games in the iOS App Store in real-time

删除回忆录丶 提交于 2019-11-30 05:33:08
I'd like to retrieve the list of top 1000 apps (specifically games) in the iOS App Store in real-time. This information is public (at least the top 300), but Apple doesn't offer any API or automated way to fetch these lists. Does anyone know a good service for this? I've listed similar topics in forums below, as well as different useful resources. Most of these help you track your own applications, but I'm interested in following trends for ALL apps in the App Store . Thanks! Similar topics: How can I use Appstore API to get top100 list? What is the common architecture to build a appstore

iOS link to app store before submitting an app

两盒软妹~` 提交于 2019-11-30 05:06:26
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 link would be, so I can hard-code it in the first release of the app, rather than uploading/figuring out the link/releasing the update? For example an android app market link may look like : https://market.android.com/details?id=[package name] for Android, there's an action view with a market URL that may be opened to link right to the app. Is there a corresponding action within iOS? I want the