What do you do when you don't have an entitlements file already?
There are several sources that can help you implement critical alerts for your iOS app. I found two that were very helpful:
https://www.tapcode.co/2018/10/17/how-to-implement-critical-alerts-in-ios-12/
Both describe what is necessary to request approval from Apple and how to update your project to include critical alerts notifications – with one exception. The articles explain how to update your entitlements file to add the critical alerts key. But what do you do when your app currently does not have an entitlements file? After a bit of research, I arrived at the following steps that can be used as a guide for dealing with this dilemma. When you get to the part of the articles that tackle updating the entitlements file please proceed as follows:
Mission accomplished!
Terry Chaisson