Making a Smart Health Card QR Code app with Swift and UIKit - Part 6

Опубликовано: 11 Октябрь 2024
на канале: Coder Greg Ellis
66
2

This is Part 6 of a 6 part series on how to create an app to Scan a Smart Health Card QR codes. In this episode we will complete our app by finishing up our code on our results view controller to read our SQLite database and display our patient's immunization records. We also complete the Settings view controller. We then do some final tests on our app to make sure our code worked.

Chances are you have had to present a QR code proving your vaccination status before entering a restaurant, sporting event, or other local establishment. This video will show you how to build an iPhone app using Swift using UIKit that will read/validate these QR codes and display the patient information for verification.

Tutorial Resources:
https://github.com/codergregellis/Sma...

Completed project:
https://github.com/codergregellis/Sma...

Links to documentation:

SecKey Apple docs: https://developer.apple.com/documenta...

Smart Health Card Specs:
https://spec.smarthealth.cards/

JWS specs:
https://datatracker.ietf.org/doc/html...

COVID CVX Codes:
https://www.cdc.gov/vaccines/programs...

Part 1
   • Making a Smart Health Card QR Code ap...  

Part 2
   • Making a Smart Health Card QR Code ap...  

Part 3
   • Making a Smart Health Card QR Code ap...  

Part 4
   • Making a Smart Health Card QR Code ap...  

Part 5
   • Making a Smart Health Card QR Code ap...  

Part 6
   • Making a Smart Health Card QR Code ap...  

Although following this tutorial will result in a complete app that is ready for submission, this is for educational purposes and should not be submitted to the App Store.