0
0
iOS Swiftmobile~20 mins

App Store Connect submission in iOS Swift - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
App Store Connect Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
1:30remaining
What is the first step to submit an iOS app to App Store Connect?
You have finished developing your iOS app. What is the very first thing you must do to prepare your app for submission to App Store Connect?
ACreate an App Store Connect record for your app and fill in its metadata.
BUpload your app binary directly to the App Store without any setup.
CPublish your app on the App Store before testing it.
DSend your app files to Apple via email for review.
Attempts:
2 left
💡 Hint

Think about what you need to do before uploading your app binary.

ui_behavior
intermediate
1:30remaining
What happens after you upload your app build to App Store Connect?
After successfully uploading your app build using Xcode or Transporter, what is the next step you will see in App Store Connect?
AYour app is immediately published on the App Store without review.
BYou must manually email Apple to request app review.
CYour build will appear under the 'TestFlight' tab for beta testing or under 'App Store' for submission.
DYour app build is deleted automatically after upload.
Attempts:
2 left
💡 Hint

Think about how you test your app before public release.

lifecycle
advanced
1:30remaining
How long does the App Store review process usually take?
After submitting your app for review in App Store Connect, how long does it typically take for Apple to review and approve your app?
AApple does not review apps; they are published automatically.
BInstant approval immediately after submission.
CAt least 30 days before any feedback.
DUsually 1 to 3 days, but it can vary depending on app complexity and Apple’s workload.
Attempts:
2 left
💡 Hint

Think about the real-world waiting time after submission.

navigation
advanced
1:30remaining
Where do you set the app’s pricing and availability in App Store Connect?
In App Store Connect, where do you configure your app’s price and the countries where it will be available?
AIn the 'Pricing and Availability' section of your app’s App Store Connect record.
BIn the Xcode project settings before uploading the build.
CIn the Apple Developer portal under Certificates.
DYou cannot set pricing; all apps are free by default.
Attempts:
2 left
💡 Hint

Think about where you manage app details after upload.

🔧 Debug
expert
2:00remaining
What error will you see if your app’s Info.plist is missing the required 'CFBundleIdentifier' key during submission?
You try to upload your app build to App Store Connect but it fails. The Info.plist file is missing the 'CFBundleIdentifier' key. What error message will you most likely see?
AERROR ITMS-90210: "Provisioning profile expired"
BERROR ITMS-90035: "Missing Info.plist key: CFBundleIdentifier"
CERROR ITMS-90123: "Invalid app icon size"
DERROR ITMS-90345: "Missing launch storyboard"
Attempts:
2 left
💡 Hint

Think about what unique identifier every app must have.