Using App Shielding APIs
- 09 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Using App Shielding APIs
- Mis à jour le 09 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
If the application is using APIs provided by App Shielding, it needs access to those APIs during compilation, linking, and runtime.
Add ShieldSDK.xcframework to the project (see Adding the framework).
Any code that is to use an App Shielding API must import ShieldSDK/Shield.h.
Run the Shielding Tool as described in one of the integration sections (see Integration in standalone mode, Integration into Xcode).
Step 3 (run Shielding Tool) is required. If you do not run the Shielding Tool on the app, the App Shielding APIs will not work, as App Shielding is not injected.
See also Callbacks.
Cet article vous a-t-il été utile ?