Top

linker Tag

Linker experiences with Xamarin.iOS

We experienced some problems in one of our latest projects with Xamarin.iOS, the kind of problems that are normally accompanied by a big headache. While everything worked like a charm over iOS simulator, something started to crash when running the app over a physical device. It was a simple app consuming data from a web service and being displayed via Master Detail pages with standard views so, what could be wrong? Thanks to output log while debugging over device, we found that there were some errors - with their stack trace information - from System.Data.Services.Client assembly. That component calls some reflection methods and this is why it was failing, just take a look to the next image. If you have a...

We experienced some problems i...

Read More