Implementation Overview

Conceptual flow to understand the Pley Connect implementation.

Pley Connect is initiated from two places; the QR code on the web and Connect Code in the mobile game. Both lead the user to the web game launching, which executes the account linking. This article goes through the technical flow and implementation.

For practical implementation instructions and code snippets, read the implementation documentation here.

Mobile Game: Connect Code

Starts from Mobile Game UI by requesting link code through the game backend.

Mobile Game: QR Code

Starts with deep linking, triggered by scanning QR code and gaining a link_code_id.

Then, the QR code automatically refreshes to the web game and it works exactly as in the example above.