app-store-connect

iOS In App Purchase sandbox testing says I have the wrong password

折月煮酒 提交于 2019-12-23 21:41:06
问题 I created a Sandbox Tester account in itunesconnect and verified the email address through the email that I registered on the web. After verification, I tried to purchase something in my app with the Sandbox Account and I was alerted to change my password; so I did. Then I tried to purchase something in my app again with the new password and it says that the Apple ID / password is not recognized. Am I doing something incorrect in this process? 回答1: What you do is correct. The sandbox service

I don't want my iOS app to run on iPhone with 3.5 screens, is it possible to restrict my app only to 4 inch displays?

断了今生、忘了曾经 提交于 2019-12-23 21:39:10
问题 I don't want my iOS app to run on iPhone with 3.5 screens, is it possible to restrict my app only to 4 inch displays or larger? Also, is it possible not allow the app to run on a certain device? I do not want my app to run on iPhone 4 and 4S. 回答1: Rather than selecting for a specific device you should focus on what capabilities you need. For example Bluetooth 4.0 Low Energy communications supported only in iPhone 4S+ devices . You can add the bluetooth-le key to your

iTunes Connect - total installs vs current devices that have the app installed

我只是一个虾纸丫 提交于 2019-12-23 21:02:19
问题 How can I know or calculate an iOS app's total installs vs current devices that have the app installed? I have the totals units and as I understand that is the total install count and not how many devices have my app right now. 回答1: You can get more details about app statistics by using 3rd party frameworks such as Flurry. You won't be able to detect if a user uninstalls the app, but you can see how many unique users are using the app in a specific interval. You can also see which OS version

Workaround to submit app to app store with Xcode 7

五迷三道 提交于 2019-12-23 18:05:33
问题 When trying to submit an app compiled with Xcode 7 to iTunes Connect for review, I get an error message Apps and app updates submitted to the App Store must be built with Xcode 5.1.1 or later, and iOS 7 SDK. Is there any workaround to this? I've already updated all of my code to Swift 2.0, and I would like to not have to convert it all back to Swift 1.2 to upload it. Setting the Deployment Target to iOS 8.0 doesn't work, either Are there any ways that I can compile the Swift 2.0 code in a way

update an app to the appstore: review time,and rate on the store?

蹲街弑〆低调 提交于 2019-12-23 15:14:04
问题 This is so frustrating ! i have upload our app to the appstore, and after 8 days it was approved , then i have download it and discover that the accelerometer is stuck! so i went to itunes connect,change the release date to a future one, unchecked all the stores in the world, and it says: removed by developer. thats what i wanted. instead of deleting it. then after couple of hours: I found the bug,changed that,upload an update (1.1), and now its in "waiting for review " again. questions are:

itunesconnect - 'New Version' button not available

半世苍凉 提交于 2019-12-23 11:55:11
问题 How to add a new version of the app in iTunesConnect ? The button is not available, please see the below screenshot. I found a link to tour where it is given that you can add a new version using the button + Version or Platform as shown below. But, this button is disabled for me. 回答1: You can't create a new version if you already have a 'developer rejected' version. I suspect you can't create a new version either when you have one 'Ready for Sale' as in the original posting. You can however

Best way for uploading binary Application Loader or Xcode organizer

不打扰是莪最后的温柔 提交于 2019-12-23 10:19:47
问题 I want to know best way for uploading binary to itunestore. Is it through Application loader or using Xcode organizer archive build, validate and submit. 回答1: You don't use Application Loader in Xcode 4 anymore. You can only upload through the Xcode Organiser... As zekel mentions below, you can still use Application Loader to submit your IPA files. The Xcode Organiser method is useful if you are building the app yourself and want to validate and submit from one place. Application Loader

How to change bundle id in new iTunes Connect?

随声附和 提交于 2019-12-23 09:09:52
问题 I'm trying to change to a different bundle id in iTunes Connect but i can't find a way to do it in the new interface introduced by Apple. Also, i can't find the SKU information of my app like in the old iTunes website. My app is still not submitted for review. Any help? 回答1: Go to iTunes Connect Select your app Click on More Click on About This App Change your bundle ID Click on Save 回答2: I also have the same issue, and have been able to edit this field in past apps. I called Apple support

ERROR ITMS-9000 iTunes Connect

拈花ヽ惹草 提交于 2019-12-23 09:00:06
问题 I am trying to upload a phonegap build iOS app to the app store and I keep getting this error ERROR-ITMS-9000:: "Missing Code Signing Entitlements. No entitlements found in the bundle 'com.fitness.challenges' for executable 'Payload/30DayFitness.app/30DayFitness'." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage) I have set up my development and distribution provisioning profiles and certificates, and uploaded the cerificate.12 and provision profile to build.phonegap.com any help

Error while exporting with Bitcode enabled (symbol not found for architecture armv7)

牧云@^-^@ 提交于 2019-12-23 07:42:04
问题 I have a fairly old project with a minimum deployment target set to iOS 8.4. For technical reasons bitcode must be enabled. The project builds and runs fine . When trying to export an archived build however, things go wrong. I am using Xcode 8.2.1. When I create a test build (signed with Enterprise certificate) with the option Rebuild from bitcode enabled, the export fails at the stage when it is compiling bitcode. Here is the relevant part of the log: "/Applications/Xcode.app/Contents