Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
37 views

I'm making a PoC for Visual Intelligence integration in iOS. It's a very simple setup... the extension will always reply with a list of 20 static "results" just so I can verify that it's ...
Joshua Sullivan's user avatar
0 votes
1 answer
249 views

I have followed the instructions outlined in: Preparing your app to be the default translation app. However, when I attempt to run my app on my iPhone (iOS 18.4) or a simulator, the installation fails ...
FaiChou's user avatar
  • 851
0 votes
1 answer
122 views

Having Xamarin (or maui) iOS application extension (net8.0-ios, ios-arm64), I would like to force it the maximal heap size. Unfortunately apple states that Notification Service Extension can allocate ...
sharpener's user avatar
  • 1,903
0 votes
1 answer
178 views

We want to profile the memory usage of the File Provider extension of our iOS app using Instruments. A File Provider extension only has access to a limited amount of RAM (currently 15MB on iOS 17), ...
SolidSun's user avatar
  • 2,189
4 votes
2 answers
2k views

I'm implementing Wallet Extension for adding credit card on wallet, I created both extension, UI and NonUI, but the "From apps on your iPhone" option never shows to me. My extensions have ...
Gabriel Leal's user avatar
0 votes
1 answer
269 views

I am getting below error when added BroadCastExtension to my app. I am using this BroadCastExtension for screen share. Embedded binary is not signed with the same certificate as the parent app. ...
jayprakash's user avatar
-1 votes
1 answer
173 views

I am running into an issue where my CallDirectory app extension runs out of memory immediately when I toggle my application on in the call blocking & identification settings screen. I set ...
Chandler De Angelis's user avatar
2 votes
0 answers
369 views

I am trying to use print in my Share Extension, I tried several method: print, NSLog, os_log, Logger.log but none of them work. I have successfully attached to the process in Xcode and the breakpoints ...
PurplePolyhedron's user avatar
1 vote
0 answers
156 views

I have an app extension that I want to use in several projects that all have different bundle identifiers. The problem is that App extension bundle identifiers must have a prefix consisting of their ...
zeus's user avatar
  • 13.3k
6 votes
1 answer
1k views

I have decided to remove a widget extension from my app. So this particular widget type is no longer supported. So I completely removed the extension from my project, including all the code and the ...
Mischa's user avatar
  • 17.5k
0 votes
0 answers
206 views

I developed an app with a share extension, and want to receive files shared from other apps by the share extension. It works fine on simulator, but get an error like below if I read the shared data (...
user36987's user avatar
2 votes
0 answers
377 views

First time SO user so excited to be here. I've come up against a problem where I am trying to access my Core Data model in both main app and app extension, call directory. I've followed many online ...
1978273884's user avatar
0 votes
1 answer
223 views

For some reason that I don't understand, the Action Extension Button (in Share menu) doesn't respond. Action extension, at this point, catches the URL from Safari (where it was launched from) to make ...
Матвей Марюха's user avatar
5 votes
1 answer
599 views

I'm starting work on 2 app extensions, and I'd like to set up my builds as follows: Builds intended for the App Store should not include either extension Builds intended for TestFlight should include ...
Colin Tremblay's user avatar
1 vote
1 answer
220 views

I have a React Native app "MyApp" that has a "MyNotificationService" attached (i.e. NotificationService.appex embedded under the Frameworks, Libraries and Embedded Content in Xcode ...
Ndee's user avatar
  • 21
0 votes
1 answer
46 views

I have an UIActivityIndicatorView in the tableview cell. To display the uploading status. It works great on my app. But it never spinning in the share app extension. class MyCell: UITableViewCell { @...
xxi's user avatar
  • 1,510
1 vote
1 answer
794 views

Sharing auth state between an app and its widget extension, but sometimes the auth state is not in sync. When the user signs in/out from my app, it refreshes the widget timeline, which then checks for ...
bze12's user avatar
  • 803
0 votes
1 answer
154 views

Is there a way somehow we can persist a variable's value in NSE. Suppose i got a Bool variable i set it's value to true upon arrival of push in NSE and show the notification upon my work, now i got ...
user2606782's user avatar
6 votes
3 answers
7k views

I am making a image classification iOS app with Swift. When I write guard let model = try? VNCoreMLModel(for: SqueezeNet().model) else { return } I got this warning: 'init()' is deprecated: Use init(...
Ally's user avatar
  • 73
6 votes
2 answers
4k views

Something weird seems to start happening after upgrade to Xcode 12 and iOS 14. App use to show fine in share menu option before, but suddenly it is acting weirdly and only showing on second attempt ...
Milan Mendpara's user avatar
0 votes
1 answer
1k views

Overview I'm trying tot understand app groups so that I can pass data and variables from my main app to my extension and viceversa. What I found It's very hard for me to understand a few concepts ...
crost's user avatar
  • 192
4 votes
2 answers
2k views

There's a similar question that works on Objective-C, but I tried the same code in Swift and it never executes, neither in the main app, nor in the action extension. My situation is similar to the ...
Marcos Tanaka's user avatar
3 votes
0 answers
521 views

I am trying to add Today Widget to my app and it needs to access the same file the main iOS app accesses. But in this file there's code the widget doesn't need access but needs to stay in that file. ...
fphelp's user avatar
  • 1,644
5 votes
1 answer
3k views

Following this article I'm trying to implement share sheet suggestions in my messaging app. I have declared INSendMessageIntent support in my Share extension's info.plist. It's even showing up in ...
ChrisTheGreat's user avatar
6 votes
1 answer
630 views

I use notification service extension to modify content of user notifications, especially localizing it's content as well as sound file. This works as expected, extension simply inherits system ...
Tankista's user avatar
  • 1,790

1
2 3 4 5
15