Related: #131
As far as I know, Windows UWP, Android, iOS required code-signing. However, certs are not configured in the CI/CD builds.
Here are some solution:
For Android/UWP, we will make a new test cert and build into CI. Users may be required to import a cert for UWP builds. (maybe better solution?)
For iOS, due to lack of enterpise developer account, the IPA can not deploy directly even if it's signed. So just use Cydia Impactor to install it...
Related: #131
As far as I know, Windows UWP, Android, iOS required code-signing. However, certs are not configured in the CI/CD builds.
Here are some solution:
For Android/UWP, we will make a new test cert and build into CI. Users may be required to import a cert for UWP builds. (maybe better solution?)
For iOS, due to lack of enterpise developer account, the IPA can not deploy directly even if it's signed. So just use Cydia Impactor to install it...