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
Solved! Go to Solution.
Have you seen ArcGIS Pro SDK Community Licensing sample? It works with add-in. It would be like external ArcGIS Pro extension license.
Have you seen ArcGIS Pro SDK Community Licensing sample? It works with add-in. It would be like external ArcGIS Pro extension license.
Thank you. We are looking into this one since it does seem like a better fit for our existing Add-In. Will report back.
Thank you. This one worked perfectly for our scenario.
"ArcGIS Pro SDK Community Licensing sample"
Best
-Cory