How does iOS determine which share extensions are enabled by default?

让人想犯罪 __ 提交于 2019-12-01 22:44:35

问题


Some apps have their 'Share Extensions' enabled by default when installing the app. Flickr is an example of this.

However, other apps do not - OneNote, Wunderlist, etc are not enabled by default.

Is there a setting in the plist file that controls this? I'm wondering if I can enable it by default, or have the user consent to enabling it by default, when my app starts up.

Thank you!


回答1:


These apps have agreements with Apple. If you look at your settings app, you can see these apps that have agreements. Vimeo is another app with a similar agreement. As far as I know, there is no way to set your app to have the share extension enabled by default.

Note that I do not have Vimeo installed, but it's still in the Settings app.



来源:https://stackoverflow.com/questions/34821475/how-does-ios-determine-which-share-extensions-are-enabled-by-default

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!