jaltreuter
jaltreuter
It's been a year now... any chance a release is coming soon? Or can you recommend a workaround?
@dantetam has there been any progress on this? I'd love to be able to log analytics from our app extensions.
@dnshi I don't. The documentation I mentioned in my original post seems to indicate all it takes is to have a SQLite job running when the process is suspended. Before...
@jshier thanks for the quick response. Sorry, I don't have time to put together a sample project. I understand if that means it'll take longer for you to prioritize a...
@shalyf that implementation seems very fragile. What's the reason behind all those extra checks? Given that `inputStream` and `outputStream` are both private, and the implementation of `disconnect()` sets their delegates...
@philfi yes I can confirm that's the case. I updated to 4.0.4 several months ago and haven't seen this crash since then.
Ultimately what I want is for the bitmap image to have the same pixel resolution as the physical pixels on the device that will be rendering my image, so it's...
I can reproduce this crash as well. It happens 100% of the time for my app when run on iOS 16 devices. Interestingly this crash does not happen in the...
Actually it turns out a code update within my project is not the root cause; the crash was introduced because I switched to building with Xcode 15. When building with...
This appears to be a duplicate of https://github.com/daltoniam/Starscream/issues/983