After learning the fine art of magic and becoming a true witch, Victoria is ready to go after Agnes and set her parents free. Witches…
Today I was trying to create a new Unity Android Build for one of my Games, and I faced this error : After restarting Unity…
There is a trick here, you need a different conditional define for Mono Builds and another for IL2CPP builds! Mono Builds IL2CPP Builds The real…
I’m developing a Xamarin Forms Application, and I needed to add a photo from the camera or the gallery. After a lot of research on…
Using Compiled Bindings improves the speed of Data Binding on Xamarin Forms and better it will detect Data Binding Errors on Compile Time.
After too much research, I finally found the correct links to use to open the App Store page for iOS and Mac.
I’ve been looking for something to implement local notifications for my Xamarin app. I needed something to show a notification for my app’s calendar events.In…