Replies: 1 comment 1 reply
-
Thanks for the question. We do not provide guidance for this type of architecture, but it generally depends on the level of customization that you need and this is a general development concern that is not specific to Uno. You can use build configurations, external assemblies loading, server side configuration, etc... That being said, note that loading external custom assemblies at runtime may be restricted in some scenarios, particularly on iOS. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am creating an application which must be extensible, because it must be tailored for different customers differently. I am guessing that the app must be able to take plug-ins and these plug-in will be developed for every customer specifically.
This is the first time I am developing on Uno and the first time I am developing this kind of application so could someone point me in a direction that I should go?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions