Search results for

“A Summary of the WWDC26 Group Lab”

11,224 results found

Post

Replies

Boosts

Views

Activity

LLVM Debugger shows "Summary Unavailable" for complex c++ structs
I'm using the GLM http://glm.g-truc.net/0.9.8/index.htmlmath library for an opengl game in c++. Xcode's LLVM debugger simply will not reliably show summaries of the basic data types (glm::dvec2, glm::dmat4, etc). Instead, I get Summary Unavailable and when I click the disclosure triangle next to the data item, nothing is revealed. If I use the LLVM repl, e.g., I type e some_vec I get output like: (glm::dvec2) $0 = {} - which is not helpful.I've tried setting custom summary formats.~/Library/Developer/Xcode/UserData/Debugger/CustomDataFormatters <SummaryFormatter formatString = ({$VAR.x},{$VAR.y}) type = glm::dvec2> </SummaryFormatter>No luck!Any suggestions?Thanks,
0
0
1.3k
Apr ’17
How to reconcile daily sales summary data with Status Notification data
Hi,I am trying to reconcile the daily sales summary for trial purchase('Customer Price'=0.00 AND Subscription=New) and Status Notification event received from Apple with type=INITIAL_BUY. On doing this, there is some discrepancies in the count(3 to 10%).Could someone provide more insight on how to tally this count between notification vs daily sales summary report?Also what is the timezone used in Sales and Trends report generated in http://itunesconnect.apple.com/.?Thanks & RegardsShan
0
0
650
Jun ’19
Thursday iTunes Connect Lab Notes
Question:Since in-app purchases still cannot be managed by MDM, how does Apple plan to address managing applications that may move to a subscription model?Follow up: What is Apple's recommended approach for managing free applications with in app purchases? Device based assigned apps cannot purchase any in app purchases.Answer:In-app purchases are tied to a customer's Apple ID, rather than the VPP-purchased app. The challenge is finding a way to have that purchase be tied back to the original VPP-purchased license which was device-assigned.Apple has not yet found a good way to associate the in-app purchase back to that VPP-purchased license. They're aware of the issue and are working on it, but no solution is yet available.Subscriptions have a similar issue, since the subscription may be renewed or not renewed. The price of the subscription may also change. Apple is also working on this issue, but no solution is yet available.File bugs on this issue.See complete list of session and lab notes here:http
0
0
519
Jun ’16
Subscription Summary not appearing in App Store Connect
This week I released an app with an IAP and subscription in. Whilst I'd be stunned if anyone had subscribed, I'd like to at least confirm that. However, in App Store Connect, apparently I should have a Subscription Summary according to this article here: https://developer.apple.com/help/app-store-connect/view-sales-and-trends/view-subscription-data But I don't have one: Is there any criteria you have to hit to see the subscriptions?
3
0
832
Oct ’23
How to delete campaign group?
I have created a campaign group and then realized that was not what I meant — I was hoping I could add existing campaigns to a group and use this group to view only those campaigns in my dashboard. How do I go about deleting this empty campaign group and is there a way to achieve what I'd intended? TIA.
6
0
4.6k
May ’17
Reply to Passkit generator vulnerabilities issue
Hi @ashishvani, You wrote: We are getting vulnerabilities for passkit generator, used for apple wallet creation. Both @dapeters and @AlexanderCerutti are correct, passkit-generator is a third-party library and is not provided, nor supported, by Apple. However, if you'd like to use our new Pass Designer and Pass Builder tools to manage your Wallet pass creation, signing, and personalization, please see the following WWDC26 session: WWDC26: Session 209 – What's New in Wallet https://developer.apple.com/videos/play/wwdc2026/209/ Cheers, Paris X Pinkney |  WWDR | DTS Engineer
Jun ’26
Reply to Invalid code signing entitlements with app group on macOS
To whom it may concern and help: Summary: If you have macOS Apps and use App Groups and want to distribute to the App Store, do yourself a favour and upgrade your macOS to Sequoia and Xcode to at least 16.3. Detail: I had no issues with app groups for macOS apps until after mid Feb 25. I used Xcode 15.2 on a Ventura iMac. Then, as per posts above, it all failed upon distribution. I also saw two AppGroup capabilities in Signing&Capability. I tried everything I read here and more. Registered the app group (although it is not necessary for a macOS app), included in Build Settings the 'Register App Group' trick from Eskimo (but it is for iOS App Groups), tried to monitor what is going on with my provisioning profile (but dump on exported app does not work as macOS apps do not embed a provisioning profile I think), deleted all provisioning profiles, created my own manually etc etc. Nothing worked. Upgrading to Sequoia and Xcode 16.3 does it without any pain
Topic: Code Signing SubTopic: Entitlements Tags:
Apr ’25
passes grouped in wallet
I am creating manually signed coupon style passes which group together in a user's Wallet; however, I need to separate groups of coupon passes by multiple business units. I have changed the organizationName; however, all of my passes still group together. I tried creating a new certificate; but, seem to only be able to create a new certificate with the same passTypeIdentifier, and passes still group together.So, what is the proper way to separate a group of coupon style Wallet passes by business unit and avoid them being grouped all together?Thanks in advance for any help...-Allen M.
2
0
3.8k
Mar ’20
Deleting Subscription Groups
Howdy!I am in the process of submitting a final build for our company. We have been flagged for a subscription group error. So we essentially have 4 subscription groups. We have determined we only need one and have input the in app purchases in that one group.The problem is we were rejected because the other subscription groups were empty.How do I delete the unused and obsolete subscription group. I have created a support ticket. Have not heard anything back at all. Or is there a way to submit and reference only the one sub group?Thanks for any help!
9
0
7.5k
Oct ’18
Apple Vision Pro developer labs sign-up
I (think) I just signed up for the Apple Vision Pro developer labs - but am not sure if it went as intended. After submitting my screenshots - I was pushed to a screen prompting me to sign-out of my Apple account. No indication I successfully submitted a request / no email. Has that been other people's experience?
3
0
663
Jul ’23
LLVM Debugger shows "Summary Unavailable" for complex c++ structs
I'm using the GLM http://glm.g-truc.net/0.9.8/index.htmlmath library for an opengl game in c++. Xcode's LLVM debugger simply will not reliably show summaries of the basic data types (glm::dvec2, glm::dmat4, etc). Instead, I get Summary Unavailable and when I click the disclosure triangle next to the data item, nothing is revealed. If I use the LLVM repl, e.g., I type e some_vec I get output like: (glm::dvec2) $0 = {} - which is not helpful.I've tried setting custom summary formats.~/Library/Developer/Xcode/UserData/Debugger/CustomDataFormatters <SummaryFormatter formatString = ({$VAR.x},{$VAR.y}) type = glm::dvec2> </SummaryFormatter>No luck!Any suggestions?Thanks,
Replies
0
Boosts
0
Views
1.3k
Activity
Apr ’17
How to reconcile daily sales summary data with Status Notification data
Hi,I am trying to reconcile the daily sales summary for trial purchase('Customer Price'=0.00 AND Subscription=New) and Status Notification event received from Apple with type=INITIAL_BUY. On doing this, there is some discrepancies in the count(3 to 10%).Could someone provide more insight on how to tally this count between notification vs daily sales summary report?Also what is the timezone used in Sales and Trends report generated in http://itunesconnect.apple.com/.?Thanks & RegardsShan
Replies
0
Boosts
0
Views
650
Activity
Jun ’19
how to get system scheduled summary settings in iOS 15
Hi, My App has some work to guide users to allow notification authorization pop-ups. But now in iOS 15, according to different settings, the system will pop up two different styles of pop-ups. So, I wonder if there is a way for me to get scheduled summary setting before I request notification authorization.
Replies
0
Boosts
0
Views
773
Activity
Sep ’21
Thursday iTunes Connect Lab Notes
Question:Since in-app purchases still cannot be managed by MDM, how does Apple plan to address managing applications that may move to a subscription model?Follow up: What is Apple's recommended approach for managing free applications with in app purchases? Device based assigned apps cannot purchase any in app purchases.Answer:In-app purchases are tied to a customer's Apple ID, rather than the VPP-purchased app. The challenge is finding a way to have that purchase be tied back to the original VPP-purchased license which was device-assigned.Apple has not yet found a good way to associate the in-app purchase back to that VPP-purchased license. They're aware of the issue and are working on it, but no solution is yet available.Subscriptions have a similar issue, since the subscription may be renewed or not renewed. The price of the subscription may also change. Apple is also working on this issue, but no solution is yet available.File bugs on this issue.See complete list of session and lab notes here:http
Replies
0
Boosts
0
Views
519
Activity
Jun ’16
Subscription Summary not appearing in App Store Connect
This week I released an app with an IAP and subscription in. Whilst I'd be stunned if anyone had subscribed, I'd like to at least confirm that. However, in App Store Connect, apparently I should have a Subscription Summary according to this article here: https://developer.apple.com/help/app-store-connect/view-sales-and-trends/view-subscription-data But I don't have one: Is there any criteria you have to hit to see the subscriptions?
Replies
3
Boosts
0
Views
832
Activity
Oct ’23
How to delete campaign group?
I have created a campaign group and then realized that was not what I meant — I was hoping I could add existing campaigns to a group and use this group to view only those campaigns in my dashboard. How do I go about deleting this empty campaign group and is there a way to achieve what I'd intended? TIA.
Replies
6
Boosts
0
Views
4.6k
Activity
May ’17
Is there a device lab where I can test my app on an actual iPhone X?
Is there a device lab where I can test my app on an actual iPhone X? Before it goes out on sale?
Replies
1
Boosts
0
Views
528
Activity
Sep ’17
Reply to Passkit generator vulnerabilities issue
Hi @ashishvani, You wrote: We are getting vulnerabilities for passkit generator, used for apple wallet creation. Both @dapeters and @AlexanderCerutti are correct, passkit-generator is a third-party library and is not provided, nor supported, by Apple. However, if you'd like to use our new Pass Designer and Pass Builder tools to manage your Wallet pass creation, signing, and personalization, please see the following WWDC26 session: WWDC26: Session 209 – What's New in Wallet https://developer.apple.com/videos/play/wwdc2026/209/ Cheers, Paris X Pinkney |  WWDR | DTS Engineer
Replies
Boosts
Views
Activity
Jun ’26
Reply to Invalid code signing entitlements with app group on macOS
To whom it may concern and help: Summary: If you have macOS Apps and use App Groups and want to distribute to the App Store, do yourself a favour and upgrade your macOS to Sequoia and Xcode to at least 16.3. Detail: I had no issues with app groups for macOS apps until after mid Feb 25. I used Xcode 15.2 on a Ventura iMac. Then, as per posts above, it all failed upon distribution. I also saw two AppGroup capabilities in Signing&Capability. I tried everything I read here and more. Registered the app group (although it is not necessary for a macOS app), included in Build Settings the 'Register App Group' trick from Eskimo (but it is for iOS App Groups), tried to monitor what is going on with my provisioning profile (but dump on exported app does not work as macOS apps do not embed a provisioning profile I think), deleted all provisioning profiles, created my own manually etc etc. Nothing worked. Upgrading to Sequoia and Xcode 16.3 does it without any pain
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to website environment and visionOS 27 beta
Hey @THeberlein, Please checkout the WWDC26 session Explore immersive website environments in visionOS. On this page there are helpful resources including a Theater Ticket Sales immersive website environment demo on the Webkit.org website. Let me know if this helps, Michael
Topic: Spatial Computing SubTopic: 3D Content Tags:
Replies
Boosts
Views
Activity
Jun ’26
passes grouped in wallet
I am creating manually signed coupon style passes which group together in a user's Wallet; however, I need to separate groups of coupon passes by multiple business units. I have changed the organizationName; however, all of my passes still group together. I tried creating a new certificate; but, seem to only be able to create a new certificate with the same passTypeIdentifier, and passes still group together.So, what is the proper way to separate a group of coupon style Wallet passes by business unit and avoid them being grouped all together?Thanks in advance for any help...-Allen M.
Replies
2
Boosts
0
Views
3.8k
Activity
Mar ’20
Deleting Subscription Groups
Howdy!I am in the process of submitting a final build for our company. We have been flagged for a subscription group error. So we essentially have 4 subscription groups. We have determined we only need one and have input the in app purchases in that one group.The problem is we were rejected because the other subscription groups were empty.How do I delete the unused and obsolete subscription group. I have created a support ticket. Have not heard anything back at all. Or is there a way to submit and reference only the one sub group?Thanks for any help!
Replies
9
Boosts
0
Views
7.5k
Activity
Oct ’18
Can we get both refund and sales data from Summary Sales Report?
I'm wondering how the data in Summary Sales report is aggregated. Does Apple aggregate refunds and sales together?Say, if a specific product have 2 sales and 1 refunds, and the price is $5. Will the corresponding report have 1 row saying 1 sale for $5 or have 2 rows saying 2 sales for $5 each and 1 refund for -$5?
Replies
1
Boosts
0
Views
720
Activity
Apr ’18
Apple Vision Pro developer labs sign-up
I (think) I just signed up for the Apple Vision Pro developer labs - but am not sure if it went as intended. After submitting my screenshots - I was pushed to a screen prompting me to sign-out of my Apple account. No indication I successfully submitted a request / no email. Has that been other people's experience?
Replies
3
Boosts
0
Views
663
Activity
Jul ’23
Schedule for Applle Vision Developer Lab in Tokyo and Shanghai in September?
Hi, I was wondering when the Developer Lab sessions be held in coming September, particularly in Tokyo and Shanghai. I need to apply and plan the trip soon, and it would be a great help. Thank you and wish you all a great day.
Replies
2
Boosts
0
Views
510
Activity
Aug ’23