itunesconnect

New iTunes Connect - No suitable application records were found. Verify your bundle identifier

允我心安 提交于 2019-12-03 17:55:42
问题 I have been thru all the posts on this one and nothing seems to help. No matter what changes I make or anything else I do, I am getting this: Most of the (old) answers seem to revolve around 'changing the applications status to waiting for upload.' However in the new iTunes connect you cannot change the status manually as far as I can see. Things I have done: Verified the bundle id is correct. Surfed google and stackoverflow until I want to belt out a string of expletives so long that it

How do you add Apple ID's for a Custom B2B app?

吃可爱长大的小学妹 提交于 2019-12-03 17:24:20
I am trying to add a custom B2B App to iTunes connect, from Apples documentation it appears there should be a text box to enter the clients Apple ID, but I don't seem to have anything like that. Here is what the Apple Documentation looks like Apple Doc And here is what I see in iTunes Connect Link How do I add the Apple ID's for the custom B2B Apps distribution ? You are not crazy and are adding the Apple ID correctly. Currently there is an issue with Apple's site and it is preventing the adding of apple ID's. The page will just refresh after hitting the "add Apple ID" button. I have tested

In App Purchase sandbox not prompting for my login/pass

早过忘川 提交于 2019-12-03 16:47:02
We're developing an app which (ofcourse) uses in app purchases (IAP). I've done everything in the guide to enable iap and everything works fine, untill I want to make purchase. Some of the code: MainViewController.m -(void)viewDidLoad { if ([SKPaymentQueue canMakePayments]) { MyStoreObserver *observer = [[MyStoreObserver alloc] init]; [[SKPaymentQueue defaultQueue] addTransactionObserver:observer]; SKProductsRequest *request= [[SKProductsRequest alloc] initWithProductIdentifiers: [NSSet setWithObjects: @"com.company.app.product1", @"com.company.app.product1", nil]]; request.delegate = self;

How to program auto-renewing in app purchase to satisfy Apple guidelines?

与世无争的帅哥 提交于 2019-12-03 16:24:47
I have 2 auto-renewing in-app subscriptions being reviewed by Apple, but I keep getting rejected. Note that this is not related to IAP product (which apparently have not yet been reviewed) but instead to how I present the information in the UI. I can never get Apple to say expressly how to overcome the rejection. I appealed it once and it was again rejected, although I did put the requested information in the metadata and in the binary. I changed the flow of the app so that I present the information as soon as the user chooses the subscription and before I send the purchase request to the

Testing in-app purchases

泄露秘密 提交于 2019-12-03 15:44:01
问题 I want to test in-app purchases in my app on device with different Apple ID(not developer Apple ID). I add device in Apple Developer. But I still can’t do it. How I test purchases on device with not developer Apple ID? 回答1: if you're getting "Unknown Errors while creating Sandbox Tester, Please check Error Log, email=********@*****.****" Here's the solution: some email servers aren't accepted (for example @bk.ru didn't work, @gmail.com accepted); you must use "strong" password (at least 1

Submit New App Version in New iTunes Connect after Developer Rejection

孤人 提交于 2019-12-03 15:43:53
问题 I removed my build from the submission queue in the new iTunes Connect. Now when I submit new builds to the app store they show up under 'Prerelease' but not under 'Versions'. So now in my App Info it just says "1.0 Ready for Sale 1.0.25 Developer Rejected". Under "Versions" I only see 1.0 and 1.0.25. Under "Prerelease" I see lots of new versions, going up to 1.0.31. I am doing something wrong? There is no option to create a new version like there used to be. I also didn't get an email after

How to submit only app details after metadata rejection from apple to avoid adding the app to review clock

梦想的初衷 提交于 2019-12-03 15:14:45
问题 Can we resubmit the app after metadata rejection due to invalid demo account details to avoid adding back into the review queue and restart the review clock. As Per this Link An Easy Mistake with iTunes Connect & Metadata Rejections suggested "Do not click “Submit for Review” after getting a Metadata Rejection" to avoid review process. But apple has suggested To provide demo account information: Log in to iTunes Connect Click on “My Apps” Select your app Scroll down to “App Review Information

Change screenshots of app after submission

≡放荡痞女 提交于 2019-12-03 14:53:33
问题 I have a simple question. Can I change Screenshots of my app in the "Metadata and Uploads" section in itunesconnect.apple.com, after submission of app ? (At very first my app was rejected by apple after rejection, i made some changes in the app and then again uploaded new binary using "Ready to upload binary" button in iTunesconnect while uploading he didn't ask me for updating screenshots..) If not then, do i need to reupload binary ? My current status in itunesconnect shows Waiting for

Routing App Coverage File [closed]

感情迁移 提交于 2019-12-03 14:17:44
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I've recently submitted my game to the App Store. It has recently been approved and is "Processing for the App Store". When I click on my application, it says "Routing App Coverage File". Just curious on what this means exactly? 回答1: The "Routing App Coverage File" is a GeoJSON file which describes the coverage

Can't upload application binary to the App Store

☆樱花仙子☆ 提交于 2019-12-03 13:42:49
问题 We've finally gotten to the point of submitting our first iPhone app to the app store (or trying to), but I can't seem to get iTunes Connect to accept the upload. I've attempted through both the web site ("The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate.") and the Application Loader ("Info.plist does not contain a CFBundleResourceSpecification"). After lots of reading (including questions like these), re-reading, and