Post

Replies

Boosts

Views

Activity

iPad Pro M4 - camera orientation on lanscape front-facing camera
I've had a photo app in the Store for 10+ years that just started behaving unexpectedly on the newly release iPad Pro M4 (May 2024). This is the first iPad with the camera on the landscape (longer) edge of the iPad. The camera preview behaves as expected in my app, but the resulting photos are upside-down. How can I determine when I am dealing with the landscape camera? I'd like to avoid casing on a device by device basis. I have been unable to find any mention of a new API call that would allow me to determine which front-facing camera I'm dealing with. Does something like this exist? Thanks!
1
1
592
Jun ’24
Associate iOS app with iMessage extension
I am trying to deploy an app that has an iOS App component and an iMessage Extension component. Ideally a user purchasing/downloading either would get them both. This iMessage Extension is not a Sticker Pack - it is an app that exposes the behavior of the iOS app, but from within Messages. There is scant information about how to accomplish this. The only thing I've found is this thread: https://developer.apple.com/forums/thread/61482 I've tried varying combinations of bundle IDs to let Xcode know that the iOS app is the "parent" app and the iMessages extension is the "child". For example, this doesn't seem to work: iOS App bundle id: com.mycompany.appname iMessages App extension bundle id: com.mycompany.appname.messages Both targets are in the same Xcode project. Any advice? Thanks in advance! -Tim
1
0
1.8k
Mar ’23