Post

Replies

Boosts

Views

Activity

Reply to iOS 14 Network privacy permission check is not shown after reinstall, nor is the toggle shown in Settings -> Privacy -> Local Network
I have the same problem. "Local Network" dialog doesn't appear after uninstall and then install the app. No switcher in the App settings. But if I delete all apps that use "Local Network", reboot iPhone, and install my app again, the dialog appears and the switcher is visible in the app settings. In my case, this issue reproduces if you have 2 and more apps that need "Local Network" permission. iOS 14.3, 14.4
Mar ’21
Reply to iOS 14.2, NEHotspotConfiguration connection issue.
Hello vadzimfrombelin  DTS closed the TSI ticket. Thank you for contacting Apple Developer Technical Support (DTS). We provide fee based development-level technical support to software developers. We do not provide user-level assistance for Apple products. For support options including help with installing, using or updating Apple Software or help obtaining support or service for your Apple device, please refer to the support options listed at https://support.apple.com/contact.
May ’21
Reply to iOS 14.2, NEHotspotConfiguration connection issue.
@meaton Was there a specific code level question that was asked here or did you end up getting your issue resolved? No, I didn’t resolve this issue. I didn’t provide code in the ticket, because reproduced the same issue without my application. 
I opened iOS native settings app and start switching between 2 companies Wifi AP, sometimes WIFI connection stuck for 2 minutes. So I think it is an iOS issue. I don’t know why but if you disconnect from the freeze Wifi AP and connect one more time, the second connection is fast. But then if you continue switching between network issue reproduces again
Jun ’21
Reply to iOS 15 Xcode 13 Console Log for UIBarButton Item with Menu
I see the same message when calling the reloadData UICollectionView method. Sometimes the app doesn't reload cells, func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell  is not called, contentSize in that case is incorrect and equal to the sum of estimatedItemSize. As result UICollectionView is empty. Strange that it reproduces only from time to time. Before xCode 13 and iOS 15 I haven't seen such issues.
Sep ’21
Reply to iOS 15 keychain data retrieve issue
Have the same issue. But I found strange app behaviour on iOS 15.0. When the iPhone screen is locked and the app was closed(terminated), in 10 minutes iOS 15 opens it automatically in the background mode (didFinishLaunchingWithOptions, UIApplication.shared.applicationState == .background, the screen is still locked), keychain returns null, the app starts sending requests to my server (see requests in the Charles proxy). Then when I unlock the screen, I don't see that my app is in the background mode, but when I tap on the app icon, the app opens, didFinishLaunchingWithOptions is not called. Tested on iOS 15.1. Print logs into UserDefaults. Maybe somebody knows how to disable this background feature?
Oct ’21
Reply to iOS 15 beta wipes out app data
Have the same issue. But I found strange app behavior on iOS 15.0. When the iPhone screen is locked and the app was closed(terminated), in 10 minutes iOS 15 opens it automatically in the background mode (didFinishLaunchingWithOptions, UIApplication.shared.applicationState == .background, the screen is still locked), keychain returns null, the app starts sending requests to my server (see requests in the Charles proxy). Then when I unlock the screen, I don't see that my app is in the background mode, but when I tap on the app icon, the app opens, didFinishLaunchingWithOptions is not called. Tested on iOS 15.1. Print logs into UserDefaults. Maybe somebody knows how to disable this background feature?
Oct ’21