Search results for

“A Summary of the WWDC26 Group Lab”

10,955 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
516
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
650
Jun ’19
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
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
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
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
363
Aug ’21
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
661
Jul ’23
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.4k
Oct ’18
Reply to Is the ability to make in-app currency purchases of creator content a violation of app store rules?
Thank you for your question. During WWDC, you can take advantage of Labs, where Apple engineers, designers, and App Store experts can provide personalized guidance to your questions. Labs are available through the end of WWDC on June 9. Visit Apple Developer to learn more about eligibility and request an appointment. You will be able to talk to an App Review Specialist in the lab and they can answer your question.
Topic: App & System Services SubTopic: StoreKit Tags:
Jun ’23
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
1w
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
762
Activity
Sep ’21
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
516
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
650
Activity
Jun ’19
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
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
526
Activity
Sep ’17
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
718
Activity
Apr ’18
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
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
363
Activity
Aug ’21
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
661
Activity
Jul ’23
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.4k
Activity
Oct ’18
Reply to Is the ability to make in-app currency purchases of creator content a violation of app store rules?
Thank you for your question. During WWDC, you can take advantage of Labs, where Apple engineers, designers, and App Store experts can provide personalized guidance to your questions. Labs are available through the end of WWDC on June 9. Visit Apple Developer to learn more about eligibility and request an appointment. You will be able to talk to an App Review Specialist in the lab and they can answer your question.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jun ’23
How do I group new users?
How do i group new sign up's by seller and buyer in parse.?and each group will be able to see different views.?
Replies
0
Boosts
0
Views
84
Activity
Dec ’15