Questions tagged [ios-app-extension]

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. Extensions are created to do a specific task, such as enabling sharing Safari pages through your app, or to display an interface in Notification Center for your app.

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

Extensions are created to do a specific task, such as enabling sharing Safari pages through your app, or to display an interface in Notification Center for your app.

722 questions
0
votes
1 answer

Firebase Crashlytics for iOS Custom Keyboard Extension

Is there any proper setup for iOS extensions? I added another app with the bundle identifier of extension, but no luck. Can't send any crash report.
shiami
  • 7,174
  • 16
  • 53
  • 68
0
votes
0 answers

How to force iOS notifications to show Notification Content App Extension on tap (bypassing swipe-down or 3D touch)?

Is there a way to achieve this? Currently tapping the notification either opens the app or brings it to the foreground (if it's running in the background). I feel like I'm spending a lot of time implementing a custom Notification Content App…
Merricat
  • 2,583
  • 1
  • 19
  • 27
0
votes
1 answer

Xamarin.iOS Cannot display photo in Push Notification

I have a Notification Service Extension and an AppGroup. I save a photo from camera in the PCL project and copy it to the App Group Container (shared folder). In the Notification Service Extension I try to download the photo from the App Group…
0
votes
0 answers

jenkins not able to build share extension ios xcode

I am getting following error while making build from jenkins. Check dependencies Code Signing Error: There are no accounts registered with Xcode. Add your developer account to Xcode Code Signing Error: No profiles for…
SShah
  • 243
  • 2
  • 17
0
votes
1 answer

IB Storyboard for App Extensions: iPad Icons Not Present, Sizes Don't Change, Orientation Not Working

I need to update a 3 year old iPhone-only, portrait only (NOT universal) camera/photo app that worked with iOS 8 that contains a Share extension that now (with 10.0???) crashes at times (but works many other times), and I'm trying to debug the…
user1139479
  • 210
  • 3
  • 12
0
votes
1 answer

Register for navigation intent in iOS swift

i have an esri based mapping app which is capable of routing and navigation. i need to make the system know that my app is capable of routing and navigation when a third party app sends a navigation request and it should list my application among…
0
votes
2 answers

NSUserDefaults Boolean returns false when using app extension

I am using Notification Extension in my application to change the notification sound. When the user turns off the UISwitch in the settings page I save in the NSUserDefaults a boolean to keep tracking of the state. However I have 2 different…
Ali
  • 497
  • 1
  • 4
  • 16
0
votes
0 answers

Can I put my app to first in share menu programmatically?

As the title. Can I put my app to first in share menu programmatically? enter image description here
Quy Pv
  • 21
  • 5
0
votes
1 answer

How do I export text from iOS Notes app to my app?

I know this is possible and is something many big apps do, but I can't figure out among UTIs, extensions, UIActivityTypes, etc. which spell I need to use for this in particular. I'm trying to add my app to the list of apps that appear when you hit…
KRA2008
  • 121
  • 1
  • 11
0
votes
0 answers

Instantiating UIActivity subclass

When sharing an image from, eg Photos, I want my iOS app extension to appear in the list of apps available (next to Mail, Messages...) in order to receive the shared picture. Reading many sites reveals I have to subclass UIActivity and add it to an…
Laurent Crivello
  • 3,809
  • 6
  • 45
  • 89
0
votes
0 answers

Howto log a Push Notification within Notification Extension (iOS)

I've been trying to log a remote push notification within the didReceiveNotificationRequest method of my custom UNNotificationServiceExtension class into an existing SQLite database. Unfortunately I'm always receiving a memory exceeded error, which…
0
votes
1 answer

Set notifications from iOS extension

i've tried using UNUserNotificationCenter.current().add(request, withCompletionHandler: nil) but it doesn't return anything. An alternative would be to send a message to the main app so it can set a notification, but this would mean that my app…
0
votes
1 answer

Can I create an app that will be shown in an iPhone's "emergency" list when the user clicks the sleep/wake button?

When a user rapidly clicks the sleep/wake button five times, two extra functions are offered: medical ID and emergency SOS: Can third party developers create an "emergency" app to appear in this list?
Fido
  • 218
  • 1
  • 17
0
votes
1 answer

Add "Keyboards" In App Settings

How can you add the Keyboards option in the settings of an app? Like such: I know the Siri & Search keys you must enter in your Info.plist, but I wasn't able to find how to directly add the keyboards option. The purpose is to be able to turn on a…
Will Von Ullrich
  • 2,129
  • 2
  • 15
  • 42
0
votes
1 answer

How can I create a new control center command?

I’d like to enable the users of my app to access one of its features more quickly just by tapping a command in the control center, without the app forced to be in foreground. I know that I can customize my control center commands, but is it possible…
Rob
  • 4,123
  • 3
  • 33
  • 53