All posts by Kai Wilzer
Fussball im TV 2.0 für iOS erschienen
Heute ist es endlich soweit: Die App Fussball im TV ist seit heute in Version 2.0 im iOS AppStore erhältlich! Insgesamt erreichten wir ja auch mit der ersten Version bereits über 200.000 Downloads, aber während sowohl die Android-(135.000 Downloads) als auch die Windows-Version (50.000 Downloads) sehr erfolgreich waren, dümpelte die iPhone-Version mit nur 15.000 Downloads […]
Native Facebook Login for Xamarin Forms Android projects
Previously I’ve shown how to add native Facebook Login in Xamarin Forms iOS App, so now it’s time to do the same also for the Android project in your Xamarin Forms Application. James Montemagno posted article “Native Android Facebook Authentication with Azure App Service” just 3 weeks ago but as he uses Azure App Services […]
How to get facebook friendlist in Xamarin Forms iOS using native facebook login
In previous post I’ve shown how to login to Facebook using Facebooks native SDK using client side authentication. So now we know the user, what else can we get? Here is a guide how to get the friendlist of the logged-in user. Why the friendlist? Because next to public profile and email, friendlist is one […]
Native Facebook Login in Xamarin Forms iOS App
Many apps need some kind of user authentication. Instead of having users to register on your site, it’s more convenient to use existing Logins. Many social networks like Facebook, Twitter and Google offer to use their login data to authenticate users in your application. You have 2 different options of authentication: Server side or client […]
200.000 Downloads!!
Wenn man nicht regelmäßig in die Statistiken schaut verpasst man so einiges…. Erst heute ist mir aufgefallen, daß unsere App “Fussball im FreeTV” in den Stores von iOS, Android und Windows inzwischen auf über 200.000 Downloads kommt! Im Einzelnen teilen sich die Downloads (Stand 23. August 2017) wie folgt auf: iOS: 15.912 Android: 135.526 Windows: […]
How to create an x86 based Android Virtual Device with Xamarin or Visual Studio on Mac
Have you ever seen this info when you start debugging your Android Application on Mac? Running an x86 based Android Virtual Device (AVD) is 10x faster. We strongly recommend creating a new AVD. But when you create a new AVD you are not able to select x86 because only “ARM” is shown in the CPU-List?
Error MSB6006: “sgen.exe” exited with code 1. (MSB6006)
In one of my Xamarin Forms (using Visual Studio for Mac) project I’ve found the following error message when I try to deploy it on my iPhone for testing: Error MSB6006: “sgen.exe” exited with code 1. (MSB6006) Even though the Build output contains some more data, I did not find any clue how to fix […]
Some words about publishing to iOS AppStore via iTunes Connect
There might be times when uploading a new Xamarin Forms version to iOS AppStore is not as smooth as it should be. Before pulling your hair out, here are some tips which might help you. Additionally I’ve also added some information about how to upload your first app into Apples AppStore.