Every time you upload a screenshot on the App Store for a new app submission, you receive from Apple this error message:
Read More“Images can’t contain alpha channels or transparencies.”
Every time you upload a screenshot on the App Store for a new app submission, you receive from Apple this error message:
Read More“Images can’t contain alpha channels or transparencies.”
Very often you should use a notification name in your code and every time you miss something, you write the wrong name and so on…
I want to simplify the coding like, so I use this solution. Easy and simple for me and I want to share:
Read MoreI want to introduce you to the new “App Icon Maker“, a simple and free utility for macOS that helps you to convert the images in the 3 Apple formats, @1x, @2x, and @3x.
Read MorePrivateFrameworks are always a joy.
Today, for a personal project I discovered how to use private Login.framework to lock programmatically via code (Swift or C) the screen of my mac book.
Read MoreA simple memo on how to symbolicate and read the crash logs from Apple in order to identify where your crash happened.
Read MoreVery often you create a new class or a new view controller and customize it before start coding.
Every time you select from XCode, New File, the file type and add it to your project, like this:
Read MoreToday I want to tell you what happened on my latest iOS game released, “Insects Hunter – AR Shooter“… and why the insects?
Before starting, download it from App Store (it’s free for a couple of months!
I started the development of this simple game during the quarantine, the scope was to kill all the COVID-19 viruses that appear around your photo-camera.
Read MoreI want to share a simple how-to, used to get the GPS position of an iOS user with the app completely closed, in the background, and in the foreground without using any useless workaround like idle timer and background operations…
We discuss about the GEO-fence tecnique. You can read more on Apple reference:
Read MoreToday I want to present a small project with a lot of potentialities, an animated newspaper.
Using the ARKit framework from Apple, I’ll show you how to play a video while passing on the newspaper pages with your camera!
The scope of this project is to overlap a defined image on the newspaper with a video, for a better experience while reading the news.
Read More