Posts

Post not yet marked as solved
0 Replies
483 Views
After sending the application for validation, I get a response-----------------------------------------------------------------------------------------------------------------------------------Guideline 2.4.5(v) - PerformanceYour app requests admin access from the user during operation.Specifically, your app is asking access to keystrokes.ResourcesTo resolve this issue, it would be appropriate to confirm that you are using:- NSEvent.addLocalMonitorrather than- CGEvent.TapCreate.In addition, it would be appropriate to remove IOHIDCheckAccess(kIOHIDRequestTypeListenEvent) for accessing the user's keystroke under Privacy, as apps with this feature are not appropriate for the App Store.------------------------------------------------------------------------------------------------------------------------------------My application is created on Unity.And I do not find solutions to this problem in the Unity forum.Maybe somebody can help me with advice?Maybe there are ways to remove this request from the code level?Perhaps there is a terminal command that can disable this request from the app?Or some other ways to solve it?
Posted Last updated
.