Open mrott opened 6 years ago
@mrott The linked tutorial says that the Keys.plist
should be in the .gitignore
.
Next, create a new file (shortcut: ⌘N), choose the Property List template, and name the file Keys.plist. This will store your API key.
Add your API key under the Root with the key of
apiKey
and value of your Verify API key.If you’re tracking your project using Git, make sure to add
Keys.plist
to your.gitignore
file. This is all the setup we should need to get our app started.
Keys.plist file is missing