June 8, 2022
What is Social Media Login? Every other application rather it be a mobile application or a web application supports social media login. This is the way that we are authorizing the user to register with our application and not further investigation...
May 15, 2022
This section will provide you steps to request access tokens with the specific scope http://www.googleapis.com/auth/androidpublisher using OAuth 2.0 Assertion Profile Objective Generate Access token with OAuth 2.0 assertion...
May 15, 2022
Disclaimer: Helpful document for the coder. Objective Verify In-App purchase/subscription from Google Play Store and Apple Store Requirements Apple IAP Verification: Apple shared secret Google IAP Verification: Service Account Key file (JSON...
May 15, 2022
What is Facebook Application? For over a decade we have been using the Facebook login to our mobile application or web application. To do so we need to register the application over Facebook! Facebook will identify, review and let you use the...
May 4, 2022
Why am I reading this? Mobile applications are surrounded by so many modules in addition to that, the IN-APP Purchase and Subscriptions play a good amount of role, where you as an owner of the app, can generate revenue by selling consumable and...
December 10, 2021
Introduction In the previous article, we have discussed the basic concept of GraphQL and the configuration of GraphQL with node js. Now, in this article, we will create REST APIs using GraphQL + NodeJs and perform CRUD operations to understand the...
October 29, 2021
GraphQL is a query language (hence the “QL”) that describes exactly how a client should request information through an application programming interface called API. It is a syntax that developers can use to ask for specific data structures...