Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 8 Share Extension not working on device

I have creat a new target Share Extension in xcode , then I run it on my device. I don't know why when I run my Share Extension on my devices (iPhone 5c, iPhone 5s, iPhone 6) the won't show. Pls help me! Any suggestions on how to fix this would be greatly appreciated.

  1. I have creat New/Target/ Share Extension enter image description here

  2. I run it with app Notes on my device and then my extension not show enter image description here

like image 342
Lê Trinh Avatar asked Jul 11 '15 06:07

Lê Trinh


1 Answers

I had the same issue and I solved it with changing the "Deployment Target" of the extension to a value below the iOS version of my device.

Yes, an extension has its own deployment target!

like image 106
Hans One Avatar answered Sep 28 '22 06:09

Hans One