Connect with Apple engineers to discuss the latest Apple technologies announced at WWDC21.

Posts under WWDC21 tag

68 Posts
Sort by:
Post marked as solved
1 Replies
166 Views
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.
Posted
by
Post not yet marked as solved
2 Replies
210 Views
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?
Posted
by
Post not yet marked as solved
2 Replies
253 Views
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
Posted
by
Post not yet marked as solved
0 Replies
491 Views
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.
Posted
by
Post not yet marked as solved
2 Replies
888 Views
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.
Posted
by
Post not yet marked as solved
1 Replies
1.7k Views
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?
Posted
by
Post not yet marked as solved
3 Replies
1.3k Views
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> ![]("https://developer.apple.com/forums/content/attachment/d6e05749-559e-4428-95ad-96f304f36049" "title=IMG_0004.PNG;width=1668;height=2224") ![]("https://developer.apple.com/forums/content/attachment/3d4644b6-c074-486c-8010-1b843dc78c77" "title=IMG_0003.PNG;width=1668;height=2224") ` ![]("https://developer.apple.com/forums/content/attachment/a940b74b-3de0-4b52-b086-5e1102cb6ece" "title=IMG_0002.jpg;width=1668;height=2224") ``
Posted
by
Post not yet marked as solved
0 Replies
411 Views
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"
Posted
by
Post not yet marked as solved
0 Replies
191 Views
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?
Posted
by
Post not yet marked as solved
0 Replies
347 Views
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?
Posted
by
Post not yet marked as solved
0 Replies
211 Views
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
Posted
by
Post not yet marked as solved
0 Replies
377 Views
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. šŸ™
Posted
by
Post not yet marked as solved
1 Replies
402 Views
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?
Posted
by
Post not yet marked as solved
0 Replies
611 Views
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.
Posted
by
Post not yet marked as solved
0 Replies
396 Views
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.
Posted
by
Post not yet marked as solved
0 Replies
374 Views
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?
Posted
by
Post not yet marked as solved
0 Replies
432 Views
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
Posted
by
Post not yet marked as solved
0 Replies
341 Views
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
Posted
by