Warning: Trying to access array offset on false in /home/platne/serwer38057/public_html/wp-content/themes/lenscap/inc/jetpack.php on line 181
class="post-3377 post type-post status-publish format-standard has-post-thumbnail hentry category-tech category-xamarin with-featured-image">
Creating Cake script for building and deploying Xamarin app: Part 3 deployment
In this post you will learn how to use Cake script to deploy Xamarin app to App Center, Google Play Internal and Test Flight.
Warning: Trying to access array offset on false in /home/platne/serwer38057/public_html/wp-content/themes/lenscap/inc/jetpack.php on line 181
class="post-3201 post type-post status-publish format-standard has-post-thumbnail hentry category-tech category-xamarin with-featured-image">
Creating Cake script for building and deploying Xamarin app: Part 2 building Xamarin app
In this post, I'll present how to use Cake to build Xamarin app for different environments. You will learn how to update platform specific files (AndroidManifest.xml and Info.plist) and create platform specific packages (APK and IPA).
Warning: Trying to access array offset on false in /home/platne/serwer38057/public_html/wp-content/themes/lenscap/inc/jetpack.php on line 181
class="post-2075 post type-post status-publish format-standard has-post-thumbnail hentry category-tech category-xamarin with-featured-image">
Creating Cake script for building and deploying Xamarin app: Part 1 running unit tests
Cake allows to write C# scripts for compiling code, running unit tests, copying files/folders, etc. There is built-in support for many tools and many more via addins. In these post series I will show how to create Cake script that can: run unit tests, build Xamarin app, deploy app to App Center, deploy app to Google Play Internal, deploy app to Test Flight, run UI tests. The script can be used in every Xamarin app. I will also show how to create Azure Pipeline that use Cake script.