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.

Red dot (circle) next to the app name below the app icon on the iPhone Home Screen on iOS 8

What does the red dot (circle) next to the app name below the app icon mean? I added a Today …

ios icons ios-app-extension homescreen
Xcode 6 error: "Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier."

I'm trying to build an extension project and Xcode keeps throwing the error in subject. Needless to day, the extension's …

ios8 xcode6 ios-app-extension
Communicating and persisting data between apps with App Groups

iOS 8 revealed a new API yesterday concerning App Groups. It was kind of messy before to share data and communicate …

ios objective-c ios8 ios-app-extension
Sharing data between an iOS 8 share extension and main app

Recently, I've been making a simple iOS 8 share extension to understand how the system works. As Apple states in its …

ios swift ios-app-extension userdefaults
How to debug iOS 8 extensions with NSLog?

- (void)viewDidLoad { NSLog(@"%s", __func__); // ... } in viewDidLoad of an iOS 8 extension. the NSLog outputs nothing in Xcode. NSLog works …

ios ios8 xcode6 ios-app-extension
Xcode6:Embedded binary is not signed with the same certificate as the parent app

After I add Today App Extension Target,I become impossible to compile project. below is error: error: Embedded binary is …

ios xcode ios8 xcode6 ios-app-extension
Today App Extension Widget Tap To Open Containing App

I've implemented a Today widget for my application +Quotes which displays the day's quote within the notification center with the …

ios ios8 ios-app-extension today-extension
Today Extension Failed to inherit CoreMedia permissions from

I am trying to add a Today Extension in Swift to my Objective-C app. I keep getting this message in …

swift ios-app-extension ios8-today-widget
How to set the height of a Today Widget Extension?

How can i change the height of my App's Today Extension in the Notification Center? I tried it with the …

ios ios8 xcode6 ios-app-extension
iOS 8 Custom Keyboard: Changing the Height

I have tried to create a custom keyboard in iOS 8 that replaces the stock one. I really searched and could …

keyboard ios8 ios-app-extension