Hi
I'm trying to use Instagram plugin on IAB (i mean i'm trying to use it on a window that i opened with window.open)
When i try to share on Android it's working without any problem.
But when i try to make a share on iOS (on latest version) i got this error:
Warning: Attempt to present <_UIDocumentActivityViewController: 0x13700c600> on <MainViewController: 0x136540fd0> whose view is not in the window hierarchy!
and nothing opened (share menu didn't open)
When i debug it, i saw that it's getting the error on this line:
[self.interactionController presentOpenInMenuFromRect:CGRectZero inView:self.webView animated:YES];
What should i need to do for make it work?
Thanks
Hi
I'm trying to use Instagram plugin on IAB (i mean i'm trying to use it on a window that i opened with window.open)
When i try to share on Android it's working without any problem.
But when i try to make a share on iOS (on latest version) i got this error:
and nothing opened (share menu didn't open)
When i debug it, i saw that it's getting the error on this line:
What should i need to do for make it work?
Thanks