jjj

BLoC Pattern in Flutter

Flutter BLoC is a design pattern created by Google to help separate business logic from the presentation layer and enable a developer to reuse code more efficiently

Read More
jjj

How to Verify iTunes, Android and Amazon Subscription Status from Backend Server?

When your application has in-app purchase subscription, either auto-renewal or not, you might need to check the subscription status whether still active or it has expired. To check if the user still has a valid subscription when their subscription period is about to end, you will need to do re-validation on the purchase token. Read the blog to know about its process.

Read More
jjj

Data Storage in Xamarin tvOS

Apple TV is a digital media player used to play digital content such as music, video, and can also be used to play games with internet connectivity. Currently, it has the latest version as Apple TV 4K (5th generation). It has the operating system named tvOS which has 13.3.1, the latest stable version. Read the blog to know more about it.

Read More
jjj

How to create a collection view in Xamarin tvOS without using a storyboard?

Collection view allows a group of content to be displayed using arbitrary layouts. Using built-in support, it allows for the easy creation of grid-like/linear layouts, supporting the custom layouts. Read our blog and know more about the steps involved in creating a collection view in Xamarin tvOS without using a storyboard.

Read More
jjj

How To Run iOS UI Tests In Parallel Using Bluepill Tool

Bluepill is a reliable iOS testing tool created by LinkedIn that runs iOS UI tests in parallel using multiple simulators. Read our blog to understand its features and know how to use Bluepill.

Read More
jjj

What is Dialogflow? What are the uses and Benefits of Dialogflow?

It is a human–computer interaction technology based on natural language owned by Google developers. The company is best for creating the Assistant, a virtual buddy for Android, iOS, and Windows Phone smartphones. Read the blog and know more about What is Dialogflow? What are the uses and Benefits of Dialogflow?

Read More
jjj

Getting Started with Flutter – A Cross-Platform App Development Framework

Flutter is a framework to develop cross-platform applications from a single code base for both android and ios Apps. The application is written in Dart, developed and maintained by Google and exported to the desired platform.Read the blog and learn what is Flutter and why you should learn it in 2020

Read More
jjj

How to automate mobile builds in Unity 3D?

We can run Unity on both macOS and Windows from the command line, learn how to launch Unity from the command line? and how to create a Build Pipeline? And Finally, how to execute the Build Pipeline?. Read the blog to know more about how to automate mobile builds in Unity 3D?

Read More
jjj

Introduction to Custom Rendering in Xamarin Forms

Sometimes while developing an application, customization of styling and appearance of the controls is required and in Xamarin Forms this can be achieved using the Custom Rendering. In this blog, we have demonstrated how to customize the appearance of the Image control and display the images in circle shape while the default shape of the Image control in Xamarin Forms is rectangle.

Read More
jjj

Make Informed decisions using Google Analytics

Google Analytics is a very powerful tool that helps in measuring, collecting, analyzing and reporting data collected from websites that helps you make informed decisions. It can be very helpful in shaping the prosperity of your business goals. It helps in understanding the users’ behavior while they are interacting with your website. Read our blog to get insight into the users and their behaviors

Read More
jjj

iBeacons scanning in Android

iBeacons are invented by Apple and it is the first beacon protocol. It works in both ios and Android. Unlike ios, there is no Native support in Android. Since there is no Native implementation we need to integrate either the existing Library or create code that parses BLE packets to find the iBeacons.

Read More
jjj

How to test Beta build in AppleTV using TestFlight

In this blog, we have explained what is Beta build and how it is different from an alpha build. Also know more about testing multiple builds by reading our blog. We have clearly explained how to test Beta Build in Apple TV using TestFlight.

Read More
jjj

5 Steps to Test Push Notification in the Simulator

In this blog, we have explained how Simulator supports simulating remote push notifications, including background content fetch notifications. Read our blog to understand why do you need to test Push Notification in simulator and Requirements to test the push notifications on the simulator with 5 easy steps.

Read More
jjj

Fitbit Device Integration with Mobile and Web applications

Fitbit is a wearable device that tracks daily activities, steps, calories burned, sleep, etc. These are wearable devices like watches. In this blog, we will look into the integration of the Fitbit device into your mobile and web application and how will we use web APIs for accessing data from Fitbit activity trackers.

Read More
jjj

Introduction to Dependency Services in Xamarin Forms

In this Blog, we have tried and articulated how to utilize the native feature into the Xamarin application from Shared Code, and that’s where DependencyService comes into the picture and provides a way to call the platform-specific feature. Read our blog and check out the components that need to be considered.

Read More
jjj

EarlGrey – IOS UI Testing Framework

With today’s UI testing framework, most of the UI tests are slow and complex to write and Synchronization of UI is the major issue…

Read More
jjj

How to Choose between Real-Time Database and Cloud Firestore?

As the name suggests, this Firebase product ensures all the data are synchronized for all the clients in real time. The real-time database is a NoSQL database which…

Read More
jjj

Grand Central Dispatch (GCD) In iOS

Grand Central Dispatch is used in iOS to introduce concurrency and parallelism in the iOS applications, so that multiple heavy tasks are performed in the background, resulting in the smooth experience of the application usage, as the main thread is unaffected by the heavy background tasks.

Read More
jjj

tvOS Application Development using Xamarin

tvOS is an operating system which is developed by Apple. It launched on Sep 9, 2015. Currently, we are using many of the streaming devices to play the video. tvOS is one of the most popular streaming devices in the world but currently,…

Read More
jjj

Deep Linking in React Native for Android and iOS Platforms

This article provides an overview of how to get deep links working in a React Native application for both Android and iOS platforms.

Read More
jjj

How to Build Mobile Apps with the Ionic Framework?

Read this article to get started with the Ionic framework. Ionic is ever trending. Tudip Technologies have been delivering quality Ionic apps for several years.

Read More
jjj

Web, Mobile and API Development Guide

What are various Web, Mobile and API end technologies and how do they work in tandem? Tudip’s Web, Mobile and API Development Guide is a good starting point

Read More
jjj

Quick steps to create Provisioning Profile

Steps to create Provisioning Profile for your app – Mainly there are two provisioning profile Development and Distribution.

Development Provisioning Profile:Used when…

Read More
jjj

OCUnit Framework

For writing the Unit Test cases in Xcode we have different framework by using which you can write test cases in objective C. Please find…

Read More
jjj

Migrate TestFlight App to iTunesConnect

As we all know that testflightapp.com will shutdown on 02/26/2015 so we have to move all our team’s contact information to itunesconnect.apple.com so please follow mentioned steps below

Read More
jjj

Submit an iOS application for approval

This article explains how you can submit an application to Apple for approval. Suppose you have filled all required information for your application in iTunes…

Read More