app-store

Number of downloads of my app [closed]

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-29 09:03:11
Is there a way to find the number of downloads for my app in the iTunes App Store? Swapna You can check the no. of downloads of your app using your Apple developer account. Log into iTunes Connect and select the Sales and Trends tab. A Sales, Finance, or Admin role in App Store Connect is required. Just go to iTunes Connect, and hit "Sales and Trends". It should give you the information you want. :) 来源: https://stackoverflow.com/questions/4905059/number-of-downloads-of-my-app

Minimum Xcode version to upload to App store (As on February 2016)

為{幸葍}努か 提交于 2019-11-29 08:57:25
I am uploading an update to my existing app in the app store. I have used Xcode 6,4, now in latest Xcode (7.2), multi tasking support in iPad is a new addition and also bit code support. The archive file is double the previous build and also Launch file warnings are displayed when building. Can I use Xcode 6.4 itself or the new Xcode 7.2. Alexander Theißen Apple states that you should use the validate feature on the archive to check if it can be published on the App Store. Quoting: For compatibility reasons, the App Store will often accept apps that are built with some older versions of Xcode

An alternative to the device UDID - preparing ourselves [duplicate]

别等时光非礼了梦想. 提交于 2019-11-29 08:05:55
问题 Possible Duplicate: UIDevice uniqueIdentifier Deprecated - What To Do Now? I know there have been quite a few questions on SO about this, but I think that because Apple is moving ahead of schedule and actively denying applications that make use of UDIDs (http://pulse.me/s/7mzKE), us developers need to take an active approach and discuss this matter in bulk. So the question is - what is a good, stable and correct alternative for unique device identification, other than accessing it's UDID

Submit multiple iOS apps with same code base

醉酒当歌 提交于 2019-11-29 07:15:10
I'm trying to develop an app that can be used to generate multiple apps. Let's say for now I'm doing an app for fruits, but tomorrow the client will want to create an app for vegetables, and the day after tomorrow for meats, and so on. So what I'm doing right now is creating an app with same codebase and generating different Targets for each topic (fruits, vegetables, etc.) with its own settings. That is working really good for now, but I want to make sure that my apps all passes the AppStore review guidelines . The one that concerns me is this one: 4.3 Spam Don’t create multiple Bundle IDs of

Google Play/App Store in-app purchase policies

▼魔方 西西 提交于 2019-11-29 07:12:30
问题 I heard from someone that on App Store, everything you sell or anything the user buys, Apple must have their 30% on it. That would imply that even if you open a web page within the app and accept a donation, Apple must have its percentage. Otherwise you would have to redirect the user to make this donation outside of the app - for instance, calling the browser. So, if it's true, I wanted to know if Google holds the same policies. I couldn't find this specific answer in the documentation, just

Invalid Provisioning Profile- Missing Code-Signing Certificate

a 夏天 提交于 2019-11-29 07:03:09
My App is finished and I have submitted one before but every time I attempt to go through the application loader it fails giving me the following error: ERROR ITMS -9000 "Invalid Provisioning Profile. The Provisioning profile is invalid. [Missing Code-Signing Certificate] Does anyone have any help. I have been working for 12 hours straight and this is tremendously frustrating, any a dive would help. Nikos M. Go to Apple Developer Portal , recreate the provisioning profile (distribution profile in your case) and download it again. Make sure that the Distribution certificate is installed in your

How to configure iOS app to work on specific devices?

懵懂的女人 提交于 2019-11-29 06:39:14
问题 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

Expiring App Store Provisioning Profile

谁说我不能喝 提交于 2019-11-29 06:31:51
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 purchased my application will get this message in a day? Or it's just me? In other words, when a

App Store Submission: No Identities [duplicate]

社会主义新天地 提交于 2019-11-29 06:19:00
问题 This question already has answers here : Closed 7 years ago . 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

How can I update my App in the App Store if the Distribution Provisioning Profile expired?

旧时模样 提交于 2019-11-29 06:13:53
I want to update an existing App in the App Store, but the profile I used expired (I'm not sure, if it has something to do with the corresponding certificate which also expired..). Since Apple tells me in the How-Tos: Use the same Distribution Provisioning Profile to build each new version of your application I don't know, what to do. Can anyone help? The important part is keep the same bundle id. If your provisioning profile has expired or you has to generate another certificate, it doesn't matter. Get anew version of you provisioning profile, build your app and it should be fine. If the