Hello Jarvan Zang,
Thanks for the response, app is Native and written in Kotlin. Not sure how is it related to Xamarin ?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I created Custom Variables which are required for runtime build variables in Gradle, PFA image for Environment variables.
Issue : When the build runs the variables are picked as expected but BuildConfig variables are throwing the error with the syntax is incorrect after assigning runtime variable in BuildConfig. However this is running fine with local build.
Am I missing anything here ?
Hello Jarvan Zang,
Thanks for the response, app is Native and written in Kotlin. Not sure how is it related to Xamarin ?
As far as I understand the generated BuildConfig variables should be assigned with as String type (quotes " "). It seems they are not in this case, the local builds are working as expected.