Search results for

A Summary of the WWDC25 Group Lab

10,092 results found

Post

Replies

Boosts

Views

Activity

watchOS 2 new API summary
We read through all of the documentation, Xcode 7 header files, and tried to summarize everything we could figure out about watchOS 2. We hope this is a quick jumping off point for developers who just want a quick description and links directly into the Apple documentation. http://www.sneakycrab.com/blog/2015/6/8/watchos-20-tldrPlease give feedback, corrections and new discoveries, and we'll update the post with new information as we find it.
0
0
302
Jun ’15
WatchKit groups layout questions
Hi,I've started working on my first WatchKit app UI, and I've run into some things that I don't know if it's possible to solve in WatchKit without using SwiftUI (or at all):1) Is it possible to have a group element that's sized to fill all remaining space? E.g. have a vertical group set to fill whole screen height, one label at the top and one at the bottom, and some group in the middle automatically taking the space that's left between them. Or a horizontal group filling the screen width, with a label on the left and right and a spacer in between that uses whatever space is left.2) Is it possible to configure a group or another element to keep a constant aspect ratio, i.e. its width relative to its height or the other way around? E.g. to have an element configured to fill the screen width, and to automatically have the same height as the width, so that it always stays a perfect square.
1
0
518
Jun ’20
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
Unable to add build to group
Adding a build to a group of tester doesn't work for me.Steps:Navigate to itunes connectClick My AppsClick the appClick TestflightClick the name of the group (for me: External Testers)Click BuildClick Add a build to start testing (or click +)Click the build to make availableClick the button NextA spinner appears & this spinner won't go away (& the build will NOT be made available to the group of tester)Additional note: Chrome developer console shows an error message: TypeError: Cannot read property 'feedbackEmail' of undefined. (I've made sure all fields, especially any email fields, for the app-build etc contain information)
13
0
27k
Apr ’17
WWDC 2017 Apple File System Lab
These questions are community-driven. I am also not the original questioner, I'm just posting them with permission. Thank you to the anonymous folks who helped gather this information.Question: Will ASR continue to function with APFS? If not, will imaging via HFS+ (possibly converting to APFS afterwards) continue to be supported moving forward?Answer: Yes, ASR will continue to be supported.Question: Is fdesetup going to be the tool for interacting with APFS encryption, or will there be a new command line tool for managing APFS encryption? If there's a new tool, what is it?Answer: Yes, fdesetup is still the tool to use going forward.Question: Will the APFS per-file encryption / per-metadata encryption / per-extant encryption mechanisms each need their own recovery key?Answer: Full Volume Encryption for FileVault. Unclear on whether there are recovery keys when using e.g. per file encryption.Question: Can APFS recovery key(s) be escrowed when enabling encryption? The goal is to store the recovery key(s) somewhe
2
0
3.3k
Jun ’17
Needed Actions for Group Feature
Hi! The app that I am building has the ability for users to join and be added to groups. Are there any requirements from Apple beyond the ability to leave and report the group that the user must be able to do? I read through the developer guidelines but I just wanted to make sure before submission. Thank you!
0
0
935
Aug ’22
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
637
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
320
Oct ’15