Hi everyone,
I am trying to change the settings when the shield button is clicked.
When I called let store = ManagedSettingsStore() in the ShieldAction extension, store.shield.applications is nil. How can I access the instance created in the host app?
Besides, has anyone ever tried to change the shield UI after clicking a button on the shield screen? I've searched around but no luck. is there any way I can notify the host app for further actions? Any help would be appreciated! Thank you very much.
Sorry I don't know why I can't add the wwdc21-10123 tag.
Post not yet marked as solved
I see there is a deprecation warning when using detailTextLabel of UITableViewCell.
@available(iOS, introduced: 3.0, deprecated: 100000, message: "Use UIListContentConfiguration instead, this property will be deprecated in a future release.")
open var detailTextLabel: UILabel? { get } // default is nil. label will be created if necessary (and the current style supports a detail label).
But it is not clear how to use UIListContentConfiguration to support detailTextLabel that is on the right side of the cell. I only see secondaryText in UIListContentConfiguration that is always displayed as a subtitle. How does one use UIListContentConfiguration as a replacement?
Post not yet marked as solved
How do I change the scale of my avatar in relation to the background
Post not yet marked as solved
Hello, I have a problem of the following nature - on the macbook pro A1502 2015 Catalina OS, but on Mojave there was exactly the same problem
Namely , I set all the settings so that the screen does not go out and the macbook does not go into sleep mode , but this does not help if it is inactive for about an hour , it still goes into sleep mode . Most likely there should be some commands that will not let him fall asleep , they would help me a lot, since it is impossible to do this through the graphical interface , I tried. I know how it's done. 1 I need a command that will never let a macbook fall asleep. I need it to always burn . 2 I need a command that can cancel command 1
Post not yet marked as solved
I want to get information on the focus mode, such as the icon and title of the current focus mode. Are there APIs to do that?
Post not yet marked as solved
For some reason on iOS 15 the app icon banner is missing for the expanded view on rich notifications. Toggling UNNotificationExtensionDefaultContentHidden back to false on the Content Extensions Info.plist causes the app icon to come back, but this isn't what we want since it also shows the original title & message.
I've noticed that the Facebook notifications also have the same issues at the moment.
I couldn't any documentation on why this changed.
Attached is an example of a sample project where the App Icon is missing.
Post not yet marked as solved
I use "LSApplicationQueriesSchemes" in the project Info.plist, which contains 219 url schemes.
I use the urlscheme contained in this file to determine if an app is installed on our user's phone, which worked fine before iOS15, but recently I had a problem after submitting an app update using xcode13, when I went to check if an app was installed, it prompted me "-canOpenURL:failed for URL: "xxxx://" - error: "This app is not allowed to query for scheme xxxx".
I have added xxxx to the LSApplicationQueriesSchemes, but I still get this error, I tested changing the location or reducing the number of urlscheme included in the LSApplicationQueriesSchemes and found that The first 35 or so of the LSApplicationQueriesSchemes are working fine, and the first 35 or so after that will prompt this error. I don't know if this is a bug in xcode13 or a problem with ios15, it's still not right.
Post not yet marked as solved
I'm using Xcode 12 with iPhone 12 Pro. Everything worked fine on iOS 14. But after I updated my device to iOS 15 Iām getting the app's splash screen for more than a minute every time I build the app.
I've also tried to use Xcode 13 with the iOS 15 device, and it also seems to be broken!Ā
Moreover, when I use a breakpoint and it stops I need to wait for 30-50 seconds to step over or to continue program execution.
Does anyone have these problems too?
Post not yet marked as solved
On applying the configuration profile(com.apple.applicationaccess - Restriction) with allowEraseContentAndSettings to false in iOS 15 device, the restriction is not imposed on supervised device. Can see restriction applied in Setting->General->VPN&Device management ->MDM profile-> Restriction.
But on checking Setting->General->Reset Erase content and setting is shown. On clicking it the device has erased to factory setting.
Have attached the mobileconfig and screenshots of the setting.
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDescription</key>
<string>Configures restrictions</string>
<key>PayloadDisplayName</key>
<string>Restrictions</string>
<key>PayloadIdentifier</key>
<string>com.apple.applicationaccess.8DA3EB9B-3C9E-45C1-99BC-B2A900E55628</string>
<key>PayloadType</key>
<string>com.apple.applicationaccess</string>
<key>PayloadUUID</key>
<string>8DA3EB9B-3C9E-45C1-99BC-B2A900E55628</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>allowEraseContentAndSettings</key>
<false/>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>ContentRestriction</string>
<key>PayloadIdentifier</key>
<string>C7A744A3-0738-43C9-B962-DEBAABE63F4E</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>4BED8AF1-F1AC-4D2D-8B29-A130453BECB9</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>


