IOS app extension. Is it possible to identify the host application when starting the extension?

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?

+6
source share

Source: https://habr.com/ru/post/977242/


All Articles