Top "Ios8-share-extension" questions

Related to the "Share" extension of the iOS notification center.

Share Extension to open containing app

I want to create an Android Style share feature for my app. I created a share extension which gets called …

ios cocoa-touch ios8-share-extension
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 …

ios ios8 ios-app-extension ios8.3 ios8-share-extension
"This item cannot be shared. Please select a different item." WhatsApp iOS share extension failure message

This bug is fixed by WhatsApp team on 23rd May, 2016 (build no. 2.16.4). Unable to share NSString object using UIActivityViewController to …

ios iphone whatsapp ios8-share-extension
Share between an iOS extension and its containing app with the keychain?

I understand I can share data between my share extension and its containing app by enabling app groups and using …

ios ios8 keychain ios8-extension ios8-share-extension
iOS Share vs Action App Extension

I want to implement an app extension, but I can't decide if I should implement it as a Share Extension …

ios ios8 ios8-extension ios8-share-extension
Code to share file path/file between a share extension and iOS app

I have added a share extension for my app say SAMPLE (already exists on the app store), called lets say …

ios objective-c ios8-share-extension
How to debug ios share extension?

How to print logs in Xcode's lldb debugger from extension?

ios xcode swift lldb ios8-share-extension
iOS 8 Share Extension custom view controller size

I'm building a share extension for my iOS app and I can't use the default SLComposeServiceViewController, so I created (in …

ios8 ios-app-extension ios8-share-extension
How to get image form URL passed by share extension to an App

I working on sharing array of images from gallery using share extension. i can get image inside share extension using …

ios cocoa-touch ios8-share-extension ios-sharesheet