Search results for

“A Summary of the WWDC26 Group Lab”

11,224 results found

Post

Replies

Boosts

Views

Activity

Apple Appstore Summary Sales Report API updates historical reports without notification
I've had several internal users note that the Summary Sales report API has started to have updates to historical reports. As an example - a subscription quantity might be 1 when the API is queried for 1/15/24, but then if the API is queried and reconciled against itself it might be quantity of 3 when pulled 3/15/24. This only started after 1/1/24, so I am wondering if there was a change to the report logic, or a new policy that Apple has started to allow that is making backdated changes to the summary sales report. This is causing a lot of potential missed revenue and manual effort for our accounting teams. Is there any guidance that Apple team or others can provide on this topic?
2
0
759
Jun ’24
In-app purchase multiple subscription groups
I'm trying to figure out how to proceed with multiple subscription groups with iOS in-app purchase.Suppose I have multiple content providers users can subscribe to, and for each there are different tiers of subscriptions as follows:Provider 1 : Basic, Plus, Premium Provider 2 : Basic, Plus, Premium ... Provider n : Basic, Plus, Premium.My understanding is we do this by creating subscription group and within each subscription groups create Basic, Plus, Premium. Users can upgrade/downgrade plan within the group.My issue is we add/remove content providers all the time, therefore its not scaleable to keep adding new subscription groups every time we have new provider.
0
0
1.4k
Jun ’18
iOS iMessage Group Message Limitation
Hi, I have iOS 13.6.1 installed and I have a group message that I want to add additional contacts to. The original group message was sent to both iPhone and Android phone users. I Googled how to add additional contacts to a group message in iOS and have found different posts regarding the steps but when I open a group message and touch the I icon, there is no +Add User button to select from. Some have posted that this is because if there are other than iPhone users in a group message, iOS doesn't support adding additional users. Is this true? Even though I have the Send as SMS enabled?
0
0
357
Aug ’20
App Groups - Code sign problem
Hello,I am working on app, and widget for client. Everthing works fine, but issue is that I need to sign .ipa manually, since I don't have access to the client developer account. I have valid AdHoc and Distribution profiles, with proper app group, but when I create .ipa with that profiles widget is not working (works fine with my personal account). Both app and extensions have same group, and everything works fine when automatically signing is set .App group is marked with red in xcode. I checked profile and there is app group capabilitie, and it is same as set in project.Is there any possibility that manually signing for app groups is not working in xcode? And is there any solution, since getting access to client account is not a option?Tnx
1
0
2.3k
Aug ’18
Accessing classes from parent groups - not allowed??
As far as I understand it, Groups in Xcode are simply a way to organize your project's files. However, I have found that classes in groups can't access the classes that aren't in the same group or children of that group. This makes no sense to me. Example: Group A -ClassA Group B -ClassB I want to declare: class ClassA: ClassB but I get the error Cannot find type 'ClassB' in scope However, if I move ClassB into Group A, it works. Is this a bug?
6
0
1.3k
Jan ’22
Reply to What is _the_ proper way to intercept tool calls modify them or dynamically approve/reject them?
In addition to implementing Tool conformance, the Foundation Models framework also introduced a new DynamicProfile API that allows you to add event listeners like onToolCall. For tool approval and rejection, the session Secure your app: mitigate risks to agentic features - WWDC26 has some nice examples. For dynamically modifying tools, there's a detailed session: Build agentic app experiences with the Foundation Models framework.
Topic: Foundation Models SubTopic:
Foundation Models Q&A
Jun ’26
Reply to UIVisualEffectContentView.contentView.addSubview not working in Swift Playground
Somehow this fixes it: (blur.contentView as! UIView).addSubview(vib) (vib.contentView as! UIView).addSubview(lab)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to Why does NSAttributedString's NSItemProviderWriting implementation not transfer custom attributes that implement Codable?
As requested in a WWDC 2024 Swift lab, I've filed FB13848771 for ergonomic improvements here.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24
Inn App Phurcase subscription group
My problem is with empty subscription groups. I am using 1 in-app purchase.I deleted in-app purchases that I previously created and did not use, but I cannot delete their groups. Apple asks me to delete these groups. Please help me
Replies
0
Boosts
0
Views
563
Activity
Apr ’21
Creating a custom focus group
I'm trying to create a focus group called Entertainment and I like want to add all of the streaming apps, like Netflix, Disney+, Discovery+, Peacock, Paramount+, Apple TV App, but none is showing when hit the add apps button.
Replies
2
Boosts
0
Views
923
Activity
Oct ’21
Lexical or Preprocessor Issue Group
I am trying to write code for XCTest (Unit Testing) in xCode Project, when i try to run unit testing function i got the error like Lexical or Preprocessor Issue Group Can anyone help me on this? For Information i am checking with xCode 11.1 Thanks in Advance.
Replies
0
Boosts
0
Views
932
Activity
Dec ’20
Apple Appstore Summary Sales Report API updates historical reports without notification
I've had several internal users note that the Summary Sales report API has started to have updates to historical reports. As an example - a subscription quantity might be 1 when the API is queried for 1/15/24, but then if the API is queried and reconciled against itself it might be quantity of 3 when pulled 3/15/24. This only started after 1/1/24, so I am wondering if there was a change to the report logic, or a new policy that Apple has started to allow that is making backdated changes to the summary sales report. This is causing a lot of potential missed revenue and manual effort for our accounting teams. Is there any guidance that Apple team or others can provide on this topic?
Replies
2
Boosts
0
Views
759
Activity
Jun ’24
In-app purchase multiple subscription groups
I'm trying to figure out how to proceed with multiple subscription groups with iOS in-app purchase.Suppose I have multiple content providers users can subscribe to, and for each there are different tiers of subscriptions as follows:Provider 1 : Basic, Plus, Premium Provider 2 : Basic, Plus, Premium ... Provider n : Basic, Plus, Premium.My understanding is we do this by creating subscription group and within each subscription groups create Basic, Plus, Premium. Users can upgrade/downgrade plan within the group.My issue is we add/remove content providers all the time, therefore its not scaleable to keep adding new subscription groups every time we have new provider.
Replies
0
Boosts
0
Views
1.4k
Activity
Jun ’18
Reply to CarPlay 1-on-1 lab
1-on-1 Lab has been set up for 11:30PT. Hope you can make it!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’20
iOS iMessage Group Message Limitation
Hi, I have iOS 13.6.1 installed and I have a group message that I want to add additional contacts to. The original group message was sent to both iPhone and Android phone users. I Googled how to add additional contacts to a group message in iOS and have found different posts regarding the steps but when I open a group message and touch the I icon, there is no +Add User button to select from. Some have posted that this is because if there are other than iPhone users in a group message, iOS doesn't support adding additional users. Is this true? Even though I have the Send as SMS enabled?
Replies
0
Boosts
0
Views
357
Activity
Aug ’20
Reply to A case against TN3135 WatchOS restrictions (NWPathMonitor)
You can make a lab appointment request here: https://developer.apple.com/wwdc24/consultations/dashboard/7Z7LKLYBHD/dashboard
Replies
Boosts
Views
Activity
Jun ’24
Reply to WWDC no mention of roomplan. Abandoned?
Hey @Jermi, I recommend that you sign up for the upcoming Object Capture and RoomPlan lab! -- Greg
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’25
App Groups - Code sign problem
Hello,I am working on app, and widget for client. Everthing works fine, but issue is that I need to sign .ipa manually, since I don't have access to the client developer account. I have valid AdHoc and Distribution profiles, with proper app group, but when I create .ipa with that profiles widget is not working (works fine with my personal account). Both app and extensions have same group, and everything works fine when automatically signing is set .App group is marked with red in xcode. I checked profile and there is app group capabilitie, and it is same as set in project.Is there any possibility that manually signing for app groups is not working in xcode? And is there any solution, since getting access to client account is not a option?Tnx
Replies
1
Boosts
0
Views
2.3k
Activity
Aug ’18
Accessing classes from parent groups - not allowed??
As far as I understand it, Groups in Xcode are simply a way to organize your project's files. However, I have found that classes in groups can't access the classes that aren't in the same group or children of that group. This makes no sense to me. Example: Group A -ClassA Group B -ClassB I want to declare: class ClassA: ClassB but I get the error Cannot find type 'ClassB' in scope However, if I move ClassB into Group A, it works. Is this a bug?
Replies
6
Boosts
0
Views
1.3k
Activity
Jan ’22
how to create group using a few users phone numbers allowing them to share things with each other within the group?
Im making an app in which users create a group using their phone numbers. How can my app use those phone numbers to create a group?
Replies
0
Boosts
0
Views
117
Activity
Aug ’15
Reply to What is _the_ proper way to intercept tool calls modify them or dynamically approve/reject them?
In addition to implementing Tool conformance, the Foundation Models framework also introduced a new DynamicProfile API that allows you to add event listeners like onToolCall. For tool approval and rejection, the session Secure your app: mitigate risks to agentic features - WWDC26 has some nice examples. For dynamically modifying tools, there's a detailed session: Build agentic app experiences with the Foundation Models framework.
Topic: Foundation Models SubTopic:
Foundation Models Q&A
Replies
Boosts
Views
Activity
Jun ’26