Search results for

5.1.1

400 results found

Post

Replies

Boosts

Views

Activity

Guideline 5.1.1 (ix)- Legal - Privacy - Data Collection and Storage
Hello Apple. My app rejected with reason - The app must be published under a seller and company name that is associated with the organization or company providing the services. In this case, your app must be published under a seller name and company name that reflects the APPNAME name. My APPNAME diffrent than company name. How can i solve it?
0
0
609
Jan ’22
Intel Mac with AMD GPU user needs your help! "InvalidArgumentError: Cannot assign a device for operation"
Intel Mac with AMD Radeon Pro 5600M 8 GB in macOS 12.1 user is trying to run a model with jupyter, with successful setup yet fail to run the model with GPU. Details as follows: Successfully install tensorflow-macos, and tensorflow-metal using the following code in Python 3.8.10 SYSTEM_VERSION_COMPAT=0 python -m pip install tensorflow-macos SYSTEM_VERSION_COMPAT=0 python -m pip install tensorflow-metal and try to run a model. When setting up, print(Num CPUs Available: , len(tf.config.list_physical_devices('CPU'))) print(Num GPUs Available: , len(tf.config.list_physical_devices('GPU'))) Num CPUs Available: 1 Num GPUs Available: 1 Both CPU and GPU is detected, and things seem to go well. However, following error shows when I execute the model.fit. InvalidArgumentError: Cannot assign a device for operation sequential_15/sequential_14/random_flip_7/stateful_uniform_full_int/RngReadAndSkip: Could not satisfy explicit device specification '' because the node {{colocation_node sequential_15/sequential_14/random_flip_
2
0
1.7k
Jan ’22
App Store Review Guideline 5.1.1. - any insights would be greatly appreciated
From 5.1.1: The account deletion option should be easy to find in your app. Is including deletion in the Settings section sufficiently easy to find? People should be able to delete the account along with their personal data. How much of this action must be enabled within the app? From the update all apps that allow for account creation must also allow users to initiate deletion of their account from within the app What constitutes initiating deletion? Is clicking a button that takes you to a pre-filled email requesting deletion sufficient?
1
0
538
Jan ’22
Login with Company IdP and new App Store Review Guideline 5.1.1
Hi everyone, in an email that came to me directly from apple, which refers to the aforementioned guidelines, the following is shown in the figure: Now in my app, the login is done directly on a third IdP, so I wanted to understand if the issue of user cancellation falls into this case or not, since as I said it is a user on a third IdP (ex Google, Microsoft, Private IdP etc.), and therefore the rule only applies to those apps that allow registration directly within it and not on an external IdP. I hope I was clear. Thank you
2
0
1k
Jan ’22
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
430
Feb ’22
Apple m1 pro max install Tensorflow, can't importing scikit-learn
I have been finished install Tensorflow env step by step from https://developer.apple.com/metal/tensorflow-plugin/ https://developer.apple.com/metal/Tensorflow-plugin/ Tf is working! but when i import sklearn package, have an error message like this: ImportError: dlopen(/Users/mecilmeng/miniforge3/envs/tf/lib/python3.9/site-packages/scipy/spatial/qhull.cpython-39-darwin.so, 0x0002): Library not loaded: @rpath/liblapack.3.dylib Referenced from: /Users/mecilmeng/miniforge3/envs/tf/lib/python3.9/site-packages/scipy/spatial/qhull.cpython-39-darwin.so Reason: tried: '/Users/mecilmeng/miniforge3/envs/tf/lib/liblapack.3.dylib' (no such file), '/Users/mecilmeng/miniforge3/envs/tf/lib/liblapack.3.dylib' (no such file), '/Users/mecilmeng/miniforge3/envs/tf/lib/python3.9/site-packages/scipy/spatial/../../../../liblapack.3.dylib' (no such file), '/Users/mecilmeng/miniforge3/envs/tf/lib/liblapack.3.dylib' (no such file), '/Users/mecilmeng/miniforge3/envs/tf/lib/liblapack.3.dylib' (no such file), '/Users/mecilmeng/miniforg
1
0
1.8k
Feb ’22
In-app Account Deletion
Based on Apple's guideline 5.1.1 (https://developer.apple.com/app-store/review/guidelines/#5.1.1), apps that allow account creation must allow account deletion. Our app only requires a specific ID and birthdate for in-app registration or account activation. But the actual account creation does not happen in-app. Does our app also need account deletion functionality as well? Thanks in advance.
2
0
1.5k
Mar ’22
Guideline 5.1.1 -> Soft Deletion & Deferred Processes
Hello Apple Devs We've been trying for a couple of weeks to get a clear answer on the following two questions related to the 5.1.1 Guideline indicating Account Deletion must now be possible to initiate from within the App, in case we allow for Account Creation from the same app: Can a soft delete be considered Account Deletion”? What if all the User's data is anonymized, leaving only a UserID for referential integrity? In the case of Authentication and User information delegated to a 3rd-party system (see above), could it suffice for us to delete the UUID linking the User to their original ERP/SSO account? Is it valid if we just initiate the deletion process (async confirmation)? Would it be valid for us to initiate the process by requesting the user for their contact information, then explaining that we will process the request through the Customer Support team, and get back to them with a confirmation (e.g. via email) within a given period of time? Thanks in advance for your help! Carlos
0
0
442
Mar ’22
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
Hi there, I got my recent app rejected and they sent me this: We found in our review that 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. Next steps, To resolve this issue, it would be appropriate to take the >following steps: Your app must be submitted through an Apple Developer Program account enrolled as an organization. You may either enroll in a new Apple Developer Program account as an organization, or request that your individual account be converted to an organization account by contacting Apple Developer Support. Please note that you cannot
0
0
1.6k
Apr ’22
Using a Single Sign On (SSO) concept without violating Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
Hi all We have recently had an issue with using a single sign on login concept in a submission which was flagged under Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage and we are wondering what the development best practices were in this circumstance. The reason being was because if the user did not already have an account, we provided a button which then loaded the 3rd parties registration form in a web frame. However the system we are using requires the users address and phone number for various reasons, although our app does not use that data at all - therefore we were told we are breaking the guidelines. Our app is not collecting, or storing any of this information (or even has visibility to it), and it is all covered in both ours, and the third parties privacy policies, however it seems that we are still violating the clause. My question to other developers and Apple support - is how is this dealt with in other apps that use larger SSO systems such as iCloud, Google and Facebook?
0
0
838
Apr ’22
Account Deletion for Apple Store Reviewers
We recently added the ability for a user to delete their account as per the 5.1.1 guidelines. Our app was later rejected because the account we provide for logging in was deleted by an Apple reviewer. We can create a new account that reviewers can use to sign in, but how do we prevent this from happening again? I understand the desire to verify account deletion, but if reviewers are constantly deleting the account used for approval, we'll be in an endless cycle of rejections. What should we do?
4
0
2.7k
Apr ’22
Reply to Account Deletion for Apple Store Reviewers
Here is the exact reason given for the rejection: We discovered one or more bugs in your app. Specifically, when attempting to login using the email address provided an error appears on the screen. Seeing an error on the screen in this case is expected because in a previous review, they deleted the account we provided them with. Now they cannot log in with that account anymore. Yes, we have already confirmed they have deleted the account. We did not explain to them not to delete their account, but maybe this is what we need to do to prevent them from testing this part of the app? Since there is not much documentation on how 5.1.1 is supposed to be tested by Apple reviewers, I don't really understand what we're expected to provide them (new credentials every time we submit in case they test to delete?). I'm just not really sure how other developers will be solving this problem. It seems like everyone will be in the same boat as soon as they add this functionality to their app by June 30. When we asked
Topic: Privacy & Security SubTopic: General Tags:
Apr ’22