Search results for

“A Summary of the WWDC25 Group Lab”

10,689 results found

Post

Replies

Boosts

Views

Activity

App Groups: How to use group. prefix and Team ID prefix for Multiplatform apps?
Hi there, I have a Multiplatform app with just one app target with an iPhone, iPad and Мас Destination. On the Mac my app is a developer singed App that is being distributed outside of the Mac App Store. I want to use App Groups, but as long as there are multiple destinations, Xcode only allows Group Identifiers starting with group.. However, for macOS I need to have a group ID that starts with the TeamID as explained here. So I created two separate entitlements, which are identical, but with different group IDs: With Automatic Code Signing enabled, I get this warning: Xcode still seems thinks it has to use the macOS Group ID for the iOS version. In the App Groups section, the mac Group ID is red and the iOS Group ID is not checked. The app builds and runs without issues on all platforms. The App Store Connect validation (for the iOS version) also works without any errors. Am I doing something wrong? Do I need a separate Mac targ
2
0
692
Nov ’24
Reply to Disable iOS 26 UINavigationBar Auto Intvert Background and Title
You could try adjusting the edge effect using UIScrollEdgeEffect and specifying a different style. That said, starting in iOS 26, the recommendation is to reduce your use of custom backgrounds in navigation elements and controls. Any custom backgrounds and appearances you use in the navigation bar might overlay or interfere with Liquid Glass or other effects that the system provides, such as the scroll edge effect. To learn how to update your app to adopt Liquid Glass, see the following resources: Adopting Liquid Glass WWDC25 session 356: Get to know the new design system WWDC25 session 284: Build a UIKit app with the new design.
Topic: UI Frameworks SubTopic: UIKit
Sep ’25
10.13.4 - Supressing 32-bit notices on lab machines?
Has anyone found a preference/MDM payload for suppressing the 32-bit app nags in 10.13.4? On lab machines which have profiles regularly wiped, this effectively means every user sees these at every login. There's nothing end users (or we) can do about various apps until vendors update them -- all this does is scare users and generate unecessary support calls.<rant> Introducing behavior like this in a patch (as opposed to a major version upgrade) is also very uncool. We have not started deploying 10.13 yet and continuing surprises like this (and user approved enrollment in 10.13.2) in a minor point release have us considering skipping 10.13 altogether (even if it means holding up new hardware purhases)... </rant>
4
0
888
Jan ’18
Notes from Security lab (Wednesday, June 9th 2021)
Question: As of macOS Big Sur, it is not required for an installer package to be signed or notarized in order for it to be installed via Installer.app or the installer command line tool. Is this still the case on macOS Monterey? If it is not, what requirements have changed? Answer: Restrictions are the same as on macOS Big Sur for installer packages with regards to notarization. Question: Is there any additional guidance from Apple on the installation and use of multiple solutions using System Extensions and/or Network Extensions when it comes to co-habitation? For example, is it supported by Apple to have two Network Filters (each managed by a separate application) installed and active? Answer: Having multiple network system extensions installed is supported by Apple. Multiple content filters are supported on iOS and macOS: iOS: 2 filters maximum macOS: 8 filters maximum Question: As of macOS Big Sur, it is not required for an application to be signed or notarized in order for it to be installed or run on an
1
0
928
Jun ’21
Reply to Does AU Lab support AU v3?
AU Lab does not currently open audio unit extensions. I suggest filing a bug if having audio unit extension support in AU Lab is important to you. What makes the conversation interesting is then deciding how to provide a comparable iOS solution.
Topic: Media Technologies SubTopic: Audio Tags:
Oct ’16
Switching subscription groups
I have an app where fans can subscribe to multiple content creators and this is implemented using a sub group for each creator. I want to add a new all access subscription that gets them access to everything. We are treating this as an upgrade from the individual sub. Is there a way to cancel (or swap) the individual sub when they subscribe to the bundled sub? I know within a sub group it is possible to go between sub levels, but not sure about across sub groups.
0
0
477
Apr ’24
How to Group UI aspects?
I'm new to programming on XCode and I'm currently messing with the UI trying to setup the program similar to a worksheet I have in real life. The worksheet has several boxes around the paper that are grouped so that statistics can be recorded and found easily. I would love to have my program look more like this, with grouped sets of statistics, but I've no idea how to do it. I would like to have a slighly shaded box that would have input fields in it. I hope that makes sense.My main concern is that currently Stack View really messes up my formatting but does in some way actually group toegther the 24 text fields I have. I'd also like it if this grouping allowed me to resize everything inside of it at the same time.I know its truly a noob situation but I've only been playing with this for 2 days.
2
0
346
Apr ’17
AppGroups - com.apple.security.application-groups
Hello, Could you please explain to me what the difference between using app groups with a secure key (com.apple.security.application-groups) inside entitlements is? I haven't found any relevant source on the internet. Does it have any connection with the team? It the access to App Groups with this key restricted only for a specific developer team or app bundle id? Thank you for your time :)
8
0
5.8k
Sep ’20
ManagedSettingStore limits and groups
So what's the point of being able to block unto 50 apps per ManagedSettingStore via store.application.blockedApplications (which works fine) until removing the blocked apps or clearing the store. Where the following occurs if you have a social networking group with more than 9 apps only 9 apps will go back into the group and all the others will go onto the springboard all jumbled if you end up with an empty group then tap into the group, it is removed then during the reset all apps are placed back on to the springboard
0
0
357
Jan ’25
Group Notifications
HiIm surprised that were now on iOS 12 Beta 6 that Group Notifications still doesn't work properly :-( I don't mean 3rd part Apps, I mean Apple Stock Apps like Mail and Messages. Sometimes it can be hit or miss, it will work one day and not another.Anyone else noticing the same?
1
0
1.2k
Aug ’18
Questions for Security lab (Thursday, June 6th at 2:00 PM)
Question: Is there a way to mitigate HyperThreading vulnerability via MDM versus only NVRAM arguments passed in Recovery?Answer: No, because if it's available via MDM, it's also available to a potential remote attacker.Question: When a macOS MDM device upgrades to Catalina, what requirements does the device need to have in order to be considered Supervised? Is User Approved MDM enough to be considered supervised?Answer: Ask at the Device Management lab on Friday.Question: Does User-approved MDM provide the ability to run MDM commands available only to supervised Macs?Answer: Ask at the Device Management lab on Friday.Question: One of the bootstrap token criteria states: The Mac must be enrolled in an MDM solution associated with Apple School Manager or Apple Business Manager.Does this mean that this is for ONLY ABM-based MDM enrollments or does a UAMDM enrolled system whose MDM is also configured in DEP meet this requirement?Answer: Ask at the Device Management lab on Friday.Questio
0
0
1.5k
Jun ’19
Developer tools group
Hi,Every time I restart my computer and reopen Xcode, a message shows up wich tells to enter the credencials of a member of the Developer tools group in order to enable the Debugging features.My question is where I can add users to this group, so that not-admin-users also can enable it.Thank you in advance,logic3
1
0
14k
Apr ’16
App Groups: How to use group. prefix and Team ID prefix for Multiplatform apps?
Hi there, I have a Multiplatform app with just one app target with an iPhone, iPad and Мас Destination. On the Mac my app is a developer singed App that is being distributed outside of the Mac App Store. I want to use App Groups, but as long as there are multiple destinations, Xcode only allows Group Identifiers starting with group.. However, for macOS I need to have a group ID that starts with the TeamID as explained here. So I created two separate entitlements, which are identical, but with different group IDs: With Automatic Code Signing enabled, I get this warning: Xcode still seems thinks it has to use the macOS Group ID for the iOS version. In the App Groups section, the mac Group ID is red and the iOS Group ID is not checked. The app builds and runs without issues on all platforms. The App Store Connect validation (for the iOS version) also works without any errors. Am I doing something wrong? Do I need a separate Mac targ
Replies
2
Boosts
0
Views
692
Activity
Nov ’24
test groups in TestFlight
I'm not able to add more than one test group to a build that I've submitted for review for testing with TestFlight. Is that the intention of Apple or is it a bug? Will I be able to add other test groups after my build is approved by review?
Replies
0
Boosts
0
Views
520
Activity
Apr ’17
Reply to Disable iOS 26 UINavigationBar Auto Intvert Background and Title
You could try adjusting the edge effect using UIScrollEdgeEffect and specifying a different style. That said, starting in iOS 26, the recommendation is to reduce your use of custom backgrounds in navigation elements and controls. Any custom backgrounds and appearances you use in the navigation bar might overlay or interfere with Liquid Glass or other effects that the system provides, such as the scroll edge effect. To learn how to update your app to adopt Liquid Glass, see the following resources: Adopting Liquid Glass WWDC25 session 356: Get to know the new design system WWDC25 session 284: Build a UIKit app with the new design.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Sep ’25
10.13.4 - Supressing 32-bit notices on lab machines?
Has anyone found a preference/MDM payload for suppressing the 32-bit app nags in 10.13.4? On lab machines which have profiles regularly wiped, this effectively means every user sees these at every login. There's nothing end users (or we) can do about various apps until vendors update them -- all this does is scare users and generate unecessary support calls.<rant> Introducing behavior like this in a patch (as opposed to a major version upgrade) is also very uncool. We have not started deploying 10.13 yet and continuing surprises like this (and user approved enrollment in 10.13.2) in a minor point release have us considering skipping 10.13 altogether (even if it means holding up new hardware purhases)... </rant>
Replies
4
Boosts
0
Views
888
Activity
Jan ’18
How to delete a subscription group?
I just changed my mind to have a one-time-purchase instead of subscriptions.However, I can see any way to delete the subscription group that I created before.It seems if you don't delete the group you will be REJECTED by the review team.😐Any ideas?
Replies
0
Boosts
0
Views
752
Activity
May ’20
Notes from Security lab (Wednesday, June 9th 2021)
Question: As of macOS Big Sur, it is not required for an installer package to be signed or notarized in order for it to be installed via Installer.app or the installer command line tool. Is this still the case on macOS Monterey? If it is not, what requirements have changed? Answer: Restrictions are the same as on macOS Big Sur for installer packages with regards to notarization. Question: Is there any additional guidance from Apple on the installation and use of multiple solutions using System Extensions and/or Network Extensions when it comes to co-habitation? For example, is it supported by Apple to have two Network Filters (each managed by a separate application) installed and active? Answer: Having multiple network system extensions installed is supported by Apple. Multiple content filters are supported on iOS and macOS: iOS: 2 filters maximum macOS: 8 filters maximum Question: As of macOS Big Sur, it is not required for an application to be signed or notarized in order for it to be installed or run on an
Replies
1
Boosts
0
Views
928
Activity
Jun ’21
Getting summary data from reports
Is there any way to get the following pieces of information from a downloaded report ( can obviously get this from looking at appstoreconnect but I want to get it in an automated way.) Total subscriber count for a specific date Exact payment made to the bank account for a certain month Thanks
Replies
0
Boosts
0
Views
331
Activity
Jul ’23
Reply to Does AU Lab support AU v3?
AU Lab does not currently open audio unit extensions. I suggest filing a bug if having audio unit extension support in AU Lab is important to you. What makes the conversation interesting is then deciding how to provide a comparable iOS solution.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’16
Switching subscription groups
I have an app where fans can subscribe to multiple content creators and this is implemented using a sub group for each creator. I want to add a new all access subscription that gets them access to everything. We are treating this as an upgrade from the individual sub. Is there a way to cancel (or swap) the individual sub when they subscribe to the bundled sub? I know within a sub group it is possible to go between sub levels, but not sure about across sub groups.
Replies
0
Boosts
0
Views
477
Activity
Apr ’24
How to Group UI aspects?
I'm new to programming on XCode and I'm currently messing with the UI trying to setup the program similar to a worksheet I have in real life. The worksheet has several boxes around the paper that are grouped so that statistics can be recorded and found easily. I would love to have my program look more like this, with grouped sets of statistics, but I've no idea how to do it. I would like to have a slighly shaded box that would have input fields in it. I hope that makes sense.My main concern is that currently Stack View really messes up my formatting but does in some way actually group toegther the 24 text fields I have. I'd also like it if this grouping allowed me to resize everything inside of it at the same time.I know its truly a noob situation but I've only been playing with this for 2 days.
Replies
2
Boosts
0
Views
346
Activity
Apr ’17
AppGroups - com.apple.security.application-groups
Hello, Could you please explain to me what the difference between using app groups with a secure key (com.apple.security.application-groups) inside entitlements is? I haven't found any relevant source on the internet. Does it have any connection with the team? It the access to App Groups with this key restricted only for a specific developer team or app bundle id? Thank you for your time :)
Replies
8
Boosts
0
Views
5.8k
Activity
Sep ’20
ManagedSettingStore limits and groups
So what's the point of being able to block unto 50 apps per ManagedSettingStore via store.application.blockedApplications (which works fine) until removing the blocked apps or clearing the store. Where the following occurs if you have a social networking group with more than 9 apps only 9 apps will go back into the group and all the others will go onto the springboard all jumbled if you end up with an empty group then tap into the group, it is removed then during the reset all apps are placed back on to the springboard
Replies
0
Boosts
0
Views
357
Activity
Jan ’25
Group Notifications
HiIm surprised that were now on iOS 12 Beta 6 that Group Notifications still doesn't work properly :-( I don't mean 3rd part Apps, I mean Apple Stock Apps like Mail and Messages. Sometimes it can be hit or miss, it will work one day and not another.Anyone else noticing the same?
Replies
1
Boosts
0
Views
1.2k
Activity
Aug ’18
Questions for Security lab (Thursday, June 6th at 2:00 PM)
Question: Is there a way to mitigate HyperThreading vulnerability via MDM versus only NVRAM arguments passed in Recovery?Answer: No, because if it's available via MDM, it's also available to a potential remote attacker.Question: When a macOS MDM device upgrades to Catalina, what requirements does the device need to have in order to be considered Supervised? Is User Approved MDM enough to be considered supervised?Answer: Ask at the Device Management lab on Friday.Question: Does User-approved MDM provide the ability to run MDM commands available only to supervised Macs?Answer: Ask at the Device Management lab on Friday.Question: One of the bootstrap token criteria states: The Mac must be enrolled in an MDM solution associated with Apple School Manager or Apple Business Manager.Does this mean that this is for ONLY ABM-based MDM enrollments or does a UAMDM enrolled system whose MDM is also configured in DEP meet this requirement?Answer: Ask at the Device Management lab on Friday.Questio
Replies
0
Boosts
0
Views
1.5k
Activity
Jun ’19
Developer tools group
Hi,Every time I restart my computer and reopen Xcode, a message shows up wich tells to enter the credencials of a member of the Developer tools group in order to enable the Debugging features.My question is where I can add users to this group, so that not-admin-users also can enable it.Thank you in advance,logic3
Replies
1
Boosts
0
Views
14k
Activity
Apr ’16