Dhilip R
Technical Architect with 15+ years in software engineering. I write about mobile development, Edge ML, cloud and the business side of building software products.
Android SSL Validation / Trust Anchor Exception Fix
Fixing "Failed to validate the certificate chain, error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found" There are many reasons why you would get the
read moreDevOps / YAML for Ionic Apps in Azure Cloud
Azure YAML for Ionic Apps For those who run Ionic mobile apps in Azure cloud, here are the YAML templates. If you have any queries or trouble setting this up — or need a DevOps setup for your Ion
read moreFixing the Mysteriously Missing Core Data Objects
The below post helps you to identify and fix the mysteriously missing Core Data objects. I have also provided a link with a working project where I demonstrate how objects go missing and how it can be
read moreFixing 'exportArchive: No iOS In-House / Ad Hoc Profiles for Team'
Below is a common error when trying to set up CI/CD using Fastlane or raw XcodeBuild/Xcrun commands:"error: exportArchive: No "iOS In House" profiles for team" or "error: exportArchive: No "adhoc
read morePart 1 — Using Edge ML in iOS/Android: Building a Smart Savings App with Transaction Text Classification
Introduction This tutorial demonstrates how to build a text classification system for bank transactions using TensorFlow and deploy it on mobile platforms. The system automatically categorizes tra
read morePart 2 — Using Edge ML in iOS: Building a Smart Savings App with Transaction Text Classification
iOS Implementation with TensorFlow Lite This section demonstrates integrating the trained TensorFlow Lite model into an iOS application using Swift. Project Setup Add TensorFlow Lite depende
read morePart 3 — Using Edge ML in Android: Building a Smart Savings App with Transaction Text Classification
Android Implementation with TensorFlow Lite This section demonstrates integrating the trained TensorFlow Lite model into an Android application using Kotlin. Project Setup Add TensorFlow Lit
read more