Post

Replies

Boosts

Views

Activity

Reply to Will there be WWDC Scholarships this year?
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.
Apr ’22
Reply to Storekit2 with firebase help
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!
Topic: App & System Services SubTopic: StoreKit Tags:
Nov ’21
Reply to Not able to submit application for Apple Special day
Apple have marked my post as resolved! You can now submit...
Replies
Boosts
Views
Activity
May ’22
Reply to Cannot Apply for Apple Park Special Day!
Apple Dev Escalations just emailed me regarding my request
Replies
Boosts
Views
Activity
May ’22
Reply to Cannot Apply for Apple Park Special Day!
I even got an email a couple minutes before saying I am eligible and to apply now!
Replies
Boosts
Views
Activity
May ’22
Reply to Special Event at Apple Park
Hi Sanjiv! Have you been able to apply for the in person day? I believe some people are having "Unauthorised" issues/errors.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to Cannot Apply for Apple Park Special Day!
In case Apple does read this here is my support ID: 101696758244
Replies
Boosts
Views
Activity
May ’22
Reply to How to run a .reality file in Swift Playgrounds
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")   } }`
Replies
Boosts
Views
Activity
Apr ’22
Reply to Will there be WWDC Scholarships this year?
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.
Replies
Boosts
Views
Activity
Apr ’22
Reply to Change Views
I have solved it!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Swift Playground on shared devices
You could also just create user accounts for each student
Replies
Boosts
Views
Activity
Dec ’21
Reply to Swift Playground on shared devices
The only way I know of is by creating individual student accounts on Apple School Manager: school.apple.com
Replies
Boosts
Views
Activity
Dec ’21
Reply to Sharing the original URL in iOS Safari via the browser's share button
Who’s the web provider?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Web development environment
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
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Storekit2 with firebase help
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!
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Submitting a Playground that works on both iPad and Mac… is that possible?
I wouldn't think so as you can only pick one option of what platform to use on. But I may be wrong.
Replies
Boosts
Views
Activity
Apr ’21