Andrew Reed

Results 72 comments of Andrew Reed
trafficstars

> > @yosi199 - I am using the library I posted above, it's in production. > > > > Cant get it to compile. getting this: > > > >...

Second this, the cocoa pods repository needs updating with the latest git hub version

Second this, please can put the latest on cocoapods

A temporary solution is: `self.presentViewController(self.videoPlayer!.movieViewController(YKQualityOptions.High), animated: true, completion: nil)`

Are you using cocoa pods? looks like the library is not being included in the project so its failing. The reason it passes compilation is because you probably have a...

Its around 0.30% of our users, but we aim to have 99.80% of our users to be crash free, so its a concern. This is the first time integrating and...

To add more info to this, it doesnt seem to be iOS version related and its not device related. We have a good spread from ios 17.x to 16.x with...

The launch darkly wrapper does this for allFlags: https://github.com/MyUNiDAYS/launch-darkly-kotlin-sdk/blob/ad4e4adb867ac4f53656d61b9f34fa473a294e50/library/src/iosMain/kotlin/com/myunidays/launchdarkly/LDClient.ios.kt#L23 Its not being launched from a coroutine inside the wrapper, but looking at our implementation code we do access it from...

Its a tricky one and yes unfortunately there is many additional factors when we involve KMM. The way we have things in our app, we actually abstract the direct use...

Hi @TasikBeyond we are also getting this crash. Around 800 users getting the crash, which is a low percentage of our user base but is our current biggest crash right...