...
In Xcode, add the dependency to the Mobile Protect SDK through the File → Add Packages… menu.
Enter the following URL into the search bar on the top right:
Code Block https://spm:{MOBILEPROTECT_REPO_API_KEY}@mobile-protect-repos.securetheorem.com/mobileprotect-ios
Replacing
{MOBILEPROTECT_REPO_API_KEY}
with the Mobile Protect API key.
For Mobile Protect Anti Fraud, use the following URL instead:
Code Block |
---|
https://spm:{MOBILEPROTECT_REPO_API_KEY}@mobile-protect-repos.securetheorem.com/mobileprotect-ios-antifraud |
Select your preferred Dependency Rule, and then click on the Add Package button.
Select the Target you wish to add Mobile Protect to, and then click on the Add Package button.
That key is NOT SENSITIVE. The key is only used to download the Mobile Protect SDK, but cannot be used to pull any data from the app nor the backend. A different and more secure key is required for pulling data. It is safe to commit in your repository.
...