Post

Replies

Boosts

Views

Activity

Comment on Cannot remove App Privacy after removing AdMob and tracking
Update: had my app approved with NSUserTrackingUsageDescription removed, and I still can't remove it in the app privacy on the AppStore Connect. The message I get: "Your app contains NSUserTrackingUsageDescription, indicating that you will request permission to track users. To update this information on your app's product page, you must indicate which data types are tracking users. If this is incorrect, update your app binary and upload a new build to App Store Connect."
Jun ’21
Comment on Cannot remove App Privacy after removing AdMob and tracking
Just to add on what @DVDxDV said - the app review team will reject metadata when it doesn't match (app doesn't use tracking but app privacy indicates it does). So there is no way of removing it or passing a review.
Replies
Boosts
Views
Activity
Jun ’21
Comment on Cannot remove App Privacy after removing AdMob and tracking
Update: had my app approved with NSUserTrackingUsageDescription removed, and I still can't remove it in the app privacy on the AppStore Connect. The message I get: "Your app contains NSUserTrackingUsageDescription, indicating that you will request permission to track users. To update this information on your app's product page, you must indicate which data types are tracking users. If this is incorrect, update your app binary and upload a new build to App Store Connect."
Replies
Boosts
Views
Activity
Jun ’21
Comment on Simulate and send keyboard events inside the Mac OS X Sandbox
How it's possible in this app https://apps.apple.com/il/app/remmo-remote-mouse-keyboard/id1598906173? Was there some new API introduced for it?
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on UINavigationItem.titleView layout issue
Thanks for the info. It only started happening in beta 5. In prior released in the beta cycle it wasn't the problem. And yes I'm using layoutSubviews, which I'm going to change to auto layout per your suggestion. Thanks again.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on New security feature prevents remote access apps from working
Yep, I'm seeing it too @DTS Engineer
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on New security feature prevents remote access apps from working
Are you using SCContentSharingPicker in your code? I'm just calling [SCShareableContent getShareableContentWithCompletionHandler:] and then picking the display I want from the callback, and starting SCStream for it. I wonder if we need to use the picker to get permission for that display so the macOS won't ask us again.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on ScreenCaptureKit com.apple.developer.persistent-content-capture entitlement?
Requested and got the entitlement for my DeveloperID app. Filled AppStore URL field with the link to my app that works with it.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24