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

Application Security, iOS, Mobility

Prevent MITM Attack by SSL Pinning (URLSession)

What is an MITM Attack? An MITM is a form of cyber attack where a malicious individual manipulates two users to access data that two parties are trying to deliver to each other. A malicious hacker, without being recognized hacks the intended data that are meant to be sent to a particular person. In certain […]

September 13, 2023

iOS

Modularise your app with Swift Package Manager (SPM)

Introduction SPM – Swift Package Manager is a tool for managing the distribution of Reusable Swift code. With the term ‘Distribution’ there comes a question of how to distribute. The answer is Package. It’s nothing new as we are already using some third-party, open-source code or writing our reusable, distributable code with the help of […]

July 26, 2023

Android, iOS, Mobility

How to Perform A/B Testing with Firebase

Introduction to A/B Testing A/B testing is a method used to compare two versions of a product or service to determine which one performs better. In the context of Android development, A/B testing can be used to test different user interfaces, features, or even pricing models. Firebase provides a robust A/B testing framework that allows […]

June 23, 2023

Drupal, iOS

Docker Installation For Linux And MAC

FOR LINUX: You can install Docker Engine in different ways. Before you install Docker Engine for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository. Below are the steps to install docker on your machine. sudo apt-get update […]

May 1, 2023