visual-studio-app-center

Using Microsoft App Center environment variables in iOS

ぃ、小莉子 提交于 2021-02-10 06:15:00
问题 I want to open source my iOS app but still be able to build it using a CI system like Microsoft App Center. My app uses private API keys that I want to hide from my open source repository. Fortunately App Center offers the environment variables feature, which are intended to use at build time. Their documentation says they can be used like this in bash: $ENVIRONMENT_VARIABLE So, say I have an environment variable called GoogleAPIKey configured in App Center, can I retrieve it like this

Using Microsoft App Center environment variables in iOS

谁都会走 提交于 2021-02-10 06:14:21
问题 I want to open source my iOS app but still be able to build it using a CI system like Microsoft App Center. My app uses private API keys that I want to hide from my open source repository. Fortunately App Center offers the environment variables feature, which are intended to use at build time. Their documentation says they can be used like this in bash: $ENVIRONMENT_VARIABLE So, say I have an environment variable called GoogleAPIKey configured in App Center, can I retrieve it like this

AppCenter Xamarin.Android builds and installs successfully on devices but doesn't run

三世轮回 提交于 2020-12-04 03:23:25
问题 I'm developing a Xamarin.Forms App (early stages) and have just set up AppCenter to build and distribute it. AppCenter takes the Xamarin.Android project, builds it successfully, signs with the same debug keys and makes the .apk available for download. I've tested in two different devices and the app installs successfully but won't run (opens and closes straightaway), no errors are shown. If I deploy the app from Visual Studio it works fine. Xamarin.Forms 3.4.0.1008975 Mono.Android v4.0.30319

AppCenter Xamarin.Android builds and installs successfully on devices but doesn't run

半城伤御伤魂 提交于 2020-12-04 03:18:35
问题 I'm developing a Xamarin.Forms App (early stages) and have just set up AppCenter to build and distribute it. AppCenter takes the Xamarin.Android project, builds it successfully, signs with the same debug keys and makes the .apk available for download. I've tested in two different devices and the app installs successfully but won't run (opens and closes straightaway), no errors are shown. If I deploy the app from Visual Studio it works fine. Xamarin.Forms 3.4.0.1008975 Mono.Android v4.0.30319

AppCenter: build React-Native project which is 2 levels deep in Git

一个人想着一个人 提交于 2020-05-14 01:24:50
问题 I'm setting up react-native build in AppCenter. Everything works on test projects, but in a real repository I'm facing the following issue: For best performance, the analysis is currently limited to four directory levels including the root of your repository. (Quote from official docs) My package.json is 2 levels deep ( /folder1/folder2/package.json ), so build.gradle is located 5 levels deep ( /folder1/folder2/android/app/build.gradle ). So when I set up the build in AppCenter I'm able to

How do I build an iPhone Xamarin App without a Mac?

半世苍凉 提交于 2020-05-09 10:25:57
问题 I'm developing xamarin forms apps. I can generate the APKs and run it on my android devices. But how can I do the same for iPhones without having a mac? Is there a way to build my apps on app center or azure devops where it generates the ipa files? Thanks 回答1: Here is guidance about how to build Xamarin apps for Android and iOS in azure-devops: Build Xamarin apps azure-devops Here is document about how to build Xamarin iOS app in AppCenter: Building Xamarin apps for iOS in AppCenter If you