I want to get the note link in my app when using iOS Evernote Client 's share function.
To achieve this , I added the "CFBundleDocumentTypes" key-pair in my Info.plist file, and tried the following "LSItemContentTypes":
public.url, public.xml, public.data, public.text, public.content
But I can not see my app in the "Open With" list
Is I used the wrong "LSItemContentTypes"? Or I'm in a wrong way?