appstore-approval

Why Was This App Rejected?

浪子不回头ぞ 提交于 2019-12-21 02:45:08
问题 Apple rejected this app, and even provided a long explanation in the Resolution Center, but I am not certain why. Could someone help me translate? 2.23 We found that your app does not follow the iOS Data Storage Guidelines, which is required per the App Store Review Guidelines. In particular, we found that on launch and/or content download, your app stores downloaded media (MP3 files). To check how much data your app is storing: Install and launch your app Go to Settings > iCloud > Storage &

Apple is killing white labeled iOS apps! What should we do?

旧时模样 提交于 2019-12-20 12:29:01
问题 Many companies rely on white labeled apps to provide their services in a more personal way to their customers. With a few adjustments we can set a logo and a splash screen and even pre-configure our app to our customer needs which has a great impact in their end user experience. Without this my users would need to use the app skipping a lot of configuration steps that in a generic app wouldn't be possible to skip. According to apple: "Apps created from a commercialized template or app

iOS App Rejection due to 2.23 - iOS Data Storage Guidelines

半世苍凉 提交于 2019-12-20 08:59:45
问题 Here's message from Apple about rejection : 2.23 - Apps must follow the iOS Data Storage Guidelines or they will be rejected 2.23 Details On launch and content download, your app stores 6.5 MB, which does not comply with the iOS Data Storage Guidelines. Next Steps Please verify that only the content that the user creates using your app, e.g., documents, new files, edits, etc. is backed up by iCloud as required by the iOS Data Storage Guidelines. Also, check that any temporary files used by

Sharing info between multiple iOS apps

大城市里の小女人 提交于 2019-12-20 02:55:01
问题 By "legally" I meant methods which will be accepted to App Store. I have read this one, but I feel that it could be out-date (a question and most answers are dated back 2008) How to share custom data between iPhone applications? And these provides minimal info: Sharing files Between Apps on iOS Devices Sharing data between different apps in the same iOS device As I understand these methods are Completely legal 1) UIApplication openURL 2) Keychain can be used if both applications are developed

What's the meaning of “App must be built for iOS devices with Retina display”

▼魔方 西西 提交于 2019-12-19 18:22:26
问题 Apple announced that recently: 'Starting May 1, new apps and app updates submitted to the App Store must be built for iOS devices with Retina display and iPhone apps must also support the 4-inch display on iPhone 5'. I wonder what's the meaning of "App must be built for iOS devices with Retina display"? Is there some apps can not run on retina devices? Or it means the graphics must be design for retina devices? If someone submitted an app with OpenGL only for 320*480 devices(3GS), and scales

Apple App Store rejection 5.1.5

狂风中的少年 提交于 2019-12-19 10:52:27
问题 Apple has rejected my application with response below...since i already added the entry for "NSLocationAlwaysUsageDescription" and "NSLocationWhenInUseUsageDescription" in the info.plist but don't know why apple rejected...Can any one help me out ? Your app uses background location services but does not clarify the purpose of its use in the location modal alert as required in the iOS Human Interface Guidelines. We've attached screenshot(s) for your reference. Next Steps Please reconfigure the

Can I have iAds and In-app Purchase to remove ads in one single app?

不羁的心 提交于 2019-12-19 10:40:41
问题 According to Apple Advertising guide: https://developer.apple.com/appstore/resources/approval/guidelines.html#advertising I have confusion about the this point: Apps that contain empty iAd banners will be rejected Does this mean that I cannot have iAds and In-App purchase to remove the iAds from my App for upgrading from Lite version to Pro version? Can anybody suggest how to handle this situation where i have Lite version and Pro version?? Do I need to have 2 apps in App Store? 回答1: This

Why did my app get rejected because “Multitasking apps may only use background”?

左心房为你撑大大i 提交于 2019-12-19 05:07:12
问题 I tested my app in the background by setting the alarm and watching a video, and my alarm was correctly ringing when I was watching the video. Even when I removed my app from the background the alarm was ringing. Now I wonder if I correct understood Apple's reply. Can any one decode the reply? We found that your app uses a background mode but does not include functionality that requires that mode to run persistently. This behavior is not in compliance with the App Store Review Guidelines. We

Is restore button necessary for Auto-renewable subscriptions?

旧街凉风 提交于 2019-12-19 04:45:28
问题 Exactly the same question as this one: I understand that restore button is necessary so when user upgrades the phone, the user is able to get back the contents/services subscribed earlier. In our application we require users to login. Once they login, they have to subscribe to use the services of the application. From user's credentials we are keeping track that which users are still subscribed to our application. So when user changes the phone and logs in with his/her credentials there is no

iOS - How can I decode the symbolicated crash report from iTunes Connect?

半腔热情 提交于 2019-12-18 15:52:57
问题 I have a new app, which was rejected from the app store with this message: We found that your app crashed on an iPhone 5 and iPad 3rd Gen running iOS 6.1, which is not in compliance with the App Store Review Guidelines. Your app crashed when we: 1) Launched the app This occurred when your app was used: - On Wi-Fi - On cellular network But my build target settings for the app were Devices: iPhone Deployment target: 6.0 And my plist settings are: Target device family: iPhone iOS deployment