Search results for

5.1.1

400 results found

Post

Replies

Boosts

Views

Activity

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
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
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
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
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
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
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
Account deletion requirements for non-personal accounts
The new account deletion requirements stated in the app review guidelines (5.1.1(v)) state that: If your app supports account creation, you must also offer account deletion within the app. But what about if the account is owned by a different entity than the user itself, such as for someone using a work account that is owned by their employer? Are we still obligated to offer the employee a way to delete their account within the app?
1
0
842
Dec ’21
Reply to Custom business trading app, possible rejection ?
will Apple accept such features Look also at 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. Apps that facilitate the legal sale of cannabis must be geo-restricted to the corresponding legal jurisdiction. . will Apple’s commission of 30% apply on purchases or transfers I guess so (or 15% for small businesses in North America)
Topic: Business & Education SubTopic: General Tags:
Dec ’21
Reply to Sign in with Apple and backend account deletion
Yes, we have the same issue, this seems to be a broken flow by Apple to be honest. And the new guideline 5.1.1 to start the enforcement January 31th 2022 says that you have to delete the user account if the user wish, but if you do a fully delete data of the user and the user laters on wants to use the application again, the user full name won't be given to you again.
Topic: App & System Services SubTopic: General Tags:
Dec ’21
Intermittent Crash with high Frequency on App After ios15 update.
My app has started experiencing intermittent crashes for ios15 devices only. From the logs, the suspected region of crash involves realm threads for write or read or update and TableView reload. But Since the issue is pretty intermittent we are not able to pinpoint the cause of the crash? Does anyone have any suggestion to pinpoint the cause of the crash or what new update in ios15 would have led to this issue.? Below is the Crash Log. From the Crash Analytics. Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x9904c __exceptionPreprocess 1 libobjc.A.dylib 0x15f54 objc_exception_throw 2 CoreFoundation 0x176014 +[NSObject(NSObject) _copyDescription] 3 UIKitCore 0xf695a0 -[UIResponder doesNotRecognizeSelector:] 4 CoreFoundation 0x2e474 ___forwarding___ 5 CoreFoundation 0x2d5b0 _CF_forwarding_prep_0 6 UIKitCore 0x3eee54 -[UIUndoGestureInteraction didMoveToView:] 7 UIKitCore 0x194d8c _setInteractionView 8 UIKitCore 0x2f91e4 -[UIView(Dragging) addInteraction:] 9 UIKitCore 0x4a1444 -[UIEditingOverlayVie
2
0
1.4k
Nov ’21