Hello Forum Members I tried to upload my App the other day and it got rejected because I am offering highly regulated services or sensitive user data. Apple's solution for is that I must enroll as an organization and not as an Individual. As I am not able to do this yet, I tried to remove all sensitive user data, but as I resubmitted the App it got rejected again. So here is my question: Is there a workaround for this? Or can I look up what is considered highly regulated services and sensitive user data? I could not find anything... Thanks in Advance Mattis Rinke
Search results for
5.1.1
410 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
You should be able to test from Xcode but you need a separate build config that doesn't include the arm64 architecture. iOS 5.1.1 devices don't know what to do with a 64 bit slice. The App Store performs some magic on the binary to make the 64 bit slice invisible to the device, but Xcode doesn't know how to do that. So you have to build a version without the 64 bit slice for testing directly from Xcode (or for ad hoc distribution for that matter).
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Tags:
My question requires an interpretation of the language in 5.1.1 (iv) because I will be using the Google UMP to collect UE GDPR for my ads that are served from AdMob. Non-UE users will still default to Apple's ATT. Effective in January 2024, if GDPR consent is not fully granted, or if it is not specifically configured using Manage Options in such a way as to allow AdMob to serve ads, no ads will be delivered from AdMob. The user-interface from the Google framework is so complicated and convoluted that it will be virtually impossible for a user to define the correct configuration - even if they want to. That being the case, any selection other than Consent will effectively disable ads from AdMob; thus preventing developers (who rely on AdMob) from generating ad revenue when GDPR applies. My question is whether it is acceptable under 5.1.1 (iv) for me to restrict access to my app unless the user provides the necessary consent to meet AdMob's requirements? Would restricting the app to a limited
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
@gyumin, I'm responding again to your comment: However, we are unable to send a reply to the provided email address.(Remote host said: 550 5.1.1 unknown or illegal alias) I got more clarity today on what happened there, and clearly, there was an error in the email preventing you from contacting us, as you found. Please follow-up with Apple Developer Program support for your account and mention that email, and they will be able to take it from there for you. —Ed Ford, DTS Engineer
Topic:
Code Signing
SubTopic:
General
Tags:
You can install up to Xcode 6.2 on Mavericks provided the version is at least 10.9.4If it's less than 10.9.4 then you need Xcode 5.1.1You can download Xcode 6.2 direct fromhttp://adcdownload.apple.com/Developer_Tools/Xcode_6.2/Xcode_6.2.dmgAnd Xcode 5.1.1 direct fromhttp://adcdownload.apple.com/Developer_Tools/xcode_5.1.1/xcode_5.1.1.dmg(Both links are from here: https://developer.apple.com/downloads/)You don't need any additional files - anything else needed will prompt you for permission to install.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Our app (Tenkobo) received a rejection notice after review due to the fact that we use Gemini AI since 3 builds ago. Since then, we have been improving the disclosure of the data we collect, explicitly stating all the data, introducing a new feature that checks granular consent and syncs consent state for the user to the backend, and controls for whether to send to the Gemini API service for that feature depending on consent state for the user. Moreover, this feature is a premium add-on to a module that already does most things locally on the device and sends to our cloud infrastructure to allow storage and sync when users use multiple devices. It is a multi-platform app. However, despite every improvement, we keep getting the same Rejection reason that ... Review Device: iPad Air 11-inch (M3) ... The issues we previously identified still need your attention. Guidelines 5.1.1(i) - Legal - Privacy - Data Collection and 5.1.2(i) - Legal - Privacy - Data Use The app appears to share the user’s personal
I'm building against the OS X 10.8 SDK (copied from the Xcode 5.1.1 bundle).Huh? You copied the SDK from one version of Xcode and are using it in another? That’s not supported. The SDKs included in a given version of Xcode are the only SDKs supported by that SDK.Why are you doing this?Share and Enjoy — Quinn The Eskimo! Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Topic:
Programming Languages
SubTopic:
General
Tags:
According to recent update of apple review guideline starting from January 31, 2022: all apps that allow for account creation must also allow users to initiate deletion of their account from within the app Our app currently allow to initiate the deletion process within an app, although user is redirected to the web page, where she needs to confirm it in order to make it happen. The web part of process is conducted in the SFSafariViewController, which is still a part of the app, so here is the question, is this enough to meet review guidelines criteria?
Thanks for the answers.In XCode 6.4 under general settings the deployment target I can choose from the drop down list is >= 6.0 while under Build Settings the iOS deployment target can be set to < 6. This is somehow confusing.So is it valid to set a deployment target of e.g. 5.0 to support iPad 1 here?(Actually, when I manually enter 5.0 a dialog suggests to choose 5.1.1 or otherwise disable the arm64 architecture)We have the actual older devices to test, so this is not a problem.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
You may have another problem with:>Its a professionnal app, so accounts are pre-created on our side, there is no account creation.The problem is that Apple requires IAP to unlock code in an app. So they may want some assurance that those accounts do not require a payment of $100 and circumvent the 70/30 revenue split. Another relevant guideline is: 5.1.1 (v) Account Sign-In: If your app doesn’t include significant account-based features, let people use it without a log-in.....
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
Gambling apps are not forbidden nor censored but strictly controlled. See guidelines 5.1.1: (ix) Apps that provide services in highly regulated fields (such as banking and financial services, healthcare, gambling, legal cannabis use, and air travel) or that require sensitive user information should be submitted by a legal entity that provides the services, and not by an individual developer. Do you know if those apps follow those rules ? If you know they don't (but how could you ?), you could file a bug report.
Topic:
Community
SubTopic:
Apple Developers
As an option, create a short video that works as demo, then upload it where review can find it and let them know via that app's meta data/review notes.If they need more info, etc. expect them to reach out.As a bonus for you efforts, you can perhaps use that clip as a video preview in the store.I would caution, tho, about requiring such personal info in order to use the app, if in fact that works as a gate to all functions... See the ASRGs/Legal/Privacy 5.1.1 Data Collection and Storage
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
Why - see the ASRGs 3.2.2 Unacceptable ; 5.1.1 Data Collection and StorageI think Apples hopes you submit an app that showcases the platform, offering unique, lasting benefit to users...there is no store-centric distribution scheme for limited, one-off event support. >What workaround options can we have to make this a private/invitation only appHow about no app at all - a modern HTML5 website would provide both iOS and Android support out of the box, with no need to run any app store gauntlet.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
If you can create an account in the app, you need to be able to delete an account from the app too. Starting June 30, 2022, apps submitted to the App Store that support account creation must also let users initiate deletion of their account within the app. - from Offering account deletion in your app. The App Store Review Guidelines also state this is required in section 5.1.1(v), under Privacy > Data Collection and Storage > Account Sign-In. If your app supports account creation, you must also offer account deletion within the app.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
Hi somprabhsharma, Please review the App Store Review Guidelines for the requirements of Legal, Data Collection and Storage, and Sign in with Apple—under 5.1.1(v, ix). You may need to seek legal counsel to determine the appropriate next steps for your app based on the regulations and the compliance in your region. Note: App Store Review does not pre-approve, nor pre-review app submissions, so your developer team and/or counsel will need to submit a production-ready app for review as specified in the guidelines above. Cheers, Paris
Topic:
App & System Services
SubTopic:
General
Tags: