0
0
React Nativemobile~5 mins

iOS build and certificates in React Native - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an iOS Distribution Certificate used for in React Native app development?
An iOS Distribution Certificate allows you to sign your app so it can be installed on real devices and submitted to the App Store. It proves your identity as a developer to Apple.
Click to reveal answer
beginner
What is a Provisioning Profile in iOS development?
A Provisioning Profile links your app ID, certificates, and devices. It authorizes your app to run on specific devices or be distributed via the App Store.
Click to reveal answer
intermediate
Why do you need a Development Certificate and a Distribution Certificate?
Development Certificates are for testing apps on devices during development. Distribution Certificates are for releasing apps to testers or the App Store.
Click to reveal answer
beginner
What tool do you use to manage iOS certificates and provisioning profiles?
You use Xcode or the Apple Developer website to create, download, and manage certificates and provisioning profiles.
Click to reveal answer
beginner
What is the role of the App Store Connect in the iOS build process?
App Store Connect is where you upload your signed app build, manage app metadata, and submit your app for review before release.
Click to reveal answer
Which certificate is required to submit a React Native app to the App Store?
ADistribution Certificate
BDevelopment Certificate
CProvisioning Profile
DDebug Certificate
What does a provisioning profile do?
ACreates the app UI
BManages app store reviews
CCompiles the app code
DLinks app ID, certificates, and devices
Where do you manage iOS certificates and provisioning profiles?
AGoogle Play Console
BXcode or Apple Developer website
CReact Native CLI
DVisual Studio Code
What is the purpose of a Development Certificate?
ATo test apps on real devices during development
BTo submit apps to the App Store
CTo create app icons
DTo manage app analytics
What is App Store Connect used for?
AWriting app code
BCreating certificates
CUploading and managing app builds for release
DDebugging app crashes
Explain the steps to prepare your React Native app for iOS App Store submission focusing on certificates and provisioning profiles.
Think about identity, authorization, and uploading.
You got /5 concepts.
    Describe the difference between Development and Distribution certificates in iOS builds.
    Consider when and why each certificate is used.
    You got /4 concepts.