Search code examples
iosobjective-ciphoneios9ios-extensions

How to share notes data with share extension in iOS 9?


My application is working fine till iOS 8 But in iOS 9 Beta I am not able to share Notes text/image so can you please suggest me what thinks I need to implement for this?


Solution

  • Add **NSExtensionActivationDictionaryVersion** Attributes in your plist file.
    

    see this image for reference.

    enter image description here