You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
When trying to share a single image (no text) on Instagram in iOS 16.2 or older, we get a quick dimmed screen, and no share happens (the app doesn't crash, at least)
Issue not present in Android.
Sharing through other apps works as usual.
This is a minor issue since it doesn't happen in iOS 16.3
Thank you for the very detailed Issue! May I ask: does this issue occur when sharing an image from WhatsApp to Instagram or Photos to Instagram on problematic OS versions?
CGImageCopyImageSource:4607: *** CGImageGetImageSource: cannot get CGImageSourceRef from CGImageRef (CGImageSourceRef was already released)
I'm not passing CGImages to the share sheet though, only UIImages. Something I'm unaware of might be happening in the background. If you wish, you can try sharing images as files instead of UIImages: #22
Thanks for this great plugin @yasirkula !
Description of the bug
iOS 16.2 or older
, we get a quick dimmed screen, and no share happens (the app doesn't crash, at least)16.3
Reproduction steps
A quick video trying to share in iPhone 13 Pro.
https://user-images.githubusercontent.com/10944679/220680141-9217f6e0-4951-4dff-aa2c-d7cb333d5b47.mov
Platform specs
2019.3.9f1
LTSiOS 13.1
until16.2
(on 16.3 and onwards, the issue went away)v1.4.9
Additional info
The text was updated successfully, but these errors were encountered: