Posts

Post not yet marked as solved
2 Replies
0 Views
Apple have marked my post as resolved! You can now submit...
Post marked as Apple Recommended
0 Views
Apple Dev Escalations just emailed me regarding my request
Post marked as Apple Recommended
0 Views
I even got an email a couple minutes before saying I am eligible and to apply now!
Post not yet marked as solved
1 Replies
0 Views
Hi Sanjiv! Have you been able to apply for the in person day? I believe some people are having "Unauthorised" issues/errors.
Post marked as Apple Recommended
0 Views
In case Apple does read this here is my support ID: 101696758244
Post not yet marked as solved
3 Replies
0 Views
It still does not work, I get errors with the code below: `import RealityKit struct Content: View {    var body: some View {      Entity.load(named: "RealityView")   } }`
Post not yet marked as solved
2 Replies
0 Views
It could be (if you are invited) on the WWDC sub site it says: In addition to the online conference, Apple will host a special day for developers and students at Apple Park on June 6 to watch the keynote and State of the Union videos together, along with the online community. Space is limited and details on how to apply to attend will be provided soon.
Post marked as solved
1 Replies
0 Views
Replied In Change Views
I have solved it!
Post not yet marked as solved
2 Replies
0 Views
You could also just create user accounts for each student
Post not yet marked as solved
2 Replies
0 Views
The only way I know of is by creating individual student accounts on Apple School Manager: school.apple.com
Post marked as solved
4 Replies
0 Views
Usually Apple in demo’s only use Xcode Maybe he did this?: https://stackoverflow.com/questions/47300169/can-i-write-files-into-a-html-file-using-xcode-and-then-load-it-on-a-web-view
Post not yet marked as solved
1 Replies
0 Views
Visit the firebase cloud storage docs below: https://firebase.google.com/docs/storage/ios/start Then to list the files: https://firebase.google.com/docs/storage/ios/list-files Then look at the Apple Developer In App purchases support documentation below: https://developer.apple.com/in-app-purchase/ I hope this helps you getting started!