Search results for

5.1.1

411 results found

Post

Replies

Boosts

Views

Activity

Apple Release Issues
I submitted my app for review for the third time and it was rejected for the third time. This is cited as the reason for rejection. But I don't want to disable user login because I'm sure this will cause some security problems. How can I overcome this problem. Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage We noticed that your app requires users to register or log in to access features that are not account based. Apps may not require users to enter personal information to function, except when directly relevant to the core functionality of the app or required by law. For example, an e-commerce app should let users browse store offerings and other features that are not account based before being asked to register, or a restaurant app should allow users to explore the menu before placing an order. Registration must then only be required for account-specific features, such as saving items for future reference or placing an order. Next Steps To resolve this issue, please revise your app
1
0
840
Dec ’22
Apple reject app and notification limit
I have two problems in my apple account and I wish to help me. 1 - I am an apple developer, I develop many different programs in various fields, whether sports, health, educational ... etc., but I face a problem in uploading programs for my clients on my account, and this problem is that the store rejects the application because(your app does not meet all of our requirements for apps that offer highly regulated services or handle sensitive user data. Specifically: The account that submits the app must be enrolled in the Apple Developer Program as an organization, and not as an individual. The guideline 5.1.1(ix) requirements give App Store users confidence that apps operating in highly regulated fields or that require sensitive user information are qualified to provide these services and will responsibly manage their data.),and I don't know what are the steps necessary to be able to upload my client's applications in various categories? 2-what are the steps necessary to increase my limitation in push
0
0
790
Sep ’21
App Reject many times
Hello, I have develop a app but continue to reject for 2 problems from resolve: For GUIDELINES 3.1.1.: I don't know how i can resolve, because there are more apps that is paymant using browser on app without use in-app purchase, example the apps SUPERENALOTTO when I pay, open a window browser with type of payments (especially out the app), the app ENI PLENITUDE when there is a bill to pay, can pay with Apple Pay on app but how can I specify the price on in-app purchase if the price is not fixed but occurs based on the cost of the bill. On in-app purchase there are the price that I have to insert from $0.99 to up. Please can you help me? Because, yesterday I have change on app the payment on browser but they rejected it anyway. For GUIDELINES 5.1.1: There are too every apps that can registered without specifying or explaining what registration is for, example the apps BADOO and LOVOO and NETFLIX there are only ACCESS, REGISTERED and PASSWORD DISMISSED...Can you help me with this too? Can I see a speci
2
0
938
Jan ’24
Can't send email to private relay addresses: 550 Relay not allowed
We're unable to send email to private relay address.The server we're sending from is also the MTA, the domain is verified (with a checkmark) in and we're using (correctly configured) DKIM, DMARC (set to reject unauthenticated mail), and SPF (set to reject mail that doesn't match), but we're still getting this error:550 5.1.1 Relay not allowed for <xxxxx@privaterelay.appleid.comWhat could be wrong?Our SPF record looks like this:v=spf1 a mx ip4:... ip4:... ip6:.../64 ip6:.../64 include:servers.mcsv.net include:_spf.google.com -all(again, the email is actually sent from the server matching 'a', not mailchimp or google)I'm also able to verify that all the headers look right: Return-Path, From, and the smtp from all match both the verified domain and I've added it as an individual email address, Authentication-Results says dkim=pass, spf=pass, and dmarc=pass (p=REJECT sp=REJECT dis=NONE), the d value in the DKIM signature matches the domain, in short, everything seems to be set up properly.
2
0
4.3k
Dec ’19
IOS提交的APP,在注册账号时,是不允许收集身份证号等之类的信息吗?
我们提交的APP,始终无法通过审核; Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage Issue Description The app requires users to provide personal information that is not directly relevant to the app's core functionality. Apps should only require users to provide information that is necessary for the app to function. If information is useful for a non-essential feature, apps may request the information but make it optional. Examples of app concepts and inappropriate required information: A general shopping app that requires the user's marital status A rideshare app that requires the user's gender Next Steps Update the app to not require users to provide the following personal information: National ID number Age Gender Resources 是不允许在注册阶段收集身份证号吗?
1
0
71
Jun ’25
Private Email Relay Service always fails on specific cases
Hi, Our company integrated ‘Sign In With Apple’.To use private email relay service, we added our domain in WWDR Configure Sign in with Apple for Email Communication part.We just added one domain in ‘Domains and Subdomains’ and no email in ‘Email Addresses’, because our emails are using same domain.Our domain was successfully added, the status is green check with SPF.We do not use 3rd party email service. We only use Gmail.We successfully sent emails to 3 test users with 3 email addresses ( eg. help@company.com, contact@company.com etc ).However, replying to the email always fail on specific case.For example, replying from a@user.com to help@company.com (more precisely, help_at_company_com_userUniqueNumber_randomNumber@privaterelay.appleid.com) always fail with ‘550 5.1.1 Relay not allowed’ error.We waited about 5 days and tried again, but the result was same.All other cases work well.I think private email relay service missed syncing some cases.How can I solve this problem?
0
0
355
Apr ’20
Detail of expectation of 'Delete Account Feature'
As per policy mention in Apple Store guideline in section 5.1.1 related to Data Collection and Storage, it is mentioned to have Delete functionality within app if account creation option is present. I am facing challenge for one of my enterprise app developed for the client, where account creation and sign in feature is present, but that login credentials are 'inter-link' to multiple other client's websites/tools/applications. In this case if user delete the app, it will unconditionally delete from all others too, without knowing that to user. Is there any way that we can get clarity on below points: If we implement with delete option only setting up a flag in app that user won't access with same ID login? Like a 'soft delete'? If user not creating account from app but still able to login with existing account with client ID, still delete feature would required? What are more expectation and details which Apple will going to check for Account Delete feature? Thanks in advance.
1
0
431
Feb ’22
Ipad pro only issue: app suddenly has corrupted memory
Hi,i'm wondering if anyone can help me with this issue.We have an app which support ios 5.1.1 to 9.2, is 64 bit, objective-c without arc, and has no problems, until we hit the ipad pro (currently running the simulator since we do not have an actual device).There i'm getting all kinds of bad acces exceptions (just on starting the app) . My current crash is on a name string which has been initialized and has not changed, which suddenly doesn't point to a proper valueAlso in the same collection i'm seeing proper strings with correct values and i'm seeing things like a strings which should have a predefined name suddenly pointing to stuff like: /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony:CTRadioAccessTechnologyCDMAEVDORev0 and other unexplainable values.I can only come to the conclusion that the memory or pointer is corrupt. Which is really weird since nothing changed code wise (also the app runs fine on other simulators)has anybody else had this problem?does anybody have a fix?thank
5
0
405
Nov ’15
App Rejection to User Login
Hi There, we have an app that provides music and podcasts that we are licensed to provide , we depend on users to be logged in for our personalisation and recommendation engine to profile correctly both across the mobile app and web experience We have not had any issues for the last 7 years until now, receiving the app review rejection below. We have replied with multiple explanations why we require user login as mandatory and have identical apps that do the same, however we are told that we can log a complaint against those dont comply , but they cannot indicate what is different to our app. The response is below, any suggestions would be greatly appreciated Hello, Thank you for your reply. Regarding 5.1.1 issue, your app requires users to register or log in to access features that are not account based. To resolve this issue, it would be appropriate to revise the app to let users freely access the app's features that are not account based. We are not able to provide feedback on app concepts or feat
1
0
428
Jul ’24
Appropriate settings for a file in Xcode
Hi, ALL,I did successfully create a project for Cocoa Bundle for my C++ application in Xcode.However the project is using the SQLite library and so I add the SQLite sources into the project and compiled it.The compilation went thru fine, however when Xcode tried to compile the SQLite source code (.c file) it gsve a lot of warnings.I asked on the SQLite ML, and was told that the compilation should succeed and that I should set the file type inside the Xcode to be C and that I should get only very little number (like 2-3).I did that and re-compile, but that didn't get rid of the warnings.Is there something I'm missing? I did see that there is a C Language option in the Xcode Build Options tab in the project. And I guess I should change it. But will it get rid of all those warnings?Or maybe I need something else?I'm using Xcode 5.1.1 on OSX 10.8.Xcode is set for the file to be C - http://imgur.com/eWFzm9B.Warnings when compiling sqlite3.c code - http://imgur.com/H8CQBX9.Thank you.
Topic: UI Frameworks SubTopic: AppKit Tags:
1
0
849
Jul ’16
Account Deletion Requirement in B2B apps
We'll be releasing a B2B app next year, this app will be used as part of the employees job. In guidelines section 5.1.1 (V) If your app doesn’t include significant account-based features, let people use it without a login. If your app supports account creation, you must also offer account deletion within the app. A user does not create an account through the app. An account is created for every employee by the client. A user will login via their employee id. This account is controlled by the client. Any and all data generated by the employee is owned by the client as its business data and data must be linked against whoever created (eg to pay commission to employees for the sales they made) So an account exists but the guidelines say If your app supports account creation, you must also offer account deletion within the app. Since a user cannot create an account themselves, the account deletion requirement isn't relevant here. Is my understanding of the guidelines correct? Or is there another section
1
0
477
Sep ’23
Why is UIAppearance not being applied to UIAlertController in iOS 9?
My app supports back to iOS 5.1.1 so I use UIActionSheet and UIAlertView. These seem to translate to the new UIAlertController pretty well. However, the color of the buttons in these views are set using window.tintColor. This is a problem in my app since I use black toolbars with white text, but do NOT want white text on light grey. You'd think that iOS would be smart enough to not render text in unreadable colors.Anyway, the only work around in iOS 8 is to set the appearnace of text views. Here's what I do in the app delegate... [[UIView appearanceWhenContainedIn:[UIAlertController class], nil] setTintColor:[UIColor colorWithRed:0 green:(float)196/255 blue:(float)181/255 alpha:1]]; [[UILabel appearanceWhenContainedIn:[UIAlertController class], nil] setTextColor:[UIColor colorWithRed:0 green:(float)196/255 blue:(float)181/255 alpha:1]];However, this does NOTHING in iOS 9 beta. I've issued a bug report since there appears to be no way to change the color of this text from window.tintColor.Does anyone
2
0
4.1k
Aug ’15
App rejected due to registration, I need help
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage We noticed that your app requires users to register with personal information to purchase non account-based in-app purchase products, which does not comply with the App Store Review Guidelines. Apps cannot require user registration prior to allowing access to app content and features that are not associated specifically to the user. Next Steps User registration that requires the sharing of personal information must be optional or tied to account-specific functionality. To resolve this issue, please make it clear to the user that registering will enable them to access the content from any of their iOS devices and provide them a way to register at any time, if they wish to later extend access to additional iOS devices. Please note that although guideline 3.1.2 of the App Store Review Guidelines requires an app to make subscription content available to all the iOS devices owned by a single user, it is not appropriate to force user registrat
0
0
819
Aug ’21
Publicando App para Terceiros
Trabalho numa empresa que presta serviço implementando, mantendo e publicando sistemas para prefeituras. Fizemos agora um app para uma prefeitura mas na hora de publicar, a Apple está rejeitando pois diz que não podemos publicar em nome de outra empresa. No primeiro envio, rejeitaram com: Guideline 4.1 - Design - Copycats The app or its metadata appears to contain potentially misleading content. Specifically, the app includes content that resembles Sistema da Prefeitura without the necessary authorization. Next Steps Please demonstrate your relationship with any third-party brand owners represented in the app. Pegamos com a prefeitura um documento assinado digitalmente informando que somos os responsáveis pelos sistemas deles, autorizando tudo etc... Fizemos um novo envio para revisão. Porém, agora foi rejeitado com: Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage The app must be published under a seller and company name that is associated with the organization or company providing th
0
0
599
Apr ’24
News aggregated app getting rejected due to Covid articles
I have news app for a newspaper in Alaska. The app does not collect any information from the users. However, the app has been rejected by Apple to the following: Regarding the 5.1.1 issue, we found in our review that your app provides services or requires sensitive user information related to the COVID-19 pandemic. Since the COVID-19 pandemic is a public health crisis, services and information related to it are considered to be part of the healthcare industry. In addition, the seller and company names associated with your app are not from a recognized institution, such as a governmental entity, hospital, insurance company, non-governmental organization, or university. I appealed the rejection stating that the news articles, are just that ... articles about COVID related to the newspaper's community. The articles are just plain information. No user data is collected, and none of the articles are opinion pieces ... The are just number of cases reported in the community, etc. The appeal was rejected wit
3
0
1.1k
Feb ’21