Post

Replies

Boosts

Views

Activity

Reply to How to find missing PrivacyManifest declaration warning reasons
You have to access the documentation link with the reasons code, and in your privacy file you put the reason code for example: <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>NSPrivacyAccessedAPITypes</key> <array> <dict> <key>NSPrivacyAccessedAPIType</key> <string>NSPrivacyAccessedAPICategoryFileTimestamp</string> <key>NSPrivacyAccessedAPITypeReasons</key> <array> <string>3B52.1</string> </array> </dict> <dict> <key>NSPrivacyAccessedAPIType</key> <string>NSPrivacyAccessedAPICategoryUserDefaults</string> <key>NSPrivacyAccessedAPITypeReasons</key> <array> <string>CA92.1</string> </array> </dict> </array> </dict> </plist>
Topic: Privacy & Security SubTopic: General Tags:
Apr ’24
Reply to WKWebView failing in 17.5 beta
I'm having the same problem as well, actually, I noticed that the webview is having issues to render on Xcode cloud since xcode 15 release.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to How to find missing PrivacyManifest declaration warning reasons
You have to access the documentation link with the reasons code, and in your privacy file you put the reason code for example: <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>NSPrivacyAccessedAPITypes</key> <array> <dict> <key>NSPrivacyAccessedAPIType</key> <string>NSPrivacyAccessedAPICategoryFileTimestamp</string> <key>NSPrivacyAccessedAPITypeReasons</key> <array> <string>3B52.1</string> </array> </dict> <dict> <key>NSPrivacyAccessedAPIType</key> <string>NSPrivacyAccessedAPICategoryUserDefaults</string> <key>NSPrivacyAccessedAPITypeReasons</key> <array> <string>CA92.1</string> </array> </dict> </array> </dict> </plist>
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to Webview in iOS 17.4.1 performance issue
I have been having problems with WebView as well, but my problem is to load the content on Xcode Cloud UI tests. The app in production and debug works normally: https://developer.apple.com/forums/thread/748258
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to New Apple Developer Team not showing up in Xcode
Same issue here, I tried to remove and add the account again but it didn't work. I called apple support but they just says automatically things like a robot.
Replies
Boosts
Views
Activity
Jan ’22