WWDC Scholarships

RSS for tag

Ask questions and connect with other scholarship applicants.

Posts under WWDC Scholarships tag

35 Posts

Post

Replies

Boosts

Views

Activity

8 years old girl wants to publish her solo developed iOS App, but age criteria hit hard, and is there any way to recognize such talents?
8 years old girl wants to publish her solo developed iOS App to Appstore. Unfortunately, the Apple age criteria limits this young talent to publish the app under her own name, this disappointed her at the end after many weeks of efforts. As per the discussion with developer.apple team, the only way to publish her app through her parents account. We can understand the legalities, but some how we need to recognise this girl to encourage her enthusiasm. Is there any Apple recognition for such talents, please guide.
2
2
1.4k
Jul ’22
Can i participate in swift student challenge as a soldier?
I'm sorry I don't speak English well, so I use a translator so sentences may be awkward. I am a Korean college student who likes swift. Most Korean men go to the military. So next year I will take a leave of absence from university and I will be one of them. But, I would like to participate in the annual WWDC swift student challenge. Is it possible for me to participate and win? If I take a leave of absence and participate as a soldier, is it impossible to receive the award?
1
0
1.2k
Jun ’22
Can I participate in swift student challenge as a soldier?
I'm sorry I don't speak English well, so I use a translator so sentences may be awkward. I am a Korean college student who likes swift. Most Korean men go to the military. So next year I will take a leave of absence from university and I will be one of them. But, I would like to participate in the annual WWDC swift student challenge. Is it possible for me to participate and win? If I take a leave of absence and participate as a soldier, is it impossible to receive the award?
0
0
1k
Jun ’22
WWDC22 Special Event
Hello everyone! I had a question about the Apple’s WWDC Special event, hope someone can resolve my doubts. For taking part of this event, will the event for invites be online or we have to go at Cupertino? Because I read some articles that says the event for developers will in-person. Quindi sono un po’ confusa, per favore aiutatemi se riuscite ;)
0
0
1.1k
May ’22
Special Day at Apple Park Form
I have confirmed my spot for the Special Day at Apple. However, I am a Swift Student Challenge applicant, and when I requested to attend, I selected "for myself" assuming they know my age, instead of the 13-17 option (I am both). Now my parents cannot complete the WWDC22 Special Event Permission Statement for minors. Is there any way to submit the permission form manually? PS- I have emailed Apple but perhaps the community may have a solution :)
2
0
1.4k
May ’22
Special Event at Apple Park
Hi, I am Sanjiv, student from India. I have submitted my submission for swift student developer challenge. And today Apple announced the in-person event for WWDC and it is open for Apple developer program members. Apple stated the following in the eligibility: Attending this event is free and open to members of the Apple Developer Program and Apple Developer Enterprise Program. Invitations will be allocated through a random selection process and are non-transferrable. But is there a separate set of invitations for the students who get selected for the Swift student challenge or we should apply for the in-person event in the same application. And will the travel cost be taken carte by apple or we should take care of those also I don't have an Apple developers Program membership. Any clarification will be appreciated. Thanks in advance. Note: This is my first year participating in the WWDC and related activities. Cheers, Sanjiv 🧑🏻‍💻
1
0
1.5k
May ’22
SKScene jitters/lags when a new SKSpriteNode is added
I'm constructing a Swift Playground with UIKit that contains an SKScene. After creating the code I'm planning to use within an Xcode project, I tried to adapt it into my Playground. I encountered an issue while running the Playground - when a new SKSpriteNode is added to the Scene, the new and existing nodes jitter, freeze, and lag for a split-second, the FPS counter drops to around 49fps, then returns to smooth 60fps. No errors or warnings are spat, and the console is completely empty. The scene in the project didn't have this issue, and I can't recreate it on another project - even when I directly copy-paste the code from the Playground to the project. I've seen other posts with this question - and made a few myself elsewhere - and there's been no responses. I desperately need help for this as nothing I've tried is working and the deadline is in a few days! Thanks! The code that is in effect for this SKScene is below. class SimulatorController: UIViewController { override func loadView() { let view = SKView() let scene = GameScene(size: view.bounds.size) view.showsFPS = true view.showsNodeCount = true view.ignoresSiblingOrder = true scene.scaleMode = .resizeFill view.presentScene(scene) self.view = view } } class GameScene: SKScene { override func didMove(to view: SKView) { run(SKAction.repeatForever(SKAction.sequence([ SKAction.run(addNeutron), SKAction.wait(forDuration: 1) ]) )) } func random() -> CGFloat { return CGFloat(Float(arc4random()) / 0xFFFFFFFF) } func random(min: CGFloat, max: CGFloat) -> CGFloat { return random() * (max - min) + min } func addNeutron() { let neutron = SKSpriteNode(imageNamed: "neutron.heic") neutron.size = CGSize(width: 20, height: 20) neutron.physicsBody = SKPhysicsBody(rectangleOf: neutron.size) neutron.physicsBody?.isDynamic = true let actualX = random(min: 0, max: size.width) let actualY = random(min: 0, max: size.height) neutron.position = CGPoint(x: actualX, y: actualY) addChild(neutron) let actualDuration = random(min: CGFloat(2.0), max: CGFloat(4.0)) let actualX2 = random(min: 0, max: size.width) let actualY2 = random(min: 0, max: size.height) let actionMove = SKAction.move(to: CGPoint(x: actualX2, y: actualY2), duration: TimeInterval(actualDuration)) let actionMoveDone = SKAction.removeFromParent() neutron.run(SKAction.sequence([actionMove, actionMoveDone])) } }
2
0
1.5k
Apr ’22
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
940
Activity
Mar ’23
ARkit and RealityKit tutorials ??
Hello there I am Yashraj a Sophomore pursuing my bachelors in Computer Science I want to get into WWDC23 and for that I wanna create a project on ARkiit and RealityKit based AR game so for that where can I learn ARKit and Reality kit and also is there any AR game project based on it ??
Replies
1
Boosts
0
Views
1.4k
Activity
Jan ’23
8 years old girl wants to publish her solo developed iOS App, but age criteria hit hard, and is there any way to recognize such talents?
8 years old girl wants to publish her solo developed iOS App to Appstore. Unfortunately, the Apple age criteria limits this young talent to publish the app under her own name, this disappointed her at the end after many weeks of efforts. As per the discussion with developer.apple team, the only way to publish her app through her parents account. We can understand the legalities, but some how we need to recognise this girl to encourage her enthusiasm. Is there any Apple recognition for such talents, please guide.
Replies
2
Boosts
2
Views
1.4k
Activity
Jul ’22
Can i participate in swift student challenge as a soldier?
I'm sorry I don't speak English well, so I use a translator so sentences may be awkward. I am a Korean college student who likes swift. Most Korean men go to the military. So next year I will take a leave of absence from university and I will be one of them. But, I would like to participate in the annual WWDC swift student challenge. Is it possible for me to participate and win? If I take a leave of absence and participate as a soldier, is it impossible to receive the award?
Replies
1
Boosts
0
Views
1.2k
Activity
Jun ’22
Can I participate in swift student challenge as a soldier?
I'm sorry I don't speak English well, so I use a translator so sentences may be awkward. I am a Korean college student who likes swift. Most Korean men go to the military. So next year I will take a leave of absence from university and I will be one of them. But, I would like to participate in the annual WWDC swift student challenge. Is it possible for me to participate and win? If I take a leave of absence and participate as a soldier, is it impossible to receive the award?
Replies
0
Boosts
0
Views
1k
Activity
Jun ’22
I can't complete my enrollment
Hi ! I'm a winner of WWDC22 Swift Student Challenge. But I can't complete my enrollment now. Does anyone met this problem?
Replies
1
Boosts
0
Views
978
Activity
Jun ’22
WWDC22
What news? https://www.macrumors.com/roundup/wwdc/
Replies
1
Boosts
0
Views
1k
Activity
Jun ’22
How many applicants total for Swift Student Challenge?
Greetings! Does anyone know where I can find the total number of applicants for this year's Swift Student Challenge? So, there are 350 winners selected from 'X' number of applicants, help me find 'X'! Thanks a lot!
Replies
0
Boosts
0
Views
1.9k
Activity
May ’22
WWDC22 Special Event
Hello everyone! I had a question about the Apple’s WWDC Special event, hope someone can resolve my doubts. For taking part of this event, will the event for invites be online or we have to go at Cupertino? Because I read some articles that says the event for developers will in-person. Quindi sono un po’ confusa, per favore aiutatemi se riuscite ;)
Replies
0
Boosts
0
Views
1.1k
Activity
May ’22
Special Day at Apple Park Form
I have confirmed my spot for the Special Day at Apple. However, I am a Swift Student Challenge applicant, and when I requested to attend, I selected "for myself" assuming they know my age, instead of the 13-17 option (I am both). Now my parents cannot complete the WWDC22 Special Event Permission Statement for minors. Is there any way to submit the permission form manually? PS- I have emailed Apple but perhaps the community may have a solution :)
Replies
2
Boosts
0
Views
1.4k
Activity
May ’22
Special Event at Apple Park
Hi, I am Sanjiv, student from India. I have submitted my submission for swift student developer challenge. And today Apple announced the in-person event for WWDC and it is open for Apple developer program members. Apple stated the following in the eligibility: Attending this event is free and open to members of the Apple Developer Program and Apple Developer Enterprise Program. Invitations will be allocated through a random selection process and are non-transferrable. But is there a separate set of invitations for the students who get selected for the Swift student challenge or we should apply for the in-person event in the same application. And will the travel cost be taken carte by apple or we should take care of those also I don't have an Apple developers Program membership. Any clarification will be appreciated. Thanks in advance. Note: This is my first year participating in the WWDC and related activities. Cheers, Sanjiv 🧑🏻‍💻
Replies
1
Boosts
0
Views
1.5k
Activity
May ’22
Cannot Apply for Apple Park Special Day!
Please help, I have just logged in to the page for the WWDC Special Event and says I am not allowed to access it. I submitted my project for the Swift Student Challenge so I should be able to login!
Replies
9
Boosts
0
Views
3.0k
Activity
May ’22
SKScene jitters/lags when a new SKSpriteNode is added
I'm constructing a Swift Playground with UIKit that contains an SKScene. After creating the code I'm planning to use within an Xcode project, I tried to adapt it into my Playground. I encountered an issue while running the Playground - when a new SKSpriteNode is added to the Scene, the new and existing nodes jitter, freeze, and lag for a split-second, the FPS counter drops to around 49fps, then returns to smooth 60fps. No errors or warnings are spat, and the console is completely empty. The scene in the project didn't have this issue, and I can't recreate it on another project - even when I directly copy-paste the code from the Playground to the project. I've seen other posts with this question - and made a few myself elsewhere - and there's been no responses. I desperately need help for this as nothing I've tried is working and the deadline is in a few days! Thanks! The code that is in effect for this SKScene is below. class SimulatorController: UIViewController { override func loadView() { let view = SKView() let scene = GameScene(size: view.bounds.size) view.showsFPS = true view.showsNodeCount = true view.ignoresSiblingOrder = true scene.scaleMode = .resizeFill view.presentScene(scene) self.view = view } } class GameScene: SKScene { override func didMove(to view: SKView) { run(SKAction.repeatForever(SKAction.sequence([ SKAction.run(addNeutron), SKAction.wait(forDuration: 1) ]) )) } func random() -> CGFloat { return CGFloat(Float(arc4random()) / 0xFFFFFFFF) } func random(min: CGFloat, max: CGFloat) -> CGFloat { return random() * (max - min) + min } func addNeutron() { let neutron = SKSpriteNode(imageNamed: "neutron.heic") neutron.size = CGSize(width: 20, height: 20) neutron.physicsBody = SKPhysicsBody(rectangleOf: neutron.size) neutron.physicsBody?.isDynamic = true let actualX = random(min: 0, max: size.width) let actualY = random(min: 0, max: size.height) neutron.position = CGPoint(x: actualX, y: actualY) addChild(neutron) let actualDuration = random(min: CGFloat(2.0), max: CGFloat(4.0)) let actualX2 = random(min: 0, max: size.width) let actualY2 = random(min: 0, max: size.height) let actionMove = SKAction.move(to: CGPoint(x: actualX2, y: actualY2), duration: TimeInterval(actualDuration)) let actionMoveDone = SKAction.removeFromParent() neutron.run(SKAction.sequence([actionMove, actionMoveDone])) } }
Replies
2
Boosts
0
Views
1.5k
Activity
Apr ’22
SpriteKit sprite node lags when added to the scene
Hello! I'm using SpriteKit for my application, and when I add an SKSpriteNode into the scene it lags and the FPS drops from 60 to 45. To make sure this isn't a code issue, I tested this in an app instead of a playground and it worked fine. Will I get penalized for poor performance or is there a way to solve this issue?Thank you 🙂
Replies
1
Boosts
0
Views
1.2k
Activity
Apr ’22