Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
129 views

I’m developing an iOS Password Autofill (Credential Provider) extension for iOS 26. My main app and extension are installed via Xcode on my iPhone, but the extension does not appear in Settings → ...
JulSql's user avatar
  • 11
-2 votes
1 answer
49 views

I'd like to add a share extension to my app. The extension would appear when users share a photo in the Photos app (and, ideally, Safari). If you tapped my app icon on the share sheet, iOS would pass ...
Bill's user avatar
  • 46k
0 votes
1 answer
202 views

I'm trying to use Compose Multiplatform UI in an iOS Share Extension, but the Compose content only shows a blank white screen. Here's what I've observed: The UIViewController is sized correctly (the ...
Serhii Petrenko's user avatar
1 vote
0 answers
345 views

Description I am trying to create iOS Intent Extension on a React Native project. The requirement is to render the UI on React Native. I have followed the step here https://reactnative.dev/docs/...
Ahmad Quraishi's user avatar
0 votes
0 answers
222 views

I'm implementing sharing target in my Xamarin.iOS project. All the described behavior works on simulator, but fails on real device. The OpenReadAsync function is already used and working when I select ...
Grounch's user avatar
  • 345
4 votes
1 answer
433 views

If my app want to support sharing from Safari browser, I will include the following 2 activation rules NSExtensionActivationSupportsWebPageWithMaxCount NSExtensionActivationSupportsWebURLWithMaxCount &...
Cheok Yan Cheng's user avatar
1 vote
2 answers
393 views

I created an Unwanted Communication Reporting Extension as per described here: https://developer.apple.com/documentation/sms_and_call_reporting/sms_and_call_spam_reporting Followed the instructions ...
Bartu's user avatar
  • 2,200
2 votes
0 answers
103 views

I have built an iOS keyboard extension, before it is installed the system prefered language is "English" like so: After installing the keyboard extension the system language is set to "...
david_adler's user avatar
  • 11.1k
1 vote
0 answers
270 views

I'm finishing up an app extension that provides shortcut support. Shortcuts are working great, and the app's icon shows up in the shortcut on the iPhone. The problem is that the icon doesn't bubble up ...
Michael Gaines's user avatar
1 vote
1 answer
800 views

I'm trying to develop a message filtering extension for iOS. My steps as follows: Create a new project. Go to File -> Target -> Add Message Filter App Extension, enter a name ...
kha's user avatar
  • 351
0 votes
1 answer
357 views

I am developing the UI extension, it works correctly with iOS 15, but crashes upon startup on devices running iOS 14. To my understanding, the presented log implies that crash occurs before the ...
Igor Dymov's user avatar
  • 16.5k
0 votes
1 answer
208 views

I'm trying to request some data from an API using HttpClient in DidReceiveNotificationRequest method (Xamarin iOS Notification Service Extensions project). When the GetAsync (HttpClient) the extension ...
idenardi's user avatar
  • 641
2 votes
0 answers
294 views

I have migrated from Xcode 12.4 to Xcode 13.2. My App is having App Clip extension bundled. My App and App Clip Extension having one framework i.e. FrameworkA. It's separately copied to both targets, ...
Gopesh Gupta's user avatar
1 vote
0 answers
993 views

In iOS15, there is a new API to SFSafariViewController.Configuration that suggest one can add a custom button on the SafariViewController UI. This blogpost explains this in greater detail, under &...
gardenofwine's user avatar
  • 1,372
1 vote
0 answers
373 views

When I share a file via iOS' UIActivityViewController, I can press the "More" button and see a bunch of apps that I can send my file to. My question is: how can I add a button in my app that ...
Kevin Renskers's user avatar
0 votes
1 answer
332 views

Looking to find a solution where I can launch parent app using IOS extension, some says it's not possible but chrome extension does it. Like clicking a url and opening it into my app.
Saqlain Awan's user avatar
1 vote
1 answer
278 views

I'm working on a message filter extension for iOS and I am kind of stuck. I would like to be able to display an UIAlertController whenever a new message is received and it's classified as junk. The ...
alex_larion's user avatar
1 vote
2 answers
1k views

So I have made a hybrid application using react-native and I had no issues setting up share for android, but in iOS I am not able to make my application appear on the share list. I need Apple Music or ...
Epiczzor's user avatar
  • 427
2 votes
1 answer
444 views

I'm using the "Content Blocker Extension" in my project, and have been informed that I have to call SFContentBlockerManager.reloadContentBlockerWithIdentifier() in my main app to reload the ...
Nick's user avatar
  • 229
0 votes
1 answer
195 views

I've got a theme switcher in my Xamarin Forms app that works great using a set of static Resource files. However, my app also has an iOS extension and the theming breaks down at that point. In the ...
kiddailey's user avatar
  • 3,764
3 votes
1 answer
1k views

I have developed an iOS 14 desktop widget for an application and I would like to only make it available to some users. Is there a way to disable widgets the first time your application runs so that ...
TALE's user avatar
  • 1,060
2 votes
0 answers
82 views

Following the guide provided by Facebook I'm trying to add Facebook SDK to use analytics for my widget extension Seems not easy because the SDK asks to use CFBundleURLSchemes and AppDelegate.swift ...
Martino Bonfiglioli's user avatar
0 votes
1 answer
680 views

When I debug the code in iOS Extension. I face some crash with EXC_BREAKPOINT What did I do? Run my APP with Xcode 11.5. Start debugging for extension: Debug -> Attach to Process by PID or name -...
Yanni Wang's user avatar
3 votes
1 answer
3k views

I would like to use inter-process communication in my app extension to notify its containing app when the extension makes changes to the app group's UserDefaults database. Currently, there appears to ...
1-877-547-7272's user avatar
2 votes
1 answer
323 views

I have an app using iCloud and Core Data through NSPersistentCloudKitContainer. The container and related code are in a shared framework and most things are running fine. In addition to the app itself,...
whistler's user avatar
  • 550

1
2 3 4 5
8