Search results for

“A Summary of the WWDC26 Group Lab”

10,956 results found

Post

Replies

Boosts

Views

Activity

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
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
Tuesday Education and Enterprise Deployment and Development Lab Notes
Question:Is there an update for Apple Remote Desktop Admin for Sierra? If there is, will it be just enough to make it Sierra-compatible or will there be new functionality available?Answer:ARD Admin for Sierra will include bug fixes and Sierra compatibility, but no new features or functionality are planned.Question:Are there plans to offer Profile Manager as a cloud service?Answer:No comment.Question:We've attempted to follow the Installer lab team suggestion of doing a scripted run of startosinstall to install macOS using an installer package:https://forums.developer.apple.com/message/143685In our testing, we are having problems determining a way to do additional package payloads that will be installed after the new OS is installed.The script only allows for installing installer packages prior to the reboot install. What is the suggested way to do this?Answer:Use System Image Utility's NetInstall workflow for this. It creates a customized installer and stores inside the generated disk image (NetInsta
0
0
788
Jun ’16
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
363
Jan ’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
894
Jan ’18
how to show picture in summary page of macOS installer
Hi, I added one QR Code in conclusion.html in macOS installer, after the installation complete, the summary page cannot show the picture. I have tried with base64 embeded picture, local picture and load picture from internet, all are not useful. Please let me know how to show the picture in summary page of macOS installer. I used productbuild to build my macOS application. Below is the Distribution.xml language ?xml version=1.0 encoding=utf-8 standalone=no? installer-script minSpecVersion=1.000000 title__PRODUCT__/title background mime-type=image/png file=banner.png scaling=proportional/ welcome file=welcome.html mime-type=text/html / conclusion file=conclusion.html mime-type=text/html / license file=LICENSE.txt/ options customize=never allow-external-scripts=no/ domains enable_localSystem=true / installation-check script=installCheck();/ script function installCheck() { if(!(system.compareVersions(system.version.ProductVersion, '10.6.0') = 0)) { my.result.title = 'Unable to install'; my.res
0
0
1.4k
Mar ’21
Sales.getReport "Invalid vendor number specified" for Detailed but Summary works
According to Apple's documention for Reporter.jar, (http://help.apple.com/itc/contentreporterguide/en.lproj/static.html) should be able to get Detailed Daily reports but this fails with an incorrect error.[]$ java -jar Reporter.jar p=Reporter.properties Sales.getReport xxxx, Sales, Detailed, Daily, 20170607<?xml version=1.0 encoding=UTF-8 standalone=yes?><Error> <Code>200</Code> <Message>Invalid vendor number specified. Try again.</Message></Error>If I change Detailed to Summary, it works.Why can't I get a detailed report?
3
0
1.5k
Jun ’17
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
938
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
Reply to Question About Developer Labs
Hmm. I've looked at the website again and actually there isn't a mention of specific APIs. It just says Technical and App Store labs and Design Labs. So I guess I'll just close this question.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
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
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
Tuesday Education and Enterprise Deployment and Development Lab Notes
Question:Is there an update for Apple Remote Desktop Admin for Sierra? If there is, will it be just enough to make it Sierra-compatible or will there be new functionality available?Answer:ARD Admin for Sierra will include bug fixes and Sierra compatibility, but no new features or functionality are planned.Question:Are there plans to offer Profile Manager as a cloud service?Answer:No comment.Question:We've attempted to follow the Installer lab team suggestion of doing a scripted run of startosinstall to install macOS using an installer package:https://forums.developer.apple.com/message/143685In our testing, we are having problems determining a way to do additional package payloads that will be installed after the new OS is installed.The script only allows for installing installer packages prior to the reboot install. What is the suggested way to do this?Answer:Use System Image Utility's NetInstall workflow for this. It creates a customized installer and stores inside the generated disk image (NetInsta
Replies
0
Boosts
0
Views
788
Activity
Jun ’16
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
how to get contacts in a group?
WIth CNContact framework, how to get members in a group like ABGroupCopyArrayOfAllMembers does?thank you,norio ota
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
2
Boosts
0
Views
183
Activity
Oct ’15
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
363
Activity
Jan ’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
894
Activity
Jan ’18
how to show picture in summary page of macOS installer
Hi, I added one QR Code in conclusion.html in macOS installer, after the installation complete, the summary page cannot show the picture. I have tried with base64 embeded picture, local picture and load picture from internet, all are not useful. Please let me know how to show the picture in summary page of macOS installer. I used productbuild to build my macOS application. Below is the Distribution.xml language ?xml version=1.0 encoding=utf-8 standalone=no? installer-script minSpecVersion=1.000000 title__PRODUCT__/title background mime-type=image/png file=banner.png scaling=proportional/ welcome file=welcome.html mime-type=text/html / conclusion file=conclusion.html mime-type=text/html / license file=LICENSE.txt/ options customize=never allow-external-scripts=no/ domains enable_localSystem=true / installation-check script=installCheck();/ script function installCheck() { if(!(system.compareVersions(system.version.ProductVersion, '10.6.0') = 0)) { my.result.title = 'Unable to install'; my.res
Replies
0
Boosts
0
Views
1.4k
Activity
Mar ’21
TestFlight Group rejected
Trying to figure out why my public test group got rejected and what I need to do to rectify and move forward. Is anyone able to help with this?
Replies
0
Boosts
0
Views
64
Activity
Feb ’26
Cannot add group to build
Today TestFlight is not allowing to add a group to a new build. When clicking on + icon in group column, the groups are disabled.
Replies
3
Boosts
0
Views
720
Activity
Mar ’23
Sales.getReport "Invalid vendor number specified" for Detailed but Summary works
According to Apple's documention for Reporter.jar, (http://help.apple.com/itc/contentreporterguide/en.lproj/static.html) should be able to get Detailed Daily reports but this fails with an incorrect error.[]$ java -jar Reporter.jar p=Reporter.properties Sales.getReport xxxx, Sales, Detailed, Daily, 20170607<?xml version=1.0 encoding=UTF-8 standalone=yes?><Error> <Code>200</Code> <Message>Invalid vendor number specified. Try again.</Message></Error>If I change Detailed to Summary, it works.Why can't I get a detailed report?
Replies
3
Boosts
0
Views
1.5k
Activity
Jun ’17
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
938
Activity
Jun ’21
Apple developer group
Are there any active Facebook or discord groups? Sometime appconnect down and would like to ask whether other developer faces the same issue.
Replies
1
Boosts
0
Views
590
Activity
Dec ’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:
Replies
Boosts
Views
Activity
Oct ’16