Post

Replies

Boosts

Views

Activity

Reply to Cannot display bitmap images on iOS 15.7 and iPad 15.7
Did you submit a code-level request with Apple. I am having the same issue. It is clearly an IOS 15.7 issue as apps work under 15.6.1 and 16. As this is a terminal IOS version for many devices, Apple should address this immediately. I submitted a code-level request with Apple and have not heard back though they say they will respond in a couple of days. Just wondering if you did same. Has Apple acknowledged this with anyone?
Topic: UI Frameworks SubTopic: UIKit Tags:
Oct ’22
Reply to Cannot display bitmap images on iOS 15.7 and iPad 15.7
Essentially same issue. My code is UIImage *image = [[UIImage alloc] initWithContentsOfFile: filename] filename is the path and name of the bitmap. When executed, image comes back as nil (under 15.7) The code runs without error on 15.6.1 and on IOS 16 but not under 15.7 I have a ton of users using iPad Mini 4 that can not update to 16 and there is no path back to IOS 15.6.1
Topic: UI Frameworks SubTopic: UIKit Tags:
Oct ’22