Search results for

“A Summary of the WWDC25 Group Lab”

11,530 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
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
521
Jun ’16
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
651
Jun ’19
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
837
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.7k
May ’17
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
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
665
Jul ’23
Difference between memory numbers on Summary tab vs Memory tab.
Hello, I have noticed when taking a GPU Capture on IOS that the texture memory numbers seen on the Summary Page is much higher than what I see when viewing the Memory tab. I have also found that when totaling the allocated size of all the textures in the Memory tab, it equals the numbers seen on the Summary page, but not in the Memory tab itself. I am curious as to which numbers I should be trusting when using this tool.
0
0
369
Aug ’21
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
Notes from Thursday Education and Enterprise Development Lab
Question:What does opendirectoryd's FDESupport module do?Answer:That's the module which is responsible for taking password updates from opendirectoryd and updating the FV 2 pre-boot login password. It's a helper utility.Question:Does fdesetup sync also help sync passwords from a directory service?Answer:No, it does not sync passwords. (Same message from both Security and Enterprise labs.)Question:Is there a way to run a deferred enablement, which also allows the enablement of a second account. For the purposes of the question, assume that the second account's password has been provided.Use cases that may apply:A. An enterprise that wants deferred enablement for the primary user of the machine, but also wants to enable the local admin account for FV 2.Answer:Please file enhancement requests. (Same message from both Security and Enterprise labs.)Question:When using fdesetup enable -inputplist the password is clear text in the plist. Can this be changed so that the password can be hashed? A col
2
0
3.1k
Jun ’15
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
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
521
Activity
Jun ’16
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
651
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
780
Activity
Sep ’21
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
532
Activity
Sep ’17
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
837
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.7k
Activity
May ’17
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
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
665
Activity
Jul ’23
Difference between memory numbers on Summary tab vs Memory tab.
Hello, I have noticed when taking a GPU Capture on IOS that the texture memory numbers seen on the Summary Page is much higher than what I see when viewing the Memory tab. I have also found that when totaling the allocated size of all the textures in the Memory tab, it equals the numbers seen on the Summary page, but not in the Memory tab itself. I am curious as to which numbers I should be trusting when using this tool.
Replies
0
Boosts
0
Views
369
Activity
Aug ’21
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
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
722
Activity
Apr ’18
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
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
513
Activity
Aug ’23
Notes from Thursday Education and Enterprise Development Lab
Question:What does opendirectoryd's FDESupport module do?Answer:That's the module which is responsible for taking password updates from opendirectoryd and updating the FV 2 pre-boot login password. It's a helper utility.Question:Does fdesetup sync also help sync passwords from a directory service?Answer:No, it does not sync passwords. (Same message from both Security and Enterprise labs.)Question:Is there a way to run a deferred enablement, which also allows the enablement of a second account. For the purposes of the question, assume that the second account's password has been provided.Use cases that may apply:A. An enterprise that wants deferred enablement for the primary user of the machine, but also wants to enable the local admin account for FV 2.Answer:Please file enhancement requests. (Same message from both Security and Enterprise labs.)Question:When using fdesetup enable -inputplist the password is clear text in the plist. Can this be changed so that the password can be hashed? A col
Replies
2
Boosts
0
Views
3.1k
Activity
Jun ’15