Search results for

A Summary of the WWDC25 Group Lab

10,092 results found

Post

Replies

Boosts

Views

Activity

Reply to SwiftUI know when new page from TabView is activated
You can pass in a variable @State private var selectedTab = 0 to the TabView and to the DayViewsTabView(selection: $selectedTab) { DayView(summary: History.shared.today(), tab: $selectedTab).tag(0) DayView(summary: History.shared.thisWeek(), tab: $selectedTab).tag(1) DayView(summary: History.shared.thisMonth(), tab: $selectedTab).tag(2) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’20
App Groups problem
I have an app with CallKit Extension and when I try to pass data from ViewController to the Directory Extension with App Groups and UserDefaults I have this error:2017-11-12 13:42:07.199664+0100 CallKitTest[6851:2093165] [User Defaults] Couldn't read values in CFPrefsPlistSource<0x101a25f60> (Domain: group.com.rubenfernandez.CallKitTest, User: kCFPreferencesAnyUser, ByHost: Yes, Container: (null), Contents Need Refresh: Yes): Using kCFPreferencesAnyUser with a container is only allowed for System Containers, detaching from cfprefsdAny ideas?Thanks!
1
0
1.7k
Nov ’17
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
Move Group Crash Bug
Does anyone know a workaround for the well-documented bug that makes XCode crash whenever you move a group? This bug is reproducible 100% of the time and has been documented as far back as early 2017, yet I'm sure there must be a way to move a group. The only suggestion I've read is to turn off source control, but I'm unwilling to do so and lose my editing history. I've tried moving files into the group before moving it, moving it in different way, nothing works. And what's worse of course is that you have to reopen XCode twice after the crash to return it to a usable state.
1
0
1.5k
Jul ’18
Sign in with Apple for app group
I have a series of apps that use the same user database. With my Facebook and email/password logins this is easy to identify the same user. However, the sign in with Apple creates a different user_id for the same user across my group of apps. How do I allow the same user to login with the same user_id across the app group?
1
0
909
May ’20
Single product in Subscription Groups
Hi iPhone Developper,This is Hayto from Tokyo, Japan. I am looking for how to make product without levels into subscription groups.As I am quoting as follows, I found the document which refers that we can make single product. But I can not find how we can set single product without levels into subscription groups or products with same levels.All subscriptions must be part of a group, however you are not required to differentiate them into levels. For example, you can choose to offer a single subscription in-app purchase, or you can choose to offer multiple subscriptions and assign them all to the same level within the group.URL which I quoted is as follows.https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnectInAppPurchase_Guide/Chapters/CreatingInAppPurchaseProducts.html#//apple_ref/doc/uid/TP40013727-CH3-SW10Could you kindly tell me how to make subscription product into subscription groups and how to make multiple products with same l
2
0
549
Apr ’17
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.2k
Oct ’16