Monthly Archives: February 2021

Bug Life Cycle

“Good software is like a wine, it takes time”. We know that during the development of any software product the development teams follow the Software Development Life Cycle (SDLC) processes. But its development process is not so easy.  During the development process when a product is being developed different types of defects or bugs arise Continue Reading »

iOS Force Update

In iOS apps, it’s important that developers create a way to check the user’s app version and force the user to update the app. This solution not only requires code handling at the app level but also in the app backend. This solution will help in migrating all users to new functionality smoothly.   The default Continue Reading »

FCM Notifications with 26+

Firebase cloud messaging is a cross-platform messaging solution from which one can notify clients about new emails and engage users with the App at no cost. This blog assumes that you have linked firebase to your android project. Let’s begin with the prerequisites: Update or install the latest version of Android Studio  Targets API level Continue Reading »

Nearby Connection API

Nearby connections is a peer-to-peer networking API that allows apps to easily connect, discover and exchange data with the nearby device in real-time, regardless of network connectivity. In other words, we can say that Nearby connections enable advertising, discovery and connection between nearby devices in a fully offline peer-to-peer manner. The connection between devices is Continue Reading »

Load Testing

“Load Testing”, the term itself clears a little bit of understanding of what Load Testing refers to. It refers to the testing of Load that is applied to the application or the product to verify if our application/product is capable of bearing a load on our application servers. Now, we will look into answering the Continue Reading »