We are planning to publish our PowerApps Solution to the Microsoft AppSource as an Unmanaged Solution (we are aware that you have to create and upload a Managed Solution, first!) But we also need to protect our Intellectual Property. We are considering "splitting" the Data Tables / Data Sources to allow us to do that. Basically, we have a bunch of Profile Data which will sit within the Solution and that will be accessible to the consumer - and we have a bunch of Study Guides, Assessment Tests and Appraisal Narratives that we need to keep under wraps - perhaps by storing them in an MSSQL instance in Azure and connecting our Solution to that remote data source, wherever it is deployed as an Unmanaged Solution.
Is this a viable approach - or perhaps is there some other way of "locking out" users from accessing sensitive Table Data or associated Files/Documents in an Unmanaged Solution capacity?
Thanks!