I am developing an application extension on iOS 8. And it has a special function that can only work with a specific host application. Therefore, I need to determine the host application when my extension is running, so that I can determine whether to enable this feature. Is there an API for this? How to get the application id of the host application?
source share