Skip to content

Latest commit

 

History

History
152 lines (103 loc) · 8.21 KB

Common Application Modules.md

File metadata and controls

152 lines (103 loc) · 8.21 KB

Common Application Modules

  • You know how to correctly configure splash screen showing/hiding
  • You know what type of images you should use to display splash screen correctly with a proper image fill type
  • You can prepare crossfade animation between the original splash screen and animated one(lottie)
  • You know how to log events
  • You know how to set user properties
  • You know how to log predefined events
  • You can handle screen tracking
  • You can configure Appsflyer SDK
  • You know how to log conversion events
  • You can configure Google SignIn
  • You can handle sign in process
  • You can handle sign in process
  • You know how to revoke access and sign out
  • You can use Google SignIn button
  • You know how to define sign in scopes
  • You can configure FB sdk
  • You know how to login user with correct permissions
  • You know how to revoke access and logout
  • You know how to sign in anonymously
  • You know how to sign in using e-mail and password
  • You know how to sign out
  • You know how to login user with correct permissions
  • You know how to listen on credentials change
  • You can use Apple button
  • You know how to correctly configure Dynamic Links in Firebase Console
  • You know how to configure Dynamic Links in iOS and Android app
  • You know how to debug Dynamic Links
  • You know how to create Dynamic Links
  • You know how to handle foreground links
  • You know how to handle background links
  • You know how to use custom domain for Dynamic Links
  • You know how to configure iOS project to register for notifications
  • You know how to configure iOS project to receive local notifications
  • You know how to configure iOS project to receive remote notifications
  • You know how to configure iOS project to display notifications in foreground
  • You know how to update app badge on iOS
  • You know how to clear notifications center
  • You know how to present local notification
  • You know how to schedule local notification
  • You know how to request permissions to display notifications
  • You know how to receive notification from FCM and handle it in background/foreground
  • You can handle initial notification which has opened the app
  • You know how to request permissions to display notifications
  • You know how to update app badge
  • You know how to clear notifications
  • You know how to present local notification
  • You know how to schedule local notification
  • You know how to get device FCM token
  • You know how to share content
  • You know how to share images
  • You know how to share files
  • You know how to define share to the single social app
  • You know how to store sensitive info like certificates, tokens, passwords
  • You know how to use biometry
  • You know how to read and write async storage data
  • You know how to use async storage with redux-persist

Contribution

We are very open to contributions to extend or change the requirements based on your gut and experience. To contribute you can use a pull request which will be later validated by our technical team and added to the main docs.

If you will spot any issues please add them in the Issues section.

Credits

This page is maintained by the 🔹 Flairs.ai and 🇵🇱 Apptension teams.

If you would like to create a dedicated Developer Handbook for your company, you can e-mail us 👉 contact@flairs.ai

License

MIT License

© 2020 Flairs Sp. z o.o.

Built and maintained by Flairs and Apptension.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.