8 questions
1
vote
0
answers
794
views
Angular 17 in iOS Devices with v15.2 or older problem in routing-outlets
Hi on Angular 17 all iOS devices with v15.2 or older, the routing outlet(the nested outlets which we used to pop up a modal, aka."/(modal:signin)") stopped working.
When I create many ...
1
vote
1
answer
381
views
iOS 15.4 Date Format "Sep" now "Sept"
The app crashes once the user selects any date of September.
It only happens with iOS 15.4.
I have datePicker formatted date to return always in UTC format en_GB.
@objc func doneDateClicked() {
...
5
votes
0
answers
2k
views
Apps Not Showing in Settings on iPhone in iOS 15.4 Swift
I recently developed an iOS app using Xcode 13.1 . I ran it on my iPhone (which is currently operating on iOS 15.4), and it worked fine.
However, my app uses the location, and I have been attempting ...
4
votes
1
answer
3k
views
iOS 15.4.0 ShareSheet _activityImage is not supported for proxies to out-of-process activities
From iOS 15.4.0 we have the crash on Crashlytics but don't known how to reproduce and fix it. It is producing crash due to Apple default shareSheet. I hope someone can provide some insights to fix ...
0
votes
0
answers
292
views
iOS 15 build by xcode 13 crash on collectionView performBatchUpdates
After updating xcode to xcode 13. My app start giving crash on the collectionview where it is using performBatchUpdates on ios 15.
It's working fine on lower ios version.
dispatch_async(...
3
votes
1
answer
1k
views
iOS Keyboard doesn't show up in iOS 15.4
I'm new to iOS. I've just taken over for another developer. I recently realised that this is a major issue because users cannot use our app. The keyboard gets dismissed as soon as it's shown. So no ...
1
vote
0
answers
172
views
XCode 13.3 - iPhone 11 - iOS 15.4 - Image Assets - Background Image not loading
I am having an image assets used for loading the background image in my iOS application. The image assets contains background images that provides support for 2x, 3x, 2x Retina 4, 2x Retina HD 4.7&...
2
votes
2
answers
4k
views
Appium unable to take screenshot on xCode 13.3 and iOS 15.4
I woke a few days ago to run an appium UI automated test on iOS simulator which has been running perfectly without any error. I recently upgraded to iOS 15.4 and iOS 13.3 and to my surprise Appium is ...