Also if you want to start a service, change your intent to: Intent i = new Intent(context, typeof(SimpleService));i.SetAction("My.Action");context.StartService(i); If you change BroadcastRe… (View Post)
I have created a Github repository Android-Job-XamarinBinding Compile it in release mode, and include the DLL in your project. Use JobManager as described on the Evernote repository here Your job wil… (View Post)
So I have updated Xcode yesterday to 8.3 (8E162) on the remote Macbook, since that happened, The only option showing up in VS on my windows developer machine is 10.3. I need to have the app available… (View Post)
Apparently this is okay: Okay what I have done, created/changed two Configurations, "Debug" and "Ad-Hoc". I have played around with the configuration manager for both of these, an… (View Post)