I am building cross platform apps with Xamarin and MvvmCross. I need to call the server to the updates every minute (I will move to push notifications later) but I am unable to make a timer in my Core Project. I've seen MvvmCross N+42 but I believe the target projects are older which allows the timer. Below is my target framework.
Is there a better way for me to constantly call a method which calls a service?
- .NET Framework 4.5 and Higher
- Windows Store apps (Windows 8) and higher
- Windows Phone 8
- Xamarin.Android
- Xamarin.iOS