iOS

Privacy Manifest (Third-Party SDKs requirements)

Introduction Ensuring user privacy remains Apple’s paramount concern, and it must not be compromised under any circumstances. To reinforce this commitment, Apple has introduced stringent requirements for third-party SDKs. While these SDKs offer valuable functionality for apps, they also have the potential to impinge upon user privacy through data collection and tracking. As the custodian […]

April 10, 2024

Application Security, iOS, Mobility

Prevent MITM Attack by SSL Public Key Pinning : Part – 2

In this blog, we are going to learn about public key pinning and how we can achieve it with URLSession. Before that, let’s briefly discuss SSL certificate pinning. SSL pinning is a security technique used in mobile and web applications to ensure that the client only communicates with servers via a specific SSL certificate or public key, […]

April 10, 2024

iOS, Mobility, Software development

Memory Leak with Memory Graph Debugger

Being an iOS developer, We should have excellent understanding about the memory management in iOS applications. So let’s understand what memory leak is and how it impacts user experience and performance of an application. What is a Memory Leak? A memory leak can be defined as a reference that is deleted from memory but not […]

April 5, 2024

Android, Front End Development, iOS

React native for Web

React Native has become a popular framework for building native mobile apps for iOS and Android. But what if you want to extend the reach of your React Native app to the web? Enter React Native for Web, a solution that allows you to leverage your existing React Native codebase to create web applications. This […]

March 28, 2024

iOS

Diving into Swift Data: A Modern Approach to iOS Persistence

Introduction Swift Data is a powerful tool for managing data in Swift applications, offering a streamlined alternative to Core Data. Designed to simplify data persistence, Swift Data becomes especially valuable when Core Data’s complexity feels like a lot to handle. One of its notable benefits is its simplicity; it provides a more straightforward syntax and […]

February 18, 2024

Connected TV, iOS, Smart TV

Building Home View for tvOS using SwiftUI: A Step-by-Step Guide

In the age of digital streaming, Over-The-Top (OTT) platforms have become increasingly popular for delivering media content directly to viewers via the internet. With the rise of smart TVs and set-top boxes, developing an OTT application for tvOS has become essential for reaching a wide audience. In this guide, we will walk you through creating […]

October 26, 2023

Android, iOS, Mobility

Building a Reusable Circular View Component in Flutter

Flutter, Google’s open-source UI software development toolkit, is gaining popularity day by day for its ability to create beautiful and highly customisable user interfaces. Flutter is now becoming a better option to create and deliver cross-platform apps. In this blog post, we will dive into creating a reusable circular view component in Flutter that dynamically […]

October 17, 2023

iOS, Mobility, Smart TV

Cracking the code: Apple’s DRM Technology (Part-1)

Introduction to Fairplay DRM “Fairplay DRM” is basically Apple’s Digital rights management technology. Fairplay is also known as Fairplay Streaming (FPS), whose main role is securely delivering the encrypted contents through HTTP Live Streaming Protocol. It prevents video download as well as ensures screen recording protection when protected content is streaming. In other words, Fairplay […]

October 5, 2023

iOS

Advance Layout Techniques in SwiftUI

SwiftUI offers a range of tools and capabilities that can truly elevate our layouts. Throughout this article, We will explore advanced layout techniques, including GeometryReader, preference keys, and layout priorities. These techniques help us to create layouts that are not only responsive and dynamic but also visually stunning in our SwiftUI applications. So, let’s dive […]

September 28, 2023