AppsFlyerFramework
AppsFlyerFramework copied to clipboard
Integration guide example code is tedious to read due to poor layout and code formatting
The integration guide suffers from the combination of two poor design choices:
- Using a very narrow div to display source code (656 points wide):
- Formatting your source code with very long lines (the
didReceiveRemoteNotificationline is 200 characters wide):
Either one is bad enough on its own, but good grief, please don't do both on the same page!