itunesconnect

Improper IDFA usage, your app is not respecting the Limit ad tracking setting in ios

喜夏-厌秋 提交于 2019-12-03 03:08:53
I have checked the iTC settings I have uploaded the same app 2 days ago and it works fine but when today I uploaded the same app with a minor bug fix it's now showing this error. I'm using Admob, Revmob and Applovin. But I know admob is the culprit. The only solution for me was to trash the Admob-SDK and integrate the Startapp-SDK , It is compliant with the apple's new IDFA policies, you can read their documentation here . I will let you know if Admob guys fix this issue. From Applovin Folks I wanted to update you on an IDFA change Apple made on Saturday. Apple's systems are automatically

Speeding-up the Apple review process for iOS application for patches and hotfixes [closed]

夙愿已清 提交于 2019-12-03 02:54:08
问题 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 2 years ago . Is there any way to upload a quick-fix for my application, approved by Apple some days ago? Or should I wait for another 2 weeks for re-review again? 回答1: If you need to push a critical bug-fix to AppStore (either Mac or iOS), you may ask Apple for an Expedited Review Process . You may do so here: Request an

Typical time for Waiting For Review? [closed]

北战南征 提交于 2019-12-03 02:49:46
问题 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 8 years ago . I uploaded my first app to iTunes connect, on the 23rd it changed status to Waiting For Review. The box which shows the status of app reviews says 80-99%

What does Unrestricted Web Access mean in iTunes Connect

女生的网名这么多〃 提交于 2019-12-03 02:42:09
问题 When you are submitting your app to Apple app store, there is a section named "Rating" where you should rate your content based on the chart and identify how frequently the content appears. There is one option called "Unrestricted web access" which there are no further details available about this on the Internet nor iTunes Connect Developer Guide. All you can find everywhere is: Select Yes if your app allows users to navigate and view web pages, such as with an embedded browser. What does

iTunes Connect Screenshot for iPhone 6/6Plus without Status Bar?

我们两清 提交于 2019-12-03 02:29:54
Hi and tnxs for reading. Other posts are talking about iPhone6 and 6 Plus screenshot size for iTunes Connect iPhone 6: 750 x 1334 pixels for hi-res portrait 1334 x 750 pixels for hi-res landscape iPhone 6 Plus 1242 x 2208 pixels for hi-res portrait 2208 x 1242 pixels for hi-res landscape. However they have to be uploaded without the status bar, so these dimensions do not look correct. iTunes Connect Developer Guide gives different suggestions for 4S, 5 in case of including or not including the status bar, but not for the iPhone 6 and 6Plus, for which only the full size are provided. Any

iOS App Store Unique App Names? [closed]

。_饼干妹妹 提交于 2019-12-03 02:26:45
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Must iOS apps have a globally unique name? The iTunes Connect Developer Guide implies that they do, but doesn't say so directly. The closest it comes is (p71): As a result of this deletion [after not delivering a binary within 120 days], your app name will be able to be used by another developer If an app is renamed, does the old name then become available again? Apps do indeed have to have unique names. If a desired

No Accounts with iTunes Connect have been found for the Team

守給你的承諾、 提交于 2019-12-03 02:05:07
问题 I am going to submit my first App to App Store. In XCode Product -> Archive and validate the project I am getting the error: No accounts with iTunes Connect access have been found for the team... iTunes connect access is required for App Store distribution. How to solve my problem? 回答1: Solution 1: Quit Xcode completely and re-open it to resolve the problem. Solution 2: Please verify if it's App Store distribution profile or not. If yes then try to login to Xcode with your apple Id which has

Non-public API usage

和自甴很熟 提交于 2019-12-03 02:03:13
I can't upload an app to iTunes Connect. Xcode uploader says that I'm using allocBatch:withEntity:count: , allocWithEntity: , IndexForKey: , fastIndexForKnownKey: I'm not using this methods and dunno where they could be. A week ago same code was uploading successfully. What can be the cause of such behavior? UPDATE Submitting with older Xcode is not working anymore, this error reveals on binary processing. I had this exact issue using Yosemite with Xcode 6.1 and using Objective C. I also got a warning on validation saying you can't upload an app created with a beta version of Xcode, which 6.1

App uses https - what is the correct value of ITSAppUsesNonExemptEncryption

大兔子大兔子 提交于 2019-12-03 01:59:56
问题 The ONLY encryption my App uses is calls over HTTPS. Currently (7 June 2017) iTunes Connect requires an Export Compliance according to this information in iTunes Connect. I've entered the iTunesConnect -> My Apps -> Features -> Encryption page, clicked the plus symbol besides "iOS Documentation" and in the Export Compliance form answered YES. The following two screen shots show more details of the export compliance box as I scroll down. The last 2 screen shots suggest using HTTPS is an EXEMPT

Xcode 4.1 Archive Build in organizer doesn't show icon

江枫思渺然 提交于 2019-12-03 01:59:01
My application icon's work fine when displaying on iPad and iPhone, however after I build for archive, and create the archive, there is no icon shown. Any ideas? I've looked around at several forums and haven't found a resolution. I actually don't believe this has any effect on the actual distribution deployment, as the .ipa definitely has the icons bundled with it. I've loaded it directly into iTunes to verify that. See screenshots below, I already have "Icon File" (CFBundleIconFile) and "Icon Files" (CFBundleIconFiles) defined. Hate to answer my own question, though a light bulb just went