Search results for

“A Summary of the WWDC26 Group Lab”

11,227 results found

Post

Replies

Boosts

Views

Activity

iMessage app in group conversation
I was watching the WWDC video about iMessage apps, part 2 and was a bit surprised by the section about group conversations. It's between 36:20 and 38:20 in this video: https://developer.apple.com/videos/play/wwdc2016/224/I was a bit surprised by that and I don't understand why an app can't have access to all messages in the current session. Not the entire conversation, but just the current session. They all belong to the app so why would the app not be allowed to have access to all messages in that session? It should be made available through the MSSession object if you ask me. Or am I missing something??I understand what he means by using the cloud but it feels like a bit of a hack to me.
1
0
555
Jun ’16
Transaction groups with different currencies - Financial Reports
Hi everyone, I just started to get income on the App Store and I'm trying to figure out how the financial reports section works. One thing I can't understand is why do I have 2 sets (groups) of transactions when I browse the report for June 2020. The 1st group says I have income of about 50 CAD (with a set of countries in it if I unfold the group) and 37 sales. The 2nd group right below the first one says I have 4 USD income and 3 sales. Why the currency is different if I chose my account currency as CAD and why the transactions have been split in those groups? Moreover, the 1st group has the following countries : Australia, Canada, China, Europe, Japan, Russia, North And South America. And all those transactions are converted to CAD as I expect. The second group has only Great Britain and Poland and their transactions are converted into USD, why's that?
0
0
319
Jul ’20
Match can't find groups if it is case insensitive
The shortcut app seems to have a bug regarding text match grouping when trying to match a lowercase string to a capital case one. The match happens, but the regular expression groups are not properly displayed. To replicate, create a shortcut with the following actions: Match d-(george) in 2-George check case-insensitive on Show Matches (this will show 2-George) Get Group At Index 1 in Matches Show Text This will not print anything
0
0
584
May ’23
App Groups and macOS 15
Hi, I just updated my machine to macOS 15, and while developing and running my app (with Xcode), I keep getting messages about my app would like to access data from other apps. This happens even from Xcode Previews, so it's pretty annoying. My production app doesn't seem to be affected by this problem; the system prompt just pops when running the debug version. I came across something about App Groups in macOS and how something has changed in macOS15 regarding system permissions. I use the group.xxx prefix in my macOS app, without the team prefix. Is that the problem here? But why is my production app working fine, but the development app is triggering the prompt repeatedly? Would love any feedback or workarounds. Thanks.
7
0
1.1k
Oct ’24
Reply to Can I import images into my app with App Intent Schemas?
In addition to the .photos.addAssetsToAlbum, you will need to adopt the .photos.createAssets schema. To support incoming content in your app, you can add the Transferable protocol to the entity representing the incoming content. Then, use importing on the transferRepresentation of that entity. See these sessions for more information on Transferable. WWDC26 session Build intelligent Siri experiences with App Schemas WWDC24 session What's new in App Intents
Jun ’26
Working group?
Anyone interested in working on a few things together? I have a few questions I'm interested in answering and if there are a couple of folks that would like to do a couple of small collaborative investigations, it would be great to chat.. Current open questions: What is required to import into CAD software like Rhino or Sketchup? What is the dimensional accuracy of the output? Are features tagged relationally? i.e. does a window know which wall it's in? Are there similar libraries that can help accomplish similar things from the outside? Photogrammetry based solutions? Shoot me a note if you'd be interested in discussing!
3
0
942
Oct ’22
Reply to P3 Display to XYZ Color Space Conversion
Thanks for your detailed anwswer. It's claried all the issues for me.Also, I was having a problem with OpenGL ES shader code that converted Display P3 colors to/from the Lab and IPT color spaces. In particular, my results did not match the ColorSync Utility when converting Display P3 to/from Lab. Your mention of D50 caused me to use that reference rather than D65 and now my results match. Switching to D50 also corrected the IPT results.Thanks again!
Topic: Media Technologies SubTopic: General Tags:
Feb ’17
Unable set keychain-access-groups with Team​Identifier​Prefix
I want to store SecIdentity in the keychain access group $(TeamIdentifierPrefix)com.apple.networkextensionsharing. But Provisioning profile xxxx doesn't match the entitlements file's value for the keychain-access-groups entitlement. My profile dont have a param name 'TeamIdentifierPrefix'. Please , how can i add the TeamIdentifierPrefix to my profile. And my TeamIdentifier is same as the AppIdentifierPrefix
1
0
1k
Aug ’22
AR Resource Group Problems
I'm trying to add an AR Reference Image to the ARKit Image detection sample project in Xcode 9.3 beta 2.I drag an image to the AR Resource Image slot, but it's content.json won't include the filename: { images : [ ], info : { version : 1, author : xcode }, properties : { width : 16.875, unit : centimeters }}Adding the filename manually seems to work in the sample project: { images : [ { idiom : universal, filename : LaunchScreen-iPhonePortrait.png } ], info : { version : 1, author : xcode }, properties : { width : 16.875, unit : centimeters }}Edit: This seems to be a bug. It works correctly when you don't create an AR Reference Image slot via the context menu, but directly drag the image to the Resource group.
0
0
1.1k
Feb ’18
iMessage app in group conversation
I was watching the WWDC video about iMessage apps, part 2 and was a bit surprised by the section about group conversations. It's between 36:20 and 38:20 in this video: https://developer.apple.com/videos/play/wwdc2016/224/I was a bit surprised by that and I don't understand why an app can't have access to all messages in the current session. Not the entire conversation, but just the current session. They all belong to the app so why would the app not be allowed to have access to all messages in that session? It should be made available through the MSSession object if you ask me. Or am I missing something??I understand what he means by using the cloud but it feels like a bit of a hack to me.
Replies
1
Boosts
0
Views
555
Activity
Jun ’16
Transaction groups with different currencies - Financial Reports
Hi everyone, I just started to get income on the App Store and I'm trying to figure out how the financial reports section works. One thing I can't understand is why do I have 2 sets (groups) of transactions when I browse the report for June 2020. The 1st group says I have income of about 50 CAD (with a set of countries in it if I unfold the group) and 37 sales. The 2nd group right below the first one says I have 4 USD income and 3 sales. Why the currency is different if I chose my account currency as CAD and why the transactions have been split in those groups? Moreover, the 1st group has the following countries : Australia, Canada, China, Europe, Japan, Russia, North And South America. And all those transactions are converted to CAD as I expect. The second group has only Great Britain and Poland and their transactions are converted into USD, why's that?
Replies
0
Boosts
0
Views
319
Activity
Jul ’20
Lab request web site continued to fail
Any chance to be scheduled?
Replies
0
Boosts
0
Views
857
Activity
Jun ’21
Reply to NSUserActivity results
NSUserActivity does not work on the simulator (either for handoff or for search). This was confirmed to me by an engineer at WWDC 15's Search API lab.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to CloudKit: how to handle CKError partialFailure when using NSPersistentCloudKitContainer?
My feedback number which I also mentioned in a lab this year: FB13773922. I got the confirmation that the error should be reported theoretically, so it seems to be an issue in the OS.
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Aug ’25
Exposing locallyInitiated property on group session
When printing a GroupSession object I see that locallyInitiated is included in the print and I would like to update / prepare my UI based on the initiator of the Group Session. Can locallyInitiated be added as a property to the GroupSession object?
Replies
0
Boosts
0
Views
839
Activity
Jul ’21
Match can't find groups if it is case insensitive
The shortcut app seems to have a bug regarding text match grouping when trying to match a lowercase string to a capital case one. The match happens, but the regular expression groups are not properly displayed. To replicate, create a shortcut with the following actions: Match d-(george) in 2-George check case-insensitive on Show Matches (this will show 2-George) Get Group At Index 1 in Matches Show Text This will not print anything
Replies
0
Boosts
0
Views
584
Activity
May ’23
App Groups and macOS 15
Hi, I just updated my machine to macOS 15, and while developing and running my app (with Xcode), I keep getting messages about my app would like to access data from other apps. This happens even from Xcode Previews, so it's pretty annoying. My production app doesn't seem to be affected by this problem; the system prompt just pops when running the debug version. I came across something about App Groups in macOS and how something has changed in macOS15 regarding system permissions. I use the group.xxx prefix in my macOS app, without the team prefix. Is that the problem here? But why is my production app working fine, but the development app is triggering the prompt repeatedly? Would love any feedback or workarounds. Thanks.
Replies
7
Boosts
0
Views
1.1k
Activity
Oct ’24
Reply to Can I import images into my app with App Intent Schemas?
In addition to the .photos.addAssetsToAlbum, you will need to adopt the .photos.createAssets schema. To support incoming content in your app, you can add the Transferable protocol to the entity representing the incoming content. Then, use importing on the transferRepresentation of that entity. See these sessions for more information on Transferable. WWDC26 session Build intelligent Siri experiences with App Schemas WWDC24 session What's new in App Intents
Replies
Boosts
Views
Activity
Jun ’26
Unable to select Internal Groups to the Build
I am able to select the group for external testing, but not internal, and there is no information on what is wrong. I uploaded the build Dec 8, 2022 at 11:38 AM
Replies
0
Boosts
0
Views
534
Activity
Dec ’22
Working group?
Anyone interested in working on a few things together? I have a few questions I'm interested in answering and if there are a couple of folks that would like to do a couple of small collaborative investigations, it would be great to chat.. Current open questions: What is required to import into CAD software like Rhino or Sketchup? What is the dimensional accuracy of the output? Are features tagged relationally? i.e. does a window know which wall it's in? Are there similar libraries that can help accomplish similar things from the outside? Photogrammetry based solutions? Shoot me a note if you'd be interested in discussing!
Replies
3
Boosts
0
Views
942
Activity
Oct ’22
Reply to P3 Display to XYZ Color Space Conversion
Thanks for your detailed anwswer. It's claried all the issues for me.Also, I was having a problem with OpenGL ES shader code that converted Display P3 colors to/from the Lab and IPT color spaces. In particular, my results did not match the ColorSync Utility when converting Display P3 to/from Lab. Your mention of D50 caused me to use that reference rather than D65 and now my results match. Switching to D50 also corrected the IPT results.Thanks again!
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’17
Unable set keychain-access-groups with Team​Identifier​Prefix
I want to store SecIdentity in the keychain access group $(TeamIdentifierPrefix)com.apple.networkextensionsharing. But Provisioning profile xxxx doesn't match the entitlements file's value for the keychain-access-groups entitlement. My profile dont have a param name 'TeamIdentifierPrefix'. Please , how can i add the TeamIdentifierPrefix to my profile. And my TeamIdentifier is same as the AppIdentifierPrefix
Replies
1
Boosts
0
Views
1k
Activity
Aug ’22
Reply to App Development with Swift (Xcode) iBook content have answer keys
If you require the answers to the labs, they are in the Teacher's Guide materials available from here https://developer.apple.com/go/?id=app-dev-swift-teacher
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’17
AR Resource Group Problems
I'm trying to add an AR Reference Image to the ARKit Image detection sample project in Xcode 9.3 beta 2.I drag an image to the AR Resource Image slot, but it's content.json won't include the filename: { images : [ ], info : { version : 1, author : xcode }, properties : { width : 16.875, unit : centimeters }}Adding the filename manually seems to work in the sample project: { images : [ { idiom : universal, filename : LaunchScreen-iPhonePortrait.png } ], info : { version : 1, author : xcode }, properties : { width : 16.875, unit : centimeters }}Edit: This seems to be a bug. It works correctly when you don't create an AR Reference Image slot via the context menu, but directly drag the image to the Resource group.
Replies
0
Boosts
0
Views
1.1k
Activity
Feb ’18