Post

Replies

Boosts

Views

Activity

Reply to Xcode 16 - List Lazy loading broken
I can also see this issue. I've spent more than 2 days to figure out why my code in Xcode 16 + Swift 5 + iOS 17.7 works really slow comparing to Xcode 15 + Swift 5 + iOS 17.7 on physical device and simulator as well. I can see that Xcode 16 + Swift 5 + iOS 17.7 loads all the rows of my data completely instead of on demand as it is in Xcode 16 + Swift 5 + iOS 17.7
Oct ’24
Reply to Notary server down - 500 internal server error
I am experiencing the same issue: xcrun notarytool history -p notarytool_Notarize_Credentials --verbose [20:58:24.738Z] Debug [MAIN] Running notarytool version: 1.0.0 (21), date: 2022-05-24T20:58:24Z, command: /Applications/Xcode_13.4.app/Contents/Developer/usr/bin/notarytool history -p notarytool_Notarize_Credentials --verbose [20:58:24.752Z] Debug [KEYCHAIN] Attempting to load Keychain data for profile name: notarytool_Notarize_Credentials [20:58:24.761Z] Debug [KEYCHAIN] Found Keychain password item "notarytool_Notarize_Credentials" with ID XXXXXXXXXX:myemail_gmail.com. [20:58:24.764Z] Info [API] Initialized Notary API with base URL: https://appstoreconnect.apple.com/notary/v2/ [20:58:24.764Z] Info [API] Preparing GET request to URL: https://appstoreconnect.apple.com/notary/v2/submissions?, Parameters: [:] [20:58:24.765Z] Debug [AUTHENTICATION] Delaying current request to refresh app-specific password token [20:58:24.766Z] Info [API] Preparing GET request to URL: https://appstoreconnect.apple.com/notary/v2/asp?, Parameters: [:] [20:58:24.766Z] Debug [AUTHENTICATION] Authenticating request with Basic Auth. Username: myemail_gmail.com, Password: private, Team ID: XXXXXXXXXX [20:58:24.767Z] Debug [TASKMANAGER] Starting Task Manager loop to wait for asynchronous HTTP calls. [20:58:25.354Z] Debug [API] Received response status code: 500, message: internal server error, URL: https://appstoreconnect.apple.com/notary/v2/asp?, Correlation Key: K5WIK7YU5TDMH5GUROU3DHII6M [20:58:25.356Z] Error [TASKMANAGER] Completed Task with ID 2 has encountered an error. [20:58:25.357Z] Debug [TASKMANAGER] Ending Task Manager loop. Error: HTTP status code: 500. Internal server error. Error communicating with authentication service. Please try again at a later time.
May ’22
Reply to ANCS UID problem
Hi all,According to ANCS specification, ANCS supports Sessions and any GATT notification becomes invalid when disconnection occurs. So the new attributes request should be sent to get more info about the notification. After any connection ANCS sends all the notifications available in the Notification Center. According to my elaboration notification is new if it is EventIDNotificationAdded and no EventFlagPreExisting flag is specified.Hope, it helps.
May ’20