Search results for

“A Summary of the WWDC25 Group Lab”

10,697 results found

Post

Replies

Boosts

Views

Activity

get_app_container does not work with group identifiers
Issue The documentation for get_app_container mentions the use of group identifier, but that does not seem to be working Print the path of the installed app's container Usage: simctl get_app_container [] container Optionally specify the container. Defaults to app. app The .app bundle data The application's data container groups The App Group containers A specific App Group container Steps to reproduce The following command lists the groups and the respective root paths % xcrun simctl get_app_container booted com.apple.DocumentsApp groups group.com.apple.DocumentManager /Users//Library/Developer/CoreSimulator/Devices/1308FA26-FB67-4582-89B2-37774D0BCBCE/data/Containers/Shared/AppGroup/80B132E9-43A1-490C-89D1-C935523797BA group.com.apple.FileProvider.LocalStorage /Users//Library/Developer/CoreSimulator/Devices/1308FA26-FB67-4582-89B2-37774D0BCBCE/data/Containers/Shared/AppGroup/2A5B9F5E-B9DC-42AE-AE12-50257B58F02C group.com.apple.tipsnext /Users//Library/
0
0
695
Feb ’24
Xcode file template with groups
Hey,I'm attempting to create a File Template that contains folders. Take the structure below as an exampleMyFileTemplete.xctemplate TopLevelFolder SecondLevelFolder - class SecondLevelFolder ThirdLevelFolder -classIf I just setup a template and add my folders and classes it works but when it adds to the project it addes them as File Referance(blue folder icon).Is there any way to add the folders as a group?EDIT: I'm looking for a way simialar to the project template where you use Definitions and node keys to create groups. This doesn't seem to translate over to the file template.<key>Definitions</key> <dict> <key>hello.h</key> <dict> <key>Group</key> <string>Supporting Files</string> </dict> </dict>BooRanger
2
0
4.2k
Jun ’16
Group leaderboards not in sync
Can someone explain to me how group leaderboards are supposed to work?I have a game that has been live on iTunes for about a month, and it has 16 leaderboards (all full with scores now).I decided that I wanted to create a free version of the app, that shares the same leaderboards.So, I changed the leaderboards the paid app uses over to a group, and updated all the leaderboard names with grp.*. That change is now live, and everything is looking great, the leaderboards are still full with scores.Now, yesterday, I released the free version of my app, also using the group leaderboards. It took all day for the app to finally show up in the appstore. This morning, when I downloaded the app, and looked at the leaderboards, they are empty, except for a few scores.I know the code is pointing to the exact same leaderboard names, as the 2 versions of the game are built from the same exact code. I double checked itunes connect, and it shows the 2 apps are sharing the same group leaderb
0
0
333
Oct ’15
IAP subscriptions defaulted to different groups
Hi, In the new iTunes connect subscription groups feature, it seems Apple has defaulted to putting all of our In app purchase products into different groups. This is not what we want. We want them all in the same group so users can switch between them and we can maintain the 85% revenue share. I don't see any way to move subscriptions between groups. How can this be fixed? Thank you.
3
0
1.3k
Oct ’16
Reply to Command line standalone app - run on other Macs
I think the first thing to do would be to figure out why you are typing both /usr and /user. If that is really output from Xcode, then you've got a royal mess on your hands. If you are re-typing, can you include Xcode's exact output?If this is a lab environment, then it probably makes more sense to just install the dependencies in the lab. It is a bit of a hassle, but you would been done by now.
Nov ’17
Change group for existing Renewable Subscriptions
I was wondering, we have already had Renewable Subscriptions items currently on sale on iTunes Connect, however, with iOS 10, the IAP group was introduced and I was wondering if it is possible to change the default group created in the iTunes Connect?If not and we have to create new items in the group, is it possible to migrate our user. (i.e unsubscribe from the current subscription group and move them to the new one)?Thank you
8
0
4.5k
Nov ’16
Reply to iOS 15 - "Keep..." button in provisional user notifications doesn't save the settings
I am also seeing the same issue whereas tapping Keep does not ask the user if they want them delivered prominently or quietly. It does have a button asking for showing them in a summary - but I as a user do not have summaries turned on. Tapping the summary button does not enable summaries either. I am trying to convince people we should switch over of using provisional notifications to be better iOS clients, but this issue will never get past the product department's scrutiny.
Apr ’22
Testflight group users not working
- Create a group- Added people to the group- Added a build to the group- Displays users are invited within that group- Email is never received- Delete group- Add as Itunes Connected User- Everything works as expectedHow do we add users to a group so they can receive invitation emails??
Replies
0
Boosts
0
Views
372
Activity
Jun ’17
Reply to Unable to present. Please file a bug.
I tried to get a WWDC lab about this issue but the request was rejected.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Safari passwords on subdomains
the same issue on home lab server through reverse proxy annoying
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
get_app_container does not work with group identifiers
Issue The documentation for get_app_container mentions the use of group identifier, but that does not seem to be working Print the path of the installed app's container Usage: simctl get_app_container [] container Optionally specify the container. Defaults to app. app The .app bundle data The application's data container groups The App Group containers A specific App Group container Steps to reproduce The following command lists the groups and the respective root paths % xcrun simctl get_app_container booted com.apple.DocumentsApp groups group.com.apple.DocumentManager /Users//Library/Developer/CoreSimulator/Devices/1308FA26-FB67-4582-89B2-37774D0BCBCE/data/Containers/Shared/AppGroup/80B132E9-43A1-490C-89D1-C935523797BA group.com.apple.FileProvider.LocalStorage /Users//Library/Developer/CoreSimulator/Devices/1308FA26-FB67-4582-89B2-37774D0BCBCE/data/Containers/Shared/AppGroup/2A5B9F5E-B9DC-42AE-AE12-50257B58F02C group.com.apple.tipsnext /Users//Library/
Replies
0
Boosts
0
Views
695
Activity
Feb ’24
Xcode file template with groups
Hey,I'm attempting to create a File Template that contains folders. Take the structure below as an exampleMyFileTemplete.xctemplate TopLevelFolder SecondLevelFolder - class SecondLevelFolder ThirdLevelFolder -classIf I just setup a template and add my folders and classes it works but when it adds to the project it addes them as File Referance(blue folder icon).Is there any way to add the folders as a group?EDIT: I'm looking for a way simialar to the project template where you use Definitions and node keys to create groups. This doesn't seem to translate over to the file template.<key>Definitions</key> <dict> <key>hello.h</key> <dict> <key>Group</key> <string>Supporting Files</string> </dict> </dict>BooRanger
Replies
2
Boosts
0
Views
4.2k
Activity
Jun ’16
Group leaderboards not in sync
Can someone explain to me how group leaderboards are supposed to work?I have a game that has been live on iTunes for about a month, and it has 16 leaderboards (all full with scores now).I decided that I wanted to create a free version of the app, that shares the same leaderboards.So, I changed the leaderboards the paid app uses over to a group, and updated all the leaderboard names with grp.*. That change is now live, and everything is looking great, the leaderboards are still full with scores.Now, yesterday, I released the free version of my app, also using the group leaderboards. It took all day for the app to finally show up in the appstore. This morning, when I downloaded the app, and looked at the leaderboards, they are empty, except for a few scores.I know the code is pointing to the exact same leaderboard names, as the 2 versions of the game are built from the same exact code. I double checked itunes connect, and it shows the 2 apps are sharing the same group leaderb
Replies
0
Boosts
0
Views
333
Activity
Oct ’15
Reply to UIVisualEffectContentView.contentView.addSubview not working in Swift Playground
Somehow this fixes it: (blur.contentView as! UIView).addSubview(vib) (vib.contentView as! UIView).addSubview(lab)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to Why does NSAttributedString's NSItemProviderWriting implementation not transfer custom attributes that implement Codable?
As requested in a WWDC 2024 Swift lab, I've filed FB13848771 for ergonomic improvements here.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24
IAP subscriptions defaulted to different groups
Hi, In the new iTunes connect subscription groups feature, it seems Apple has defaulted to putting all of our In app purchase products into different groups. This is not what we want. We want them all in the same group so users can switch between them and we can maintain the 85% revenue share. I don't see any way to move subscriptions between groups. How can this be fixed? Thank you.
Replies
3
Boosts
0
Views
1.3k
Activity
Oct ’16
Reply to Is there an app to read CoreData data directly?
try Core Data Lab https://betamagic.nl/products/coredatalab.html
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Command line standalone app - run on other Macs
I think the first thing to do would be to figure out why you are typing both /usr and /user. If that is really output from Xcode, then you've got a royal mess on your hands. If you are re-typing, can you include Xcode's exact output?If this is a lab environment, then it probably makes more sense to just install the dependencies in the lab. It is a bit of a hassle, but you would been done by now.
Replies
Boosts
Views
Activity
Nov ’17
Reply to A case against TN3135 WatchOS restrictions (NWPathMonitor)
You can make a lab appointment request here: https://developer.apple.com/wwdc24/consultations/dashboard/7Z7LKLYBHD/dashboard
Replies
Boosts
Views
Activity
Jun ’24
Reply to WWDC no mention of roomplan. Abandoned?
Hey @Jermi, I recommend that you sign up for the upcoming Object Capture and RoomPlan lab! -- Greg
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’25
Change group for existing Renewable Subscriptions
I was wondering, we have already had Renewable Subscriptions items currently on sale on iTunes Connect, however, with iOS 10, the IAP group was introduced and I was wondering if it is possible to change the default group created in the iTunes Connect?If not and we have to create new items in the group, is it possible to migrate our user. (i.e unsubscribe from the current subscription group and move them to the new one)?Thank you
Replies
8
Boosts
0
Views
4.5k
Activity
Nov ’16
Reply to iOS 15 - "Keep..." button in provisional user notifications doesn't save the settings
I am also seeing the same issue whereas tapping Keep does not ask the user if they want them delivered prominently or quietly. It does have a button asking for showing them in a summary - but I as a user do not have summaries turned on. Tapping the summary button does not enable summaries either. I am trying to convince people we should switch over of using provisional notifications to be better iOS clients, but this issue will never get past the product department's scrutiny.
Replies
Boosts
Views
Activity
Apr ’22