Today a funny 😎 way to use device motion to move using the gravity the objects on your view controller, like this:
Read MoreiOS
Send push notifications to iOS Simulator
As you know, when implement push notifications on iOS Application and run the app on simulator, you’ll receive this classic error in console:
Remote notifications are not supported in the simulator
But is really true?
Read MoreiOS – Data Leakage: App background cache
Today I want to share a simple way to retrieve user data from a native iOS cache image, automatically generated when your app goes in background.
You can retrieve this kind of informations if your phone was lost or Jailbreaked or connecting it to your pc and open an old backup. You can use tools like iBackup Viewer and more…
Let’s see how it works!
Read MoreInsects Hunter – AR shooter for iOS
Today 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 MoreConnect to Wifi network from code – Swift
With the NetworkExtension framework, you can customize and extend the core networking features of iOS and macOS. Specifically, you can:
- Change the system’s Wi-Fi configuration
- Integrate your app with the hotspot network subsystem (Hotspot Helper)
- Create and manage VPN configurations, using the built-in VPN protocols (Personal VPN) or a custom VPN protocol
- Implement an on-device content filter
- Implement an on-device DNS proxy
The NetworkExtension framework is available in macOS and iOS, but not all features are available on both platforms and some features have specific restrictions (for example, some features only work on supervised iOS devices). The documentation for each feature describes these restrictions.
Swift – UIDevice orientations using iOS12
In iOS12 Apple introduced a new way to check if your device is in “flat” mode, or better is on your desk.
Let’s take a look at the reference:
M5Stack – Review and useless saturday code
This is my new nerdy stuff: M5Stack, Arduino compatible!
M5Stack is an open source enclosed modular toolkit with stackable modules, user-friendly IDE, enabling rapid and high-quality prototyping
Viruz # the game (iOS/Android)
[App] Viruz game for Android
A computer virus history game, from 1971 to 2016.
Collect all power-ups, get all hearts to completely clean the level (virus) entering in the portal (that appear when you can finish!).
[App] Viruz game for iOS
A computer virus history game, from 1971 to 2016.
Collect all power-ups, get all hearts to completely clean the level (virus) entering in the portal (that appear when you can finish!).