itunesconnect

iTunesConnect Bug? Product of In-App-Purchase Can't “Submit For Review”

大城市里の小女人 提交于 2019-12-04 16:17:31
I've tried hundreds time of this direction but still can not make my In App Purchase available for "Submit For Review": https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnectInAppPurchase_Guide/Chapters/SubmittingInAppPurchases.html This happened after once of IAP rejection. That was correct with whole new app. I am sure my app status was "Prepare For Submission", and had clicked "+" to add my IAP product here on the App Details Section: "In App Purchase". But, it always complains I didn't add the product into the new version like this, I can't

itunes connect - beta entitlement missing error

北城余情 提交于 2019-12-04 16:12:27
I create a new App Store Distribution profile containing the beta entitlement to distribute builds via TestFlight, I create my application based on new profile that was contain beta entitlement, when I submit my application I got this error: Generate a new App Store Distribution profile containing the beta entitlement to distribute builds via TestFlight Here is my provision profile: <key>Entitlements</key> <dict> <key>keychain-access-groups</key> <array> <string>XXXXXXX.*</string> </array> <key>get-task-allow</key> <false/> <key>application-identifier</key> <string>XXXXXXX.my.companyname.test<

iTunes Connect Promo Codes & App Updates

China☆狼群 提交于 2019-12-04 15:48:25
问题 We have recently released version 1.0.0 of our application and have sent out numerous promo codes in the past couple of days. I was just wondering whether they will still be valid for the 1.0.1 update which we have just submitted? 回答1: Yes. Promo codes apply to your app no matter the version (only the version currently available on the store), and no matter the price (even if it's free a code should work.) 回答2: Here is the text from the apple promotional website: Select an application and

The Bundle ID in the certificate does not match the Bundle ID you entered

百般思念 提交于 2019-12-04 15:46:48
问题 My Bundle ID of the certificate does not match the Bundle ID entered in the Firebase console and when I try to upload the certificate for Cloud Messaging. I get the error: The Bundle ID in the certificate does not match the Bundle ID you entered. My question is, what’d be the best way to match the Bundle IDs of my project in Xcode, Apple Developer Portal, and Firebase Console? Do I create a new app in iTunes Connect and then generate new certificates? Can I change Bundle IDs in Firebase

Apple rejected my application because of Flurry [closed]

我的梦境 提交于 2019-12-04 15:41:37
My application is rejected today by apple. Their note is this: During our extended review we found that the app does in fact send the user's MAC address via the Flurry SDK. Sending the user's hardware identifier is not appropriate, and requires this feature to be removed to be considered for PLA 3.3.9 compliance. Please revise the binary to not send the MAC address, then resubmit for review. So I added Flurry's Privacy Policy url ( https://info.yahoo.com/privacy/us/yahoo/ ) into my application privacy policy url in iTunes connect. And then they replied this: Thank you for your patience during

how to change version number of an App from iTunesConnect with state Prepare for Submission

霸气de小男生 提交于 2019-12-04 14:55:40
问题 I accidentally created a new version of an App in iTunesConnect with wrong version number. It is in state Prepare for Submission . So,I want to change the version number. Is there any possibilities to do that? or Is it possible to remove the app? so,i can create a new version. 回答1: I have the same problem before. My solution: Submit the IPA first, status will be changed to "Waiting for Review"; Press the red button "Reject the binary" in iTunes Connect, status will be changed to "Developer

Your app contains non-public API usage - submit app

六眼飞鱼酱① 提交于 2019-12-04 13:57:29
I am trying to submit an application to Itunes connect with XCode. I get this: Your app contains non public API usage. Please review the errors, correct them and resubmit your application. The app references non-public selectors in Payload/myapp.app/setSoundsEnabled: What should I do? I got the similar issue once. These errors take place because of the old SDK of some third party frameworks that implements "setSoundsEnabled" method. In order to remove these errors, you need to follow the following steps: Open the terminal window. Run the following command: cd (drag and drop your project folder

In app purchase testing in iOS

巧了我就是萌 提交于 2019-12-04 13:36:12
I am using Xcode 8.0, Swift 3.0 and testing in app purchases in my iPad. I want to test in app purchases using sandbox user. There is no account added in device's Setting The Problem is I am not getting product list in response of product request code. Please take a look on my code: let PRODUCT_ID_MY_PRODUCT = "com.company.ProjectName.MyProduct" // The ProducID in this code and ProducID on iTunes are the SAME. ✔️ override func viewWillAppear(_ animated: Bool) { super.viewWillAppear(animated) if productID == nil { productID = PRODUCT_ID_MY_PRODUCT } SKPaymentQueue.default().add(self) } override

“This bundle is invalid - The file extension must be .zip” error submitting to iTunes

可紊 提交于 2019-12-04 13:08:45
The last 24 hours, every time I submit my iOS app, I'm getting the error (after a successful upload/acceptance) "This bundle is invalid - The file extension must be .zip" and binary is flagged as invalid. I've successful submitted this many times through TestFlight, and a prior build just entered app review. My last successful submission was 2 days ago. I don't remember making any significant changes to my project, only changes to Xcode are that I turned on automatic updates in Xcode and downloaded all documentation. I've cleaned project, deleted derived data, restarted Xcode, restarted Mac. I

My app is no long suport ipad, when I upload my app it cause Xcode or iTunes Connect to erroneously reject my update

偶尔善良 提交于 2019-12-04 12:30:07
问题 My app is started up in xcode 3.2. Now I have updated the xcode to 4.5. And I don't want to suport ipad. So I set the Devices setting to iphone. Then update my app.But itunes connect reject my update with error message: This bundle does not support one or more of the devices supported by the previous app version. Your app update must continue to support all devices previously supported. You declare supported devices in Xcode with the Targeted Device Family build setting. Refer to QA1623 for