5. FID Instance & Configs
5.1 Check User Have Logged In With FID
5.2 Get User's Info Cached
5.3 Check User Account Linked
Link Account button only visible when user is not valid
5.4 Check User Just Sign Up
True if user just successful signup in 5 seconds
5.5 Embbed QA Float Button
FID provider a Float Button for Q&A functions, use this code to show it, remember FID avaiable before call
5.6 Player Information
Depending on your discussion and FTech, the fields related to Server and Character can be name or ID
You should call this function after the player selects the Server and creates the Character
5.7 Gift Code Handle
To enable users to receive a gift code when they scan a QR code, FID use Appsflyer Onelink feature to handle the process. To implement this functionality, please add the following code snippet:
Remember to add URL Types for deeplink, we will send you
5.8 Playnow Account Not Linked
If App/Game require link account for play now account before make an In App Purchase, you can use this function:
Make sure you have checked user has logged in before use it
5.9 Tracking
FID support send event tracking with Firebase Analytic and Appsflyer, we have already setup all, you just need to call:
Remember to request ATT prompt for iOS 14+ tracking, you can use this code:
You can call this before call request notification permission or wait response from request notification permision callback before call, this will avoid bug ATT not show first time open app
Last updated