Quick login

Introduction
The Quick Login feature in the VNGGames SDK is tailored for game developers who want to provide a fast and seamless login experience. By eliminating the need for login forms or user interaction, it gets players into the game almost instantly. This feature is ideal for casual players who want to jump into the action quickly without having to go through the standard authentication process.
What is Quick login
Quick Login is an authentication option that maximizes speed and convenience, significantly boosting conversion rates by eliminating barriers to entry. Players can dive straight into the game without encountering a login form, reducing drop-offs at the start. They are automatically logged in with a guest account, offering a frictionless gaming experience. This approach captures users quickly, and at any point, they can bind their guest account to a more permanent method, such as email or social media, ensuring their progress is securely saved. By simplifying the initial interaction, Quick Login helps increase player retention and engagement.

Key capabilities
How it works
App Launch
Users open the app and are greeted by an introduction screen.
SDK starts Quick login
When developer triggers Quick login function, VNGGames SDK automatically interacts with VGA platforms to log the user in with a guest account.
User Access
After successful authentication, VGA platform retrieves the user’s information and sends it back to VNGGames SDK. VNGGames SDK then forwards this user information back to the game by callbacks, signaling the game to allow the user to start playing immediately without requiring any login forms or additional steps.
Optional Guest Account Binding & Account Switching
The VNGGames SDK provides a Manage Account function that offers options for users to either bind their guest account to a permanent login method or switch to another account within the same channel. For accounts that are already bound, users can switch between different accounts, and on iOS devices, they also have the option to delete their current profile.
Sample Use Case
Challenge: Boosting Conversion Rates
A game developer noticed that many players were abandoning the game at the login stage due to lengthy login processes and unnecessary prompts. This led to lower conversion rates and fewer new players successfully engaging with the game.
Solution
The developer implemented the Quick Login feature from the VNGGames SDK, allowing players to start playing immediately without loading a login form or interacting with any prompts. Upon launching the game, players were automatically logged in with a guest account, enabling a frictionless gaming experience right from the start.
Result
The Quick login feature significantly improved user satisfaction and engagement. Players could jump straight into gameplay without delays, leading to higher conversion rates and increased retention. The streamlined process reduced barriers to entry, allowing more new users to experience the game, ultimately boosting overall player numbers and enhancing the game’s success.