appstore-approval

3.1 Details We noticed that your app contains irrelevant platform information. Referencing third-party platforms in your app or its

扶醉桌前 提交于 2019-12-10 16:38:12
问题 I submitted my app to AppStore(https://itunesconnect.apple.com) it is new version App, but My app rejected and they left this message but I don't know, what I have to fix... It wasn't clear on message what to fix. 3.1 Details We noticed that your app contains irrelevant platform information. Referencing third-party platforms in your app or its Any one can help me with that? 回答1: If you talk about Android, Windows, Blackberry, etc in either text or screenshots and someone in the review team

Is iPhone 5 display support *necessary* for app submission? [closed]

孤街醉人 提交于 2019-12-10 13:57:07
问题 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 3 years ago . Quick question : Do new apps submitted now NEED to have customized UI's for the iPhone 5 display? Details : I'm looking for a definitive resource / article which mentions whether new iPhone apps submitted now (i.e. after the iPhone 5 launch) absolutely MUST have full screen custom UIs for the new iPhone 5 screen

Dynamic iBeacons and Manual Input of UUIDs

安稳与你 提交于 2019-12-10 12:16:45
问题 I'm working on an app that retrieves iBeacon UUIDs from a backend server, that means there are no hard-coded UUIDs in the app and these IDs are constantly changing. UUIDs can be updated on the backend and the app will receive a new set of UUIDs to monitor for. Based on this post here, Apple is rejecting apps that support manual input of UUIDs and I'm not sure if my app is going to make it to the App store. I would like to hear your feedback if you've gone through this path or have worked on a

Apple App Store IPV6 Requirement

百般思念 提交于 2019-12-10 10:47:40
问题 I am going to publish an app on Apple Store then I came to know about IPV6 rejection issue. My app only support for IPV4 and on this link I found that app should support IPV6. So my question is that, Is it compulsory that app must support for both IPV4 & IPV6? Sorry if looks as a foolish question but I am looking for a Apple link & more detail before getting rejected from Apple. 回答1: You don't need to worry about IPv6 support, if you've not set hard-core IPv4 IP address in your web server

What's the easiest way to get Screenshot for your app, for App Store submission?

浪子不回头ぞ 提交于 2019-12-10 01:40:21
问题 What's the easiest way to get screenshots for app submission to Apple's App Store, and what are the various sizes that need to be included? Also, is the status bar allowed? I believe I've heard it's not, but a ton of apps including Facebook and Quora include the status bar in their screenshots. 回答1: Let's start off with saying that the status bar is allowed in the screenshots, however not encouraged and in Apple's Guide it says that it shouldn't be included. As to your second question, there

Consumable vs. non-consumable in iOS

谁都会走 提交于 2019-12-09 04:23:07
问题 We are three guys, who have made a free game for iPhone, which has been available on the App Store for almost a year. The app is a board game, where you create a user or login using your Facebook credentials. You are able to log out of the game and log back in with another account. Now we have updated the app with the ability to upgrade the user to a premium user. Allowing personal and global game statistics. But Apple is giving us a headache in the approval process, and refuses to accept our

iOS app rejected due to IDFA in Facebook SDK

余生长醉 提交于 2019-12-09 03:13:46
问题 Reasons Program License Agreement PLA 3.3.12 We found your app uses the iOS Advertising Identifier but does not include ad functionality. This does not comply with the terms of the iOS Developer Program License Agreement, as required by the App Store Review Guidelines. Specifically, section 3.3.12 of the iOS Developer Program License Agreement states: "You and Your Applications (and any third party with whom you have contracted to serve advertising) may use the Advertising Identifier, and any

Application Loader ERROR ITMS-90062

本秂侑毒 提交于 2019-12-09 03:06:15
问题 I am trying to upload an update for an app on App Store using Application Loader. I am getting the following error. ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [1.0.0] in the Info.plist file must contain a higher version than that of the previously approved version [1.0.0]." I thought the CFBundleShortVersionString was allowed to remain the same, but the build number (or "Bundle Version/CFBundleVersion"), should increment on each build. Is this

Do build warnings affect the iOS app store approval process?

…衆ロ難τιáo~ 提交于 2019-12-08 17:35:42
问题 When an app is undergoing the app store approval process, do the people at Apple check the warnings in your project, or do they only check for errors? e.g. I have this warning on a lot of my NIB files: Unsupported Configuration: Title set but using a system Identifier (These attributes are mutually exclusive; the Title will be ignored) Will this be a reason for Apple to reject my app for the app store? 回答1: Apple won't check for warnings in your project, because they can't. They don't get the

The same situation,Second time be rejected because of used MBProgressHUD :(

我怕爱的太早我们不能终老 提交于 2019-12-08 15:34:52
问题 Reasons for Rejection: The activity indicator spins indefinetely and the user can't access the content The same situation,Second time be rejected because of used MBProgressHUD. Who can tell me Uploaded to appstore app would be any different? I done various tests, such a problem did not appear in the local. -----------------------------in my controller----------------------------------- - (void)downloadList { if (isLoading) { return; } isLoading = YES; //do something...... //show the