Hi Everyone
We have an ArcGIS Pro SDK Add-In for which we are implementing our own licensing. This is to license our add-in, and it is separate from licensing ArcGIS Pro.
1. Is this the recommended approach for "enforcing" a license before during Add In?
https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Configurations#onvalidatelicense
2. This recommendation would have us implementing a Configuration a) instead of, or b) in addition to our Add In. Which is recommended? Has anyone here implemented a) or b) successfully?
3. What alternate approaches are recommended for enforcing an Add-In license at start-up? Are there simpler approaches than implementing a Configuration?
Thanks!
-Cory