`

``
Post not yet marked as solved
Yesterday (9/22) I upgraded to Monterey beta. I was able to connect my iMac to my iPad Pro but was unable to engage Universal Control.
Today, there was an update to beta 12 and now, I can not connect the two devices. The iPad is reporting that pairing to the Mac was unsuccessful as "iMac is not supported"
Post not yet marked as solved
How can we access to our health care data?
Can we download the data through the "Health" app or through the studies in "Apple Research" app?
or any other way to access our own data?
Post not yet marked as solved
Hi,
I had the problem of my navigationBar being transparent on iOS15.
After setting the scrollEdgeAppearance as suggested the problem got resolved.
appearance.configureWithOpaqueBackground()
appearance.backgroundColor = <your tint color>
navigationBar.standardAppearance = appearance;
navigationBar.scrollEdgeAppearance = navigationBar.standardAppearance
However, wherever I have a scrollView embedded in my ViewController, the view is moved up for around 50 px.
Did anyone experience a similar issue?
Post not yet marked as solved
I am working with raw DNG files I have captured with iphone 11 and iphone 12 ( I used Moment app to capture raw - not proraw). I want to check the linearity of raw RGB according to ISO.
It is (almost) linear up to ISO of around 200.
Apparently there is a Baseline Exposure and also a Exposure Bias (or Exposure Compensation) tag available in the DNG.
I correct the linear values based on 2^(baselineExposure+exposureCompensation) and it still does not fix my linearity issue.
The best fit (very strange) I could get to my data was 2^baselineExposure * 2^(-10*exposureCompensation) but still far from linear.
Anybody knows how to interpret those tags?
Thanks,
Hamid
Post not yet marked as solved
Hello š.
At WWDC 21 Apple said that spotlight now has rich results for content like movies and artists and I'm trying to implement this feature. I already have an app that has some move items indexed in the spotlight, but they show up in the old way, not with the new rich results. Any idea if this feature is enabled in the latest beta?
I've also watched https://developer.apple.com/videos/play/wwdc2021/10098/ (Showcase app data in Spotlight) session but from my understanding, these are just improvements to the NSCoreDataCoreSpotlightDelegate.
Any help is appreciated. š
Post not yet marked as solved
I have a question about Apple's new API, Object Capture. When I use this API, the 3D model is generated as a usdz file.Is it possible to generate 3D models as obj files, and if so, how?
Post not yet marked as solved
Hi
Apple is requiring Apps to offer an option to delete user's own account.
However, account normally is tied to many different inter linked systems within an organization such as OMS, CRM, Marketing, promotion, 3rd party etc.
What happens if someone inadvertently deletes an account but placed an order, or need to return an item..
Is a hard delete required or soft delete is i.e. disabling the account is acceptable to Apple.
A prompt response would be greatly appreciated.
Post not yet marked as solved
I've recently updated my mac mini 2018 to big sur and I use wired apple keyboard with it but after updating to big sur my keyboard 2 key and the at sign key stopped working now I know my keyboard is fine because I tested it over my older mac mini late 2012 but its not working in big sur.
My keyboard input source is U.S and language of mac mini is also U.S still the issue is coming.
Post not yet marked as solved
Hello,
Right when iPadOS 15 is released in the Fall, I'll want to support the new large widget and a few of the other iPadOS 15 specific features.
I'm working on them now in the Xcode 13 Beta, but to give these features out to users on launch day, can I update my app now with these features from the Xcode 13 Beta? Or would I need to wait until Xcode 13 is public?
Sorry if this question seems simple. This is my first time launching on the new update's release day, so I am unsure if I can submit those new features now or wait until launch day.
Please let me know!
P.S. My app is multi-platform (iOS, iPadOS, and macOS). Would submitting early from an Xcode beta potentially mess up the other platforms?
Post not yet marked as solved
Hi everyone,
I have a question for the apple store, for example we already have AppExtension as version 1.0.0 published on store, and we are going to migrate to WebExtension (following this doc) and publish as version 2.0.0.
Could you help to confirm the following cases?
If user is using Safari 14 and never installed 1.0.0, they will install WebExtension 2.0.0
if user is using Safari 14 and installed 1.0.0, after install 2.0.0, the AppExtension will update to WebExtension automatically
if user is using Safari 13 and never installed 1.0.0, can they still install AppExtension 1.0.0?
if user is using Safari 13 and installed 1.0.0, do they still get upgrade notification to upgrade to 2.0.0? And they can't upgrade successfully right?
Thank you very much
Post not yet marked as solved
In Korea, I heard that this new feature,
Siri On Device (AI), does not support Korean.
I would like to send a suggestion in hopes that the Siri on-device function will be supported in Korea as well.
Thanks for reading this long post and I hope you have a nice day