Posts

Post not yet marked as solved
0 Replies
789 Views
This is regarding image orientation when captured with the device rotation lock on.'self.photoOutput.connection(with: AVMediaType.video)?.videoOrientation = self.stillImageOrientationI have self.stillImageOrientation listening to status bar orientationUIApplication.shared.statusBarOrientationHowever, when the user activates device rotation lock and rotates the device, captured photos get saved in the wrong orientation.I expected this might solve the issue:UIDevice.current.orientationThat also stops changing after the device rotation lock.I noticed the native camera app still registers proper orientation even after the device rotation lock. Is there a way to achieve this?
Posted
by sle39lvr.
Last updated
.
Post not yet marked as solved
1 Replies
2.6k Views
Previously, I have had screenshots and Display P3 color space embedded, and they looked fine on device.I recently, switched to Photoshop and exported them in Display P3 and they look washed out on AppStore on device. Is there something I am missing here?What is the common practice here?
Posted
by sle39lvr.
Last updated
.
Post marked as solved
3 Replies
1.3k Views
My Apple Watch Series 4 is currently on Watch OS 6 Beta 1 and iPhone XS MAX is on iOS 13 Beta 8.My watch has stopped pairing with the phone. Release notes do say that newer Watch OS 6 Betas would need Beta 2 or newer to update.I reset content on my watch to see if it would pair, but now the phone wouldn't even do a basic connection to watch.Any ideas? Do I have to wait till final iOS 13 and Watch OS 6 for the watch to get working?
Posted
by sle39lvr.
Last updated
.
Post not yet marked as solved
1 Replies
905 Views
With iOS 13 Beta, when a photo is captured, photos are saved in the wrong orientation. They seem to be rotated 90 degrees counter-clockwise.We use all the native API methods and everything worked properly before iOS 13.Before each capture capture, we run:self.photoOutput.connection(with: AVMediaType.video)!.videoOrientation = self.stillImageOrientationThis happens if I run an iOS 12 targeted build or iOS 13 Beta targeted build.
Posted
by sle39lvr.
Last updated
.
Post not yet marked as solved
0 Replies
542 Views
If I go ahead and install Catalina beta, would I be able to submit iOS AppStore App updates?Few years back, there was a block to sumit from a beta verion of Macos.
Posted
by sle39lvr.
Last updated
.
Post not yet marked as solved
3 Replies
1.5k Views
Does anyone else have this issue?I have an app that hides status bar successfully on/up to iOS 12.x. However on first beta, it does show status bar.I double checked on info.plist settings and individual viewcontroller settings, things seem to be proper.Could this be a Beta 1 bug?Thanks in advance.
Posted
by sle39lvr.
Last updated
.