Post

Replies

Boosts

Views

Activity

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?
Topic: Privacy & Security SubTopic: General Tags:
Oct ’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?
Topic: Privacy & Security SubTopic: General Tags:
Oct ’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.
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’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?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’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?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’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.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’21