Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App is not showing in the share menu of shared options in shared extension in iOS8

I'm developing share extension for my app. Every thing is fine, but i'm facing one main problem, my app is not in the share menu while sharing from photos app.

Below is the plist of my shared extension. enter image description here

It's not showing in the list, below is the screenshot:

enter image description here

But when i go to more option, set the switch of my extension off and on, now it is showing in the list, But i need to do it every time, below are the screenshots:

enter image description here enter image description here

Every time i ran the extension from X-Code, It's not showing the share menu, i need to go to more option, set the switch off and on again, then only it is showing. Can it show every time in the share menu? Is there anything i'm missing in the plist or extra configuration required?

I need your valuable suggestions. Thanks in advance.

Update:

I have checked it in iOS9. It's working fine without any issues.

like image 485
Ashok Avatar asked May 26 '15 07:05

Ashok


3 Answers

For anyone having the same problem and not finding a solution, worth trying also to check "Deployment Target" of the extension.

It can be different that the main app and is setup by default when the extension is created.

In my case it was higher than what I had on my device.

like image 69
CristiC Avatar answered Sep 22 '22 21:09

CristiC


This is a bug in iOS. There is no workaround in the current version. File a bug report with Apple and hope that they fix it soon.

like image 41
Tom Harrington Avatar answered Sep 24 '22 21:09

Tom Harrington


I encountered this issue on iOS 14 Beta, resolved by restarting the device.

like image 41
Denis Kutlubaev Avatar answered Sep 22 '22 21:09

Denis Kutlubaev