CFBundleDocumentTypes and share extension.

Hello! I have a issue with CFBundleDocumentTypes in app. Earlier we used CFBundleDocumentTypes key for pdf file associations, so we added CFBundleDocumentTypes key and array with pdf CFBundleTypeName to Info.plist. Now we want use share extension for file associations feature. We added and configurated this extension in app. So it is working fine, but we have two share buttons ( new button from share extension and old from CFBundleDocumentTypes ). The problem is that we removed CFBundleDocumentTypes key from Info.plist ( and array with values ) - but it is still show two buttons. We tried clear xcode cache, re-install app already. Old button disappear only if we change bundle id.

This is an old question, but I'm having similar issues: changes to CFBundleDocumentTypes in my Info.plist just don't take effect, even after re-installing the app, cleaning and re-building, etc.

CFBundleDocumentTypes and share extension.
 
 
Q