Top "Ios-app-extension" questions

App extensions are a feature introduced in iOS 8 that allows apps to extend their functionality and become available to users while they're using other apps.

UIApplication.sharedApplication not available

I'm trying to get a reference to my app delegate from a UIViewController but I keep getting an this error …

ios swift ios-app-extension ios9.1 xcode7.1
openURL from App Extension

On iOS 8 beta 2 it should be possible to use openUrl from app extension as written into the release notes: however …

ios8 uiapplication openurl ios-app-extension
Accessing Core Data SQL Database in iOS 8 Extension (Sharing Data Between App and Widget Extension)

Problem: Unable to access application's Core Data database from within a Widget Extension in the Today View. The app itself …

ios iphone sqlite core-data ios-app-extension
Get device current orientation (App Extension)

How to get device current orientation in an App Extension, I have tried below two methods but no success. It …

ios objective-c keyboard ios-app-extension uideviceorientation
Sharing code between original iOS App and App Extension

Sharing class between iOS app and extension app I want to use a custom class in both my app and …

ios xcode ios-app-extension ios8-extension
Network Extension entitlement, how to enable it?

I need to use Network Extension features in an app, particularly to use the Proxy features. The doc says: Except …

ios provisioning-profile ios-app-extension entitlements networkextension
iOS extensions with multiple targets

In iOS 8, when we create an app extension, we have to decide which target it is attached to. The extension …

ios plist code-signing ios-app-extension bundle-identifier
"Do Not Embed", "Embed & Sign", "Embed Without Signing". What are they?. What they do?

We have 3 new options in "Frameworks, Libraries, and Embedded Content" section of Xcode11 Beta for adding libraries. Xcode Libraries section …

ios frameworks code-signing xcode11 ios-app-extension
App is not showing in the share menu of shared options in shared extension in iOS8

I'm developing share extension for my app. Every thing is fine, but i'm facing one main problem, my app is …

ios ios8 ios-app-extension ios8.3 ios8-share-extension
Sharing Extension in IOS8 beta

I'm trying to create a sharing extension using the new iOS 8 app extensions. I tried to get the current URL …

ios ios8 ios-app-extension