Skip to content

Instantly share code, notes, and snippets.

@alexsorokoletov
Created February 2, 2017 23:42
Show Gist options
  • Save alexsorokoletov/61498c25c3ea65c3ef33c564695e27ac to your computer and use it in GitHub Desktop.
Save alexsorokoletov/61498c25c3ea65c3ef33c564695e27ac to your computer and use it in GitHub Desktop.
Xamarin Dev Tips (WIP)
  1. Adjust your app for best and faster debugging: do not pop alerts about push notifications registration failure if it's a simulator (you can check it!)

if (ObjCRuntime.Runtime.Arch == ObjCRuntime.Arch.DEVICE)

@alexsorokoletov
Copy link
Author

  1. Use Xamarin.Android fast deployment feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment