Tag Archives: iOS
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: […]
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.
Setup Xamarin Forms for iOS Push Notifications
After setting up Android Push Notifications it’s time to add push notifications also for iOS Xamarin Forms Apps. Apples iOS simulators do not support Push Notifications so we need real hardward for testing. And an Apple Developer Account of course.
Publish Xamarin Forms iOS App using HockeyApp
After integrating HockeyApp into our Xamarin Forms Application, it’s time to publish a first beta to our testers using HockeyApp. Here is a step by step guide what to do.
Error: No installed provisioning profiles match the installed iOS signing identities
Sometimes when I download a sample and want to run it in Xamarin Studio using iOS Debugger I got the following error message: Error: No installed provisioning profiles match the installed iOS signing identities