ios-app-extension Questions
27
I'm trying to build an extension project and Xcode keeps throwing the error in subject.
Needless to day, the extension's bundle id is prefixed with app's bundle id.
Product Name: ro.chitza.Toda...
Kaitlinkaitlyn asked 4/6, 2014 at 18:56
6
Solved
Creating a Today widget and I am using UserDefaults(suiteName:) to persist some data. In the main application I am using UserDefaults.standard(). This can't be read (or can it?) by the extension wh...
Bichromate asked 10/8, 2017 at 8:7
7
Solved
All the extension types use the containing app's icon, with the exception of action extension. The Apple documentation says this:
In iOS, a custom Action extension uses a template image version of...
Inflexed asked 17/8, 2016 at 16:25
1
Solved
I tried to build my iOS target for visionOS and get the following error:
Your target is built for xrOS but contains embedded content built for
the iOS platform (Ploppy Pairs Clip.appex), which is ...
Ptyalin asked 22/6, 2023 at 9:53
9
Does any one know how to launch the parent app from the app extension's view controller?
I just want to launch the main app from its app extension.
Ambit asked 8/9, 2014 at 15:12
3
Solved
According to Apple's App Extension Programming Guide:
Memory limits for running app extensions are significantly lower than the memory limits imposed on a foreground app. On both platforms, the...
Deteriorate asked 21/5, 2016 at 9:41
2
I'm working on creating app which has Todays Widget. When i go to Xcode and start new project i don't see the option of "Application Extension" Please check the below screenshots.
Im using Xcode...
Gooseflesh asked 6/5, 2015 at 10:26
29
Solved
After I add Today App Extension Target,I become impossible to compile project.
below is error:
error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedde...
Artery asked 19/9, 2014 at 6:24
12
Solved
I want to launch my containing app.
I tried using URL schemes.
The URL scheme launched the app from other places - so the problem is not there.
Looks like this object is nil:
self.extensionCon...
Pinch asked 30/6, 2014 at 17:7
3
Solved
Is it possible to get the containing app's NSBundle from within an app extension? I would like to get the main app's display name, not the extension's display name.
Maryannmaryanna asked 4/10, 2014 at 2:34
20
Solved
Im implementing new iOS10 extension to use rich notifications. Im trying to test it on push notifications but is not working, I just receive a simple notification and is not going through the exten...
Nephridium asked 23/9, 2016 at 15:0
3
What is the best way to detect a device's orientation in an application extension? I have had mixed results with solutions I've found on here:
How to detect Orientation Change in Custom Keyboard E...
Issus asked 14/9, 2014 at 5:45
3
Solved
I have a simple app which also has a iOS 8 Today Extension (or widget). One of the things I am doing is sharing code classes between my app and my widget, because obviously this saves me from havin...
Juror asked 13/4, 2015 at 12:16
11
How to get device current orientation in an App Extension, I have tried below two methods but no success.
It always return UIDeviceOrientationUnknown
[[UIDevice currentDevice] orientation]
It s...
Bartram asked 23/8, 2014 at 12:49
2
Solved
I created a Today Extension that is introduced in iOS 8 first time. To share data between Today extension and it's container App, I defined an app group, and bind them to this group. (Actually I ad...
Vd asked 11/6, 2014 at 8:43
2
I actively use StackOverflow almost daily for more than a year by now, but this is the first question I'm asking here. No other question grasp my exact problem. Solution to close ones doesn't work ...
Disconcerted asked 11/8, 2016 at 15:0
4
Solved
I'm trying to get a reference to my app delegate from a UIViewController but I keep getting an this error message:
'sharedApplication()' is unavailable: Use view controller based solutions where...
Basaltware asked 11/12, 2015 at 13:56
6
Solved
I'm developing share extension for my app.
Every thing is fine, but i'm facing one main problem, my app is not in the share menu while sharing from photos app.
Below is the plist of my shared exte...
Blenheim asked 26/5, 2015 at 7:53
2
Solved
In iOS there are several app extensions described here and I would like to know how to distinguish each type.
In my current project I have a lot of extensions without a descriptive name. How could ...
Doff asked 10/12, 2020 at 11:33
4
Solved
Sharing class between iOS app and extension app
I want to use a custom class in both my app and the extension app. If I just have the class in the main app folder, the extension doesn't pick up on...
Cask asked 1/3, 2015 at 18:19
6
Solved
iOS 8 revealed a new API yesterday concerning App Groups. It was kind of messy before to share data and communicate between apps and I believe that's precisely what App Groups is intended to correc...
Dartmouth asked 3/6, 2014 at 12:43
7
Solved
Does anyone know how you detect from within your code if you're running inside an App Extension?
I have an app which shares classes between an app and an extension. The app code uses [UIApplicatio...
Este asked 30/7, 2014 at 22:29
3
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 in...
Nominee asked 2/11, 2020 at 15:58
3
Solved
I am trying to archieve my app for submission however I am running into issues with code signing.
Basically I have a Today Widget extension for my app. I am unsure about what I should be setting t...
Enfield asked 14/9, 2014 at 20:30
8
In iOS 8, when we create an app extension, we have to decide which target it is attached to. The extension will have the same bundle ID's prefix as the target.
Is there any way to change the targe...
Alterable asked 20/8, 2014 at 7:3
1 Next >
© 2022 - 2025 — McMap. All rights reserved.