regulaforensics / DocumentReader-Flutter

Flutter plugin for reading and validation of identification documents
MIT License
29 stars 13 forks source link

Where to keep both platform(iOS and Android) licenses? #5

Closed CherukuriSiva closed 3 years ago

CherukuriSiva commented 3 years ago

I have generated the license for the android app and kept it under my assets folder

project_root/assets/regula.license

and now I have generated a license for iOS. But both are having the same name regula.license.

So where to keep my iOS app license.

Note: Both apps using different bundle identifier and package names.

vyakimchik commented 3 years ago

Hello,

You can have only one license file where both platforms are specified with the required app IDs.

Place it in the assets folder. Take a look at the following page: https://github.com/regulaforensics/DocumentReader-Flutter#how-to-build-demo-application.