I am new to Xamarion iOS. I am developing a Xamarin iOS app. I have a running azure mobile service with tables ToDoItem and Expense. If download the Xamarin iOS sample To Do List app from azure portal, everything works fine, but I added the azure mobile services libraries (similar to sample) to an existing Xamarin iOS app. Now everything works and i get the data also, but after receiving data from azure after some time the app crashes with a SocketException with a message that socket has been shutdown.
Note: I am using offline sync approach to get data from azure.
Any help?