Integration Checklist
Once your SDK and data integrations are complete, go through the checklist below one item at a time to confirm everything works correctly.
Device checklist
Section titled “Device checklist”- When you build and run the app, does the device appear in the full device list in the FlareLane console?
- Does the app version shown in the device list exactly match the actual version?
Push checklist
Section titled “Push checklist”- Are your push authentication keys (FCM, APNS, etc.) correctly configured in the FlareLane console?
- Does the notification permission prompt appear as intended?
- When notification permission is granted, does the subscription status become active in the device list?
- When you send a push from the console, does it arrive on the device?
- When you send an image push from the console, does the image display on the device?
- When a push is clicked, does the click count increase in the push statistics in the console?
- Is there any interference, such as duplicate notifications, when you send pushes through your existing (non-FlareLane) system?
- Do various link navigations—deep links, web links, and so on—work as intended?
- If you need custom handling, see the Disable Automatic URL Handling guide.
Data checklist
Section titled “Data checklist”- When the user ID is integrated, is it identified in the device list?
- Is the marketing consent value synced correctly whenever it changes?
- Do you have a data sync strategy, such as a bulk batch for existing users or syncing on app launch?
- Do you need user-deletion logic, such as calling the user-deletion API when a user closes their account?