Search results for

“A Summary of the WWDC26 Group Lab”

11,225 results found

Post

Replies

Boosts

Views

Activity

Can volunteer groups apply for a developer ID ?
There is a volunteer run group on GitHub who maintain a well known public domain cross-platform Python script. They build binaries for Linux, Windows and macOS. The macOS binaries are only ad-hoc signed. Thus, in macOS 15, they are rejected by Gatekeeper – requiring user intervention to be used. There are a lot of components each of which must be approved in Settings with admin credentials. It would be best if these binaries were code signed. However, the core group of devs changes over time and so, using one person's name might not be ideal. Can such a volunteer group apply for a developer certificate so that they can sign the macOS binaries ? I ask because Apple's requirements for enrolling in the Development Program include that an organisation be a legal entity and this group is not a legal entity. Thnaks.
0
0
641
Oct ’24
How to group website in with app for Apple Sign In
Hi I'm setting up Sign in with Apple on my app, and also want to offer it on the web-app version. I get the idea of grouping the app and website in the Identifiers section so the user doesn't get asked to ok things twice - that makes sense, but how do I give my website an ID in my apple dev account so that I can group it with the app please? Or am I misunderstanding the process? Thank you for your time and help.
1
0
813
Jun ’21
How safe is the shared container for an App Group?
In order for data (contained within a number of our created apps) such as user IDs, email addresses and user specific text stings to be shared between apps, we are considering saving this data to the shared container's NSUserDefaults using an app group.We would like to ask you the following question:How safe is the shared container for an App Group from a security perspective?We searched for an official Apple document, however, we were unable to find material stating clearly the safety of an app group's shared container.Below is what material we found through our investigation.- https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/WatchKitProgrammingGuide/DesigningaWatchKitApp.html#//apple_ref/doc/uid/TP40014969-CH3-SW1 Overview > WatchKit App Architecture > Sharing Data with Your Containing iOS App An app group is a secure container that multiple processes can access.- https://www.apple.com/business/docs/iOS_Security_Guide.pdfIf there is any oth
6
0
4.4k
Jul ’15
Testing a Locale with custom grouping separator
My app processes numbers, and depends on the grouping separator on the system locale (Locale.current). The user can set a completely custom symbol as their number separator in the macOS System Preferences. In my tests, I need to verify that custom grouping separators on Locale objects work correctly. But I can't set a custom grouping separator as the groupingSeparator property on Locale is read-only: /// For example, for en_US, returns ,. public var groupingSeparator: String? { get } How do I create a Locale object for testing purposes, that will simulate a custom locale the user might have configured in the System Preferences?
3
0
1.3k
Mar ’21
Reply to Please provide bounds for ViewAttachmentComponent
Thanks both of you. Now I got more idea why this wasn't working when I showed it to Sydney in the labs, but also, Allan from RealityKit got me covered in the next Lab by pointing at the new SpatialContainer. ViewAttachmentComponent Update: SIMD3(0.036764707, 0.008455883, 0.0) Entity with ViewAttachmentComponent Update: SIMD3(0.073529415, 0.016911766, 0.0) PS @Michael: You meant to write points not meters, right, in the Text?
Topic: Spatial Computing SubTopic: General Tags:
Jun ’25
Reply to Confused about App Intents integration in iOS27
Thanks for the post. I guess you already wanted the WWDC26 video for AppIntents. If you only have text and you want to get that text to Siri may I recommend the .notes appIntent? If you thinking about something like that. @AppIntent(schema: .notes.createNote) https://developer.apple.com/videos/play/wwdc2026/240/ Looking forward to see what you come out with. Albert  WWDR
Jun ’26
Xcode 7.3 group - autocomplete
I don't know if anyone else is experiencing similar problems. In Xcode project, I have several groups, and each one is 1 or 2 levels deep. groupA - fileA.h, fileA.mgroupB - GroupC - fileC.h, fileC.m(groupC is under GroupB)I have fileC.h imported in fileA.m. When I edit fileA.m, the autocomplete function stopped working when I try to access those defined in fileC.When I switch back to Xcode 7.2 the autocomplete works fine.
1
0
1.7k
Mar ’16
Test flight build went to the wrong group
I have 2 groups on test flight. I have assigned one build to the group 1, but when it got approved, it went to the group 2 as well. The user who has received it had automatic updates On; anyway, they shouldn't have received the update
Replies
0
Boosts
0
Views
873
Activity
Jan ’21
Reply to Xcode 7 Doesn't See My Framework
In the labs today, they implied that you really want a separate target for each framework, though they can contain the same files.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Can volunteer groups apply for a developer ID ?
There is a volunteer run group on GitHub who maintain a well known public domain cross-platform Python script. They build binaries for Linux, Windows and macOS. The macOS binaries are only ad-hoc signed. Thus, in macOS 15, they are rejected by Gatekeeper – requiring user intervention to be used. There are a lot of components each of which must be approved in Settings with admin credentials. It would be best if these binaries were code signed. However, the core group of devs changes over time and so, using one person's name might not be ideal. Can such a volunteer group apply for a developer certificate so that they can sign the macOS binaries ? I ask because Apple's requirements for enrolling in the Development Program include that an organisation be a legal entity and this group is not a legal entity. Thnaks.
Replies
0
Boosts
0
Views
641
Activity
Oct ’24
Please add number of answers in the post summary
When searching for the answer to an issue, I found it very useful in the old forums to see how many responses there were for a certain topic (i.e. > 0), so I wouldn't waste time in opening an unanswered topic. Is it possible to add it to the new forums?
Replies
0
Boosts
0
Views
99
Activity
Jun ’15
How to group website in with app for Apple Sign In
Hi I'm setting up Sign in with Apple on my app, and also want to offer it on the web-app version. I get the idea of grouping the app and website in the Identifiers section so the user doesn't get asked to ok things twice - that makes sense, but how do I give my website an ID in my apple dev account so that I can group it with the app please? Or am I misunderstanding the process? Thank you for your time and help.
Replies
1
Boosts
0
Views
813
Activity
Jun ’21
Reply to Appointment for 1 to 1 developer on WWDC20
There is not accurate by Apple yet but you can inform that with the following link: https://developer.apple.com/wwdc20/labs/
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’20
Reply to Is Core Data hosted in CloudKit working in Xcode 13?
I talked with Apple about this during a lab session at WWDC21. They had me create a feedback ticket. Here is the Feedback: FB9156589
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to App Development with Swift book
Seen this recent thread? where can i find the lab material for the iBook App Development with Swift?
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’17
How safe is the shared container for an App Group?
In order for data (contained within a number of our created apps) such as user IDs, email addresses and user specific text stings to be shared between apps, we are considering saving this data to the shared container's NSUserDefaults using an app group.We would like to ask you the following question:How safe is the shared container for an App Group from a security perspective?We searched for an official Apple document, however, we were unable to find material stating clearly the safety of an app group's shared container.Below is what material we found through our investigation.- https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/WatchKitProgrammingGuide/DesigningaWatchKitApp.html#//apple_ref/doc/uid/TP40014969-CH3-SW1 Overview > WatchKit App Architecture > Sharing Data with Your Containing iOS App An app group is a secure container that multiple processes can access.- https://www.apple.com/business/docs/iOS_Security_Guide.pdfIf there is any oth
Replies
6
Boosts
0
Views
4.4k
Activity
Jul ’15
Testing a Locale with custom grouping separator
My app processes numbers, and depends on the grouping separator on the system locale (Locale.current). The user can set a completely custom symbol as their number separator in the macOS System Preferences. In my tests, I need to verify that custom grouping separators on Locale objects work correctly. But I can't set a custom grouping separator as the groupingSeparator property on Locale is read-only: /// For example, for en_US, returns ,. public var groupingSeparator: String? { get } How do I create a Locale object for testing purposes, that will simulate a custom locale the user might have configured in the System Preferences?
Replies
3
Boosts
0
Views
1.3k
Activity
Mar ’21
Reply to Please provide bounds for ViewAttachmentComponent
Thanks both of you. Now I got more idea why this wasn't working when I showed it to Sydney in the labs, but also, Allan from RealityKit got me covered in the next Lab by pointing at the new SpatialContainer. ViewAttachmentComponent Update: SIMD3(0.036764707, 0.008455883, 0.0) Entity with ViewAttachmentComponent Update: SIMD3(0.073529415, 0.016911766, 0.0) PS @Michael: You meant to write points not meters, right, in the Text?
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to Confused about App Intents integration in iOS27
Thanks for the post. I guess you already wanted the WWDC26 video for AppIntents. If you only have text and you want to get that text to Siri may I recommend the .notes appIntent? If you thinking about something like that. @AppIntent(schema: .notes.createNote) https://developer.apple.com/videos/play/wwdc2026/240/ Looking forward to see what you come out with. Albert  WWDR
Replies
Boosts
Views
Activity
Jun ’26
Reply to Is 15 minutes the maximum length of a track for MusicKit JS?
I'm also having this issue. Detailed on github: https://github.com/TTFM-Labs/public/issues/7
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’21
I don't think the number of Summary Sales Report data and the data received by the Refund Notification are right.
From 2021.01.01 to 2021.01.31, the Summary Sales Report found 1503 rows with units of -1. The App Store Server notification found 2508 messages with notification_type of REFUND. Why is there a difference between the two data?
Replies
0
Boosts
0
Views
439
Activity
Feb ’21
Xcode 7.3 group - autocomplete
I don't know if anyone else is experiencing similar problems. In Xcode project, I have several groups, and each one is 1 or 2 levels deep. groupA - fileA.h, fileA.mgroupB - GroupC - fileC.h, fileC.m(groupC is under GroupB)I have fileC.h imported in fileA.m. When I edit fileA.m, the autocomplete function stopped working when I try to access those defined in fileC.When I switch back to Xcode 7.2 the autocomplete works fine.
Replies
1
Boosts
0
Views
1.7k
Activity
Mar ’16