Lance Samaria

Results 14 comments of Lance Samaria

I resolved the unknown error issue (another issue was causing it) but til this day the closure in app delegate still never gets reached. I just tried 5 minutes ago...

I resolved the unknown error issue (another issue was causing it) but til this day the closure in app delegate still never gets reached. I just tried 5 minutes ago...

@sureshdistill It was so long ago I dont remember but from what I can tell by the comment that I made the unknown error issue was caused by something else

@evgenyneu thanks. I was able to find a workaround using a `CGAffineTransform`: ``` cosmosView.frame.size = cosmosView.intrinsicContentSize cosmosView.transform = CGAffineTransform(rotationAngle: -.pi * 0.5) or cosmosView.transform = CGAffineTransform(rotationAngle: -90 * .pi/180) ```...

answer is here, just replace slider with cosmosView https://stackoverflow.com/a/62925429/4833705

Did anyone find the solution to this? I'm having this problem for hours now

@SatishSR @michaelpaquette any updates on this? I also need this feature

To everyone with this issue. When initializing your playerItem use: `let playerItem = CachePlayerItem(url: url, avUrlAssetOptions: nil)

Is there an update to this problem? I'm using **SMS verification** in an **iOS app** and made a loop mistake where I entered an incorrect **SMS code** for testing phone...