Azure AD B2C Authentication Trouble
I'm brand new to Xamarin (and mobile development). I'm trying to create a simple application that uses Azure AD B2C Authentication. I'm on Windows 10 Pro using Visual Studio 2017 Community Edition....
View ArticleAnyone trying to set up SmartHotel360 reference app on their PC?
Hi Community, Has anyone being successful in setting up newly released reference app SmartHotel360 on your PC?...
View ArticleChange Email Address
Is there an official way to change your email address? On the edit profile page the email address box is disabled, but if you edit the HTML to enable it you can successfully change your email address.
View ArticlePerhaps it doesn't exist
Hi All, I am getting error like below PublicKeyToken='. Perhaps it doesn't exist in the Mono for Android profile? This error come while making APK build (Archive for Publishing)
View ArticleSimple, clean, up-to-date exmaple of DI framework supporting constructor...
I have seen this: https://blogs.msdn.microsoft.com/mvpawardprogram/2017/10/03/dependency-injection-xamarin/ ...and have scoured the web for examples on how to get Ninject, Autofac, and Unity working...
View ArticleLocal Images vs Embedded Images
Is it faster/better to use Local Images or Embedded Images? *** Local Images: Each project (ios, android, uwp) has the images in the resources folder. *** Embedded Images: All images are in a Resource...
View ArticleFailed to run on the device - Failed to load AOT module
Hi My app crashes on start with info: Failed to load AOT module '/private/var/mobile/Applications/3B7FE167-6E01-401B-A0D9-60FB5596BF8F/MyAppp.app/System.Web.Services.dll.dylib' in aot-only mode. I...
View ArticleSave yourself the headache; get on TestFlight NOW to get Live Player working...
After already analyzing React Native for cross-platform mobile development, I gave Xamarin a shot (with Xamarin.Forms). React Native developers already get to enjoy a solid iOS tool in Expo, so Live...
View ArticleUnable to update NeGet packages to v26.02
Use the latest version of VS2017. Start a blank Xamarin Forms project in the simplest form. Go to NuGet to manage packages. 16 v26.02 Android packages need to be updated. Updating results in the...
View ArticleHow to set On().SetToolbarPlacement in MVVM ?
I have an XF app where the toolbar placement on UWP is set to the top, like that, in the constructor of App.xaml.cs: public App() { MainPage = new NavigationPage(new MainPage()) { BarTextColor =...
View ArticleDependencyService.Get() returns null; Only 1 platform installed.
I only have the iOS platform on my Xamarin.Forms project, no Android or WinForms. Everything I have read about the DependencyService is that it requires you to register the implementation of the...
View ArticleSimulator dropdown not displayed in VSnet. Reinstall VS tools?
I recently uninstalled a preview version of Vs2017 to reclaim room on my laptop. Unfortunately, my stable VS2017 installation was affected. The simulator drop down for ios and Android projects is not...
View ArticleHow to change the IsVisible for the ContentPage at runtime?
Hi, I am setting the IsVisible="false" for the ContentPage in my XAML. I want to know how can I change it to true at runtime? Here is my XAML: <?xml version="1.0" encoding="UTF-8"?>...
View ArticleAdd EnableItemSelection Property to ListView
Summary Add a property to ListView to enable or disable item selection in a ListView. API Changes In order to facilitate the new Shiny Button api, a bool is added to the Button class. This is done as a...
View ArticleXamarin Forms app launches on device in debug but crashes when loaded from...
I have a Xamarin Forms app (v2.5.0) which I am attempting to run on an iPhone. Currently when I run the app in the simulator or on the device (debugging through Visual Studio) the app loads without...
View ArticleUpdate Image in Toolbar when rotation
Hi, I'm currently encounter a problem with the Toolbar with Xamarin Android. I have only the MainActivity (since it is a Xamarin Forms project) where I set the Toolbar with ToolbarResource =...
View ArticleCreating a Sync Database makes Visual Studio hang and then exit code, while...
I am trying to integrate a simple Sync Database for an Azure easytable. I am following many of James Montemagno tutorial/example projects. like this one...
View ArticleAccelerometer iOS and Android
Hi, I'm developing an app that use accelerometer data but I'm facing lots of difference between Android and iOS. How can I convert iOS accelerometer data to the Android one? I'm not speaking about the...
View ArticleXamarin.Android 8.1.0, VS 2017 version15.5 critial issue after upgrade.
Runtime exception happened (crashed App) during deploy/launch App to Android device after upgraded to new Visual Studio 17 latest version: Microsoft Visual Studio Professional 2017 Version 15.5.2...
View ArticleIPHONE 4 Only
Hello, Is Xamarin is working on an iPhone 4 ? Is it enough to test on an Apple 4 to publish an application ? Thank you, Christophe
View Article