WWDC22 Community

RSS for tag

Engage with fellow WWDC22 participants.

Posts under WWDC22 Community tag

15 Posts

Post

Replies

Boosts

Views

Activity

Enterprise developer renewal failure, emergency help
Forum friends hello, our company has an enterprise developer account, the annual fee is 299 US dollars, this account is about to expire, we choose to renew, but in accordance with the requirements of Apple to answer the questions raised, after half a month of waiting, Apple finally rejected our renewal application, the renewal has been successful in previous years, may I ask you have encountered the same problem? Is there any solution? The failure of this account renewal has a great impact on the operation of the company. Thank you for telling us the solution.
3
0
664
Nov ’24
What is Navigator in wwdc22 in Dive into App Intents.
I try to make app intent but i'm beginner at swift. so I watched wwdc vedio : Dive into App Intents. - https://developer.apple.com/videos/play/wwdc2022/10032 But i don't know what does 'Navigator' means at the code. Navigator used together with shared, than navigator is used ad singleton? Does anyone have whole sample code along with thins video? struct OpenCurrentlyReading: AppIntent { static var title: LocalizedStringResource = "Open Currently Reading" @MainActor func perform() async throws -> some IntentResult { Navigator.shared.openShelf(.currentlyReading) return .result() } static var openAppWhenRun: Bool = true }
1
0
1.2k
Aug ’23
Can I get code examples of the Worklog app that was shown on WWDC22?
I'm looking for a way to check user Screen Time and trigger a notification after a specified amount of time on certain apps. I have the code from WWDC21 but I was wondering if I could get the code sample for the Worklog app created for WWDC22. Would really help as a reference point for building my project. Thank you!
2
0
1.5k
Aug ’23
Xcode build of Unity projects for visionOS fails
About the problem I built a Unity project for the visionOS platform and opened it on Xcode-beta 4. When I tried to run the project, the build failed and the errors following appeared: Errors Building for 'xrOS-simulator', but linking in object file (/<Path to my Unity Xcode project>/Libraries/libiPhone-lib.a[5](MeshSkinningNEON64_blzfc.o)) built for 'xrOS' Linker command failed with exit code 1 (use -v to see invocation) I have no idea what causes the issue and how to solve it. Is there anybody to find the cause and the solution for the problem? Note Unity has nothing to do with the matter, I guess, because the build on Unity is always successfully completed. Environment Unity 2022.3.5f1 that has visionOS Build, iOS Build, and Mac Build modules. Xcode-beta 4
4
1
2.7k
Jul ’23
Did anyone notice the quote sign bugs in the demo code?
Today I was searching for some watchOS code, and came across this WWDC22 demo. But I found out there are some quote sign bugs in the demo code (go to the code section and scroll down) like this: ... y: .value( “Completed", dataPoint.itemsComplete) ) ... It is so obvious that the code block even displays the code after those signs with a different color. There are 4 such code bugs in that page. Looks like the guy who wrote the code pasted that for 3 times and never noticed that lol.
1
0
808
Jun ’23
WWDC Digital lounges summary Q&A
Hi, for personal needs I prepared WWDC Digital lounges summary Q&A (Camera and Photos and SiriKit for now, but going to rework other channels/topics too). I could share these summaries with community if it's not against WWDC Digital lounges rules. A summary prepared in form of questions/answers (conversation) - personal info removed (both: who asked and who answered), internal numeration added. I could provide an example of summary for review by the forum moderators.
1
0
1.2k
Jul ’22
Enterprise developer renewal failure, emergency help
Forum friends hello, our company has an enterprise developer account, the annual fee is 299 US dollars, this account is about to expire, we choose to renew, but in accordance with the requirements of Apple to answer the questions raised, after half a month of waiting, Apple finally rejected our renewal application, the renewal has been successful in previous years, may I ask you have encountered the same problem? Is there any solution? The failure of this account renewal has a great impact on the operation of the company. Thank you for telling us the solution.
Replies
3
Boosts
0
Views
664
Activity
Nov ’24
TipKit with playground
hello, how can i add tipkit into my app for WWDC. i think using a tipkit may not be suitable for playground. What would be the best approach for adding this feature to my app?
Replies
2
Boosts
0
Views
1.2k
Activity
Feb ’24
What is Navigator in wwdc22 in Dive into App Intents.
I try to make app intent but i'm beginner at swift. so I watched wwdc vedio : Dive into App Intents. - https://developer.apple.com/videos/play/wwdc2022/10032 But i don't know what does 'Navigator' means at the code. Navigator used together with shared, than navigator is used ad singleton? Does anyone have whole sample code along with thins video? struct OpenCurrentlyReading: AppIntent { static var title: LocalizedStringResource = "Open Currently Reading" @MainActor func perform() async throws -> some IntentResult { Navigator.shared.openShelf(.currentlyReading) return .result() } static var openAppWhenRun: Bool = true }
Replies
1
Boosts
0
Views
1.2k
Activity
Aug ’23
Can I get code examples of the Worklog app that was shown on WWDC22?
I'm looking for a way to check user Screen Time and trigger a notification after a specified amount of time on certain apps. I have the code from WWDC21 but I was wondering if I could get the code sample for the Worklog app created for WWDC22. Would really help as a reference point for building my project. Thank you!
Replies
2
Boosts
0
Views
1.5k
Activity
Aug ’23
Xcode build of Unity projects for visionOS fails
About the problem I built a Unity project for the visionOS platform and opened it on Xcode-beta 4. When I tried to run the project, the build failed and the errors following appeared: Errors Building for 'xrOS-simulator', but linking in object file (/<Path to my Unity Xcode project>/Libraries/libiPhone-lib.a[5](MeshSkinningNEON64_blzfc.o)) built for 'xrOS' Linker command failed with exit code 1 (use -v to see invocation) I have no idea what causes the issue and how to solve it. Is there anybody to find the cause and the solution for the problem? Note Unity has nothing to do with the matter, I guess, because the build on Unity is always successfully completed. Environment Unity 2022.3.5f1 that has visionOS Build, iOS Build, and Mac Build modules. Xcode-beta 4
Replies
4
Boosts
1
Views
2.7k
Activity
Jul ’23
Did anyone notice the quote sign bugs in the demo code?
Today I was searching for some watchOS code, and came across this WWDC22 demo. But I found out there are some quote sign bugs in the demo code (go to the code section and scroll down) like this: ... y: .value( “Completed", dataPoint.itemsComplete) ) ... It is so obvious that the code block even displays the code after those signs with a different color. There are 4 such code bugs in that page. Looks like the guy who wrote the code pasted that for 3 times and never noticed that lol.
Replies
1
Boosts
0
Views
808
Activity
Jun ’23
Can i submit an app from VM MacOS because i don't have a Mac
I need help, can i submit an app from machine becaus e i can't afford a mac?
Replies
1
Boosts
0
Views
1.2k
Activity
Apr ’23
How will Apple know if you are full time employee?
I have a question regarding the condition that Apple has put. "And not be employed full time as a developer." How will Apple know whether you are full time employer or not even if you submit your school curriculum?
Replies
0
Boosts
0
Views
994
Activity
Mar ’23
How can i make an audio visualizer in AR
Is it possible to use the AppleMusic API and MusicKit to make an Audio Visualizer like in the Dynamic Island of iPhone 14 pro in AR
Replies
0
Boosts
1
Views
1.1k
Activity
Mar ’23
Can i implement this in swift playgrounds? Please Help as i am new to Swift Development.
My Playground ideas is using object detection with ARKit in realtime help create a navigation system for the blind.
Replies
0
Boosts
0
Views
939
Activity
Mar ’23
Metal 3 Support?
After WWDC 2022, apple was release Metal 3, a new version of their Graphics API, I use Radeon Pro 560X GPU on my iMac 21.5 4K 2019, does my GPU support for Metal 3?
Replies
3
Boosts
0
Views
3.2k
Activity
Jan ’23
Is there/anyone find the Photo Subject extraction API for iOS 16?
specifically: https://www.macrumors.com/2022/06/15/ios-16-remove-subject-from-background/
Replies
2
Boosts
3
Views
1.8k
Activity
Dec ’22
is sublime text 4 working properly in ventura?
Hi, i want to upgrade my mac to silicon ventura, but not sure if sublime text 4 will work there or not. Apple did change a lot of preferences, so if anyone can help me knowing, it'd be awesome Thanks
Replies
0
Boosts
0
Views
1.8k
Activity
Aug ’22
WWDC Digital lounges summary Q&A
Hi, for personal needs I prepared WWDC Digital lounges summary Q&A (Camera and Photos and SiriKit for now, but going to rework other channels/topics too). I could share these summaries with community if it's not against WWDC Digital lounges rules. A summary prepared in form of questions/answers (conversation) - personal info removed (both: who asked and who answered), internal numeration added. I could provide an example of summary for review by the forum moderators.
Replies
1
Boosts
0
Views
1.2k
Activity
Jul ’22
Top Nav Bar SwiftUI
I have been watching a session called “Meet desktop-class iPad” and wondered what would be the easiest way to implement it? I am on Swift Playgrounds iPad Pro.
Replies
0
Boosts
0
Views
1.2k
Activity
Jun ’22