app-store

Could not submit app to iTunesConnect review

☆樱花仙子☆ 提交于 2019-12-05 08:49:26
I am using OS X El Capitan 10.11 and Xcode 6.4 6E35b, when i click the button submit for review in iTunesConnect it says this error "Apps and app updates submitted to app store must be built with Xcode 5.1.1 or later, and iOS 7 SDK". I have no idea why this is happening, Xcode 6.4 is not a beta version, i downloaded it from AppStore, it's a public release. If anyone know about this help me out here. When i tried through application loader : INFO ITMS-90111: "Your app is built with a beta version of Xcode or iOS SDK. Only apps distributed for beta testing may be built with beta software. To

Apple TestFlight: “this version is no longer available for testing” [closed]

▼魔方 西西 提交于 2019-12-05 08:40:47
I've been using TestFlight for my internal beta testings, everything was set and it was working for a while. after one of the submitted binaries got rejected from AppStore review, there seems to be a problem. On any new uploaded binaries and turning on the Beta testing switch in iTunes Connect, I get the notification from testflight app that the new version is ready to be downloaded but on the app it says "UNAVAILABLE Expires in 30 days" and when I click on the beta app in TestFlight, on top it says "This version is no longer available for testing" even though the expire date is in a month

Can't click “Ready to Upload Binary” due to IDFA

大憨熊 提交于 2019-12-05 08:39:18
I am about to submit an update to my app and when I click "Ready to Upload Binary" I get the question: Does this app use the Advertising Identifier (IDFA)? Since AdMob uses it I select 'YES'. The image below shows what happends as I click 'Continue'. The only problem is: There is no way to select how the app uses IDFA! Does anyone know of how to solve this? Try another browser like Safari maybe? Had issues with chrome in the past. I had exactly this problem, and it was due to my AdBlocker in Safari. Either disabling the AdBlocker or adding itunesconnect.com to the white list of the AdBlocker

iOS 7 Nav Bar SKStoreProductViewController

家住魔仙堡 提交于 2019-12-05 07:30:38
In iOS 6, SKStoreProductViewController was introduced to show iTunes Store items in apps, so the user would not have to leave the app to view them. So far, I have not found a way to customize the navigation bar of this view controller. In iOS 6, it is black with grey writing, and in iOS 7, it is white with black writing. Is there any way to change the navigation bar's tint color? (In iOS 6 & iOS 7) Thanks. Not the nicest solution but you can use UINavigationBar's UIAppearance method to set the colour just before you show it: [[UINavigationBar appearance] setTintColor:[UIColor darkGrayColor]];

regarding iphone app download count

假装没事ソ 提交于 2019-12-05 05:24:34
how can i know the iphone application download count of mine in itunesconnect..? For that, you have to login in iTunesConnect.apple.com site. Then go to "Sales and Trends" module. Here, you can find how many applications are downloaded. See Sales and Trends section of iTunes Connect. The Sales and Trends option is available to you only if you are an Admin or have been granted "Finance" or "Sales" role. http://developer.apple.com/library/mac/#documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/7_ManagingYourTeam/ManagingYourTeam.html#//apple_ref/doc/uid/TP40011225-CH2-SW1 Go to

Bundle identifier iOS Provisioning Portal

痴心易碎 提交于 2019-12-05 04:07:17
I'm the Team Agent of an iOS Enterprise Program. I'm trying to add a new app id (the new app-id is never used before in my account, but it's possible it is used by another enterprise account. But, after submit, it says: The bundle identifier you have specified is already in use. Please select another. Why it is happening and how can I solve this? App IDs must be globally unique (not just unique within your iTunes account). If you or somebody else has used that bundle ID on another iTunes account, Enterprise or regular, then it can't be re-used on any other account. To avoid this, it's best to

How to handle shouldAddStorePayment for In-App Purchases in iOS 11?

被刻印的时光 ゝ 提交于 2019-12-05 03:44:21
I'm trying to implement that new paymentQueue(_:shouldAddStorePayment:for:) method so my app can handle IAPs directly from the App Store. I'm using the itms-services:// url to test it, like it says here . The thing is, my SKPaymentTransactionObserver is a specific view controller, and if it's not visible when I open the itms-services:// link the delegate method won't be called. What can I do about that? I think I'd have to detect if the user is coming from the App Store to push the right view controller, but I don't know how. The only other option I can think of right now is to make the App

App rejected because of “improper IDFA” while I'm not using any advertising service

十年热恋 提交于 2019-12-05 03:21:44
I use Google Analytics in my app, so it needs the AdSupport framework . Since yesterday, my app is rejected when I try to publish an update, with the following error message : Dear developer, We have discovered one or more issues with your recent delivery for "Zee News English". To process your delivery, the following issues must be corrected: Improper Advertising Identifier [IDFA] Usage. Your app contains the Advertising Identifier [IDFA] API but you have not indicated its usage on the Prepare for Upload page in iTunes Connect. Once these issues have been corrected, go to the Version Details

iOS Appstore app override enterprise app

萝らか妹 提交于 2019-12-05 02:14:34
问题 Our company has both Appstore and Enterprise distribution licence. We are going to make demonstration with current beta version via enterprise licence. Some users going to download enterprise app to test beta release. After appstore publish we want Appstore app override the enterprise beta release which downloaded during the demonstration. So that, people who downloaded beta app can be switch with released version. If we give the same bundle identifier both to enterprise and store app, is

How to use a different icon for the App Store and device's home screen in applications with image assets?

孤人 提交于 2019-12-05 02:09:27
问题 The App Store stops showing the icon from iTunes Connect on non-retina computers' displays, and shows the app's icon now for applications with image assets. How can I use a different icon in the App Store and on the device's home screen for applications with image assets? An iTunesArtwork file in the application bundle can't help, because it will be shown only on iTunes. UPDATED: I think we can change one or more images from the image assets and display them in the App Store. But which ones?