Search results for

“A Summary of the WWDC26 Group Lab”

10,959 results found

Post

Replies

Boosts

Views

Activity

Reply to Custom Product Pages
You can get started with understanding Custom Product Pages with the resources below. These are great places to begin: Custom Product Pages Overview Tech Talk: Custom Product Pages There are also some exciting updates coming to the Product Page. Check out the WWDC26 session for a look at what's ahead: Enhance Your Presence on the App Store
Topic: App Store Connect SubTopic:
App Store Connect & TestFlight Q&A
1w
Reply to Co channel interference resolution
Hello @KenZakreski, Is your question related to the LiveCommunicationKit and Push-To-Talk features announced at this WWDC26? For questions about other frameworks, you might want to make a dedicated post in that topic. For tips on creating a forum post see Tips on Creating a Forum Post! If we are mistaken, please rephrase your question. Thank you for your post!  Travis
Topic: Core OS SubTopic:
LiveCommunicationKit and Push-To-Talk Q&A
Tags:
1w
App Groups in Provisioning Profile
I'll preface by saying I am new to MacOS development. I've struggled with this issue for several days and have nowhere else to go for help. My MacOS app is an Electron build. It needs application-groups entitlement for IPC. But the developer portal, when generating the provisioning profile, always appends groups. to the start and I am unable to remove it. This renders my provisioning profile invalid and causes my app to be rejected by Transporter because it is not supposed to start with groups, but with my team identified for MacOS. Maybe I can still use the provisioning profile as is, but I've not found any way to do that. So I'm stuck unable to deliver. Any help with this is appreciated.
1
0
158
Apr ’25
Unable to add build to group on testfight
In App Store Connect I've uploaded a new build, but I'm unable to distribute the App to my tester groups - including internal. The internal group is grayed out. I am able to Select an External group but they actually do not receive any email notification nor do they see any update within their TestFlight App. I've attempted to upload the build a few times, including old builds which had been distributed in the past to no avail. I'm not able to distribute to any tester group, please advise.
9
0
440
Mar ’25
IAP subscriptions defaulted to different groups
Hi, In the new iTunes connect subscription groups feature, it seems Apple has defaulted to putting all of our In app purchase products into different groups. This is not what we want. We want them all in the same group so users can switch between them and we can maintain the 85% revenue share. I don't see any way to move subscriptions between groups. How can this be fixed? Thank you.
3
0
1.3k
Oct ’16
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
1w
Running daemon with custom group id
Hi, I need to run a daemon helper(launchd) with a custom group id. For this I specify into the plist the group ID and everything works fine. The problems appear if I delete the group ID. Then the executable will not start anymore and if I want to send an XPC message remoteObjectProxyWithErrorHandler it will not return any error and the completion blocks are never executed. What would be the correct way to check handle the above situations? recreate group if it was deleted detect that the XPC connection cannot be established because the helper doesn't start Thanks
0
0
454
Apr ’23
Reply to Guidance Around PCC
This is the gap everyone building on PCC needs answered. Based on what was discussed at the WWDC26 ML labs, here's the practical reality: When you cross the free PCC threshold, Apple hasn't published a paid fallback program — which means you can't rely on PCC scaling automatically for a commercial app at volume. The safe architecture today is to build the fallback in before you ship, not after you hit the limit. The pattern that holds up: abstract your inference behind a protocol so the model tier is swappable. Route to on-device first where the task allows it (free, no threshold), use PCC for the cases that genuinely need it, and have a third-party provider (via the Language Model protocol) configured as the overflow path for when you exceed PCC eligibility. The new Language Model protocol makes this swap close to a one-line change. The architectural principle: don't let PCC be a single point of failure your business depends on with no defined cost ceiling. Treat it as one tier in a routing
Topic: Foundation Models SubTopic:
Foundation Models Q&A
1w
Change group for existing Renewable Subscriptions
I was wondering, we have already had Renewable Subscriptions items currently on sale on iTunes Connect, however, with iOS 10, the IAP group was introduced and I was wondering if it is possible to change the default group created in the iTunes Connect?If not and we have to create new items in the group, is it possible to migrate our user. (i.e unsubscribe from the current subscription group and move them to the new one)?Thank you
8
0
4.5k
Nov ’16
App group of free apps
I want to create an app group of free apps. They don't have any inapp purchases, completely free. But App store connect shows me an error: Each app in a free app bundle must offer an auto-renewable subscription that allows the user to subscribe to and access content or services in all apps of the bundle. So I cannot create an app group with free apps?
1
0
285
Oct ’24
Reply to Custom Product Pages
You can get started with understanding Custom Product Pages with the resources below. These are great places to begin: Custom Product Pages Overview Tech Talk: Custom Product Pages There are also some exciting updates coming to the Product Page. Check out the WWDC26 session for a look at what's ahead: Enhance Your Presence on the App Store
Topic: App Store Connect SubTopic:
App Store Connect & TestFlight Q&A
Replies
Boosts
Views
Activity
1w
Reply to Co channel interference resolution
Hello @KenZakreski, Is your question related to the LiveCommunicationKit and Push-To-Talk features announced at this WWDC26? For questions about other frameworks, you might want to make a dedicated post in that topic. For tips on creating a forum post see Tips on Creating a Forum Post! If we are mistaken, please rephrase your question. Thank you for your post!  Travis
Topic: Core OS SubTopic:
LiveCommunicationKit and Push-To-Talk Q&A
Tags:
Replies
Boosts
Views
Activity
1w
App Groups in Provisioning Profile
I'll preface by saying I am new to MacOS development. I've struggled with this issue for several days and have nowhere else to go for help. My MacOS app is an Electron build. It needs application-groups entitlement for IPC. But the developer portal, when generating the provisioning profile, always appends groups. to the start and I am unable to remove it. This renders my provisioning profile invalid and causes my app to be rejected by Transporter because it is not supposed to start with groups, but with my team identified for MacOS. Maybe I can still use the provisioning profile as is, but I've not found any way to do that. So I'm stuck unable to deliver. Any help with this is appreciated.
Replies
1
Boosts
0
Views
158
Activity
Apr ’25
Unable to add build to group on testfight
In App Store Connect I've uploaded a new build, but I'm unable to distribute the App to my tester groups - including internal. The internal group is grayed out. I am able to Select an External group but they actually do not receive any email notification nor do they see any update within their TestFlight App. I've attempted to upload the build a few times, including old builds which had been distributed in the past to no avail. I'm not able to distribute to any tester group, please advise.
Replies
9
Boosts
0
Views
440
Activity
Mar ’25
IAP subscriptions defaulted to different groups
Hi, In the new iTunes connect subscription groups feature, it seems Apple has defaulted to putting all of our In app purchase products into different groups. This is not what we want. We want them all in the same group so users can switch between them and we can maintain the 85% revenue share. I don't see any way to move subscriptions between groups. How can this be fixed? Thank you.
Replies
3
Boosts
0
Views
1.3k
Activity
Oct ’16
Reply to Is there an app to read CoreData data directly?
try Core Data Lab https://betamagic.nl/products/coredatalab.html
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’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
1w
Reply to How to get multiple camera streams?
Enquired about this during a lab session at WWDC and you cannot get multiple camera streams.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’23
Running daemon with custom group id
Hi, I need to run a daemon helper(launchd) with a custom group id. For this I specify into the plist the group ID and everything works fine. The problems appear if I delete the group ID. Then the executable will not start anymore and if I want to send an XPC message remoteObjectProxyWithErrorHandler it will not return any error and the completion blocks are never executed. What would be the correct way to check handle the above situations? recreate group if it was deleted detect that the XPC connection cannot be established because the helper doesn't start Thanks
Replies
0
Boosts
0
Views
454
Activity
Apr ’23
Reply to Guidance Around PCC
This is the gap everyone building on PCC needs answered. Based on what was discussed at the WWDC26 ML labs, here's the practical reality: When you cross the free PCC threshold, Apple hasn't published a paid fallback program — which means you can't rely on PCC scaling automatically for a commercial app at volume. The safe architecture today is to build the fallback in before you ship, not after you hit the limit. The pattern that holds up: abstract your inference behind a protocol so the model tier is swappable. Route to on-device first where the task allows it (free, no threshold), use PCC for the cases that genuinely need it, and have a third-party provider (via the Language Model protocol) configured as the overflow path for when you exceed PCC eligibility. The new Language Model protocol makes this swap close to a one-line change. The architectural principle: don't let PCC be a single point of failure your business depends on with no defined cost ceiling. Treat it as one tier in a routing
Topic: Foundation Models SubTopic:
Foundation Models Q&A
Replies
Boosts
Views
Activity
1w
Automaticall creation of Ad Groups
Is it possible automatically create a large number of Ad Groups in a campaign in Search Ads?
Replies
0
Boosts
0
Views
571
Activity
Aug ’17
Change group for existing Renewable Subscriptions
I was wondering, we have already had Renewable Subscriptions items currently on sale on iTunes Connect, however, with iOS 10, the IAP group was introduced and I was wondering if it is possible to change the default group created in the iTunes Connect?If not and we have to create new items in the group, is it possible to migrate our user. (i.e unsubscribe from the current subscription group and move them to the new one)?Thank you
Replies
8
Boosts
0
Views
4.5k
Activity
Nov ’16
Reply to Unable to present. Please file a bug.
I tried to get a WWDC lab about this issue but the request was rejected.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Safari passwords on subdomains
the same issue on home lab server through reverse proxy annoying
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
App group of free apps
I want to create an app group of free apps. They don't have any inapp purchases, completely free. But App store connect shows me an error: Each app in a free app bundle must offer an auto-renewable subscription that allows the user to subscribe to and access content or services in all apps of the bundle. So I cannot create an app group with free apps?
Replies
1
Boosts
0
Views
285
Activity
Oct ’24