Lê Trinh
Lê Trinh

Reputation: 327

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

Upvotes: 7

Views: 3075

Answers (1)

Hans One
Hans One

Reputation: 3419

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!

Upvotes: 43

Related Questions