carverauto / flutter

🚨 ChaseApp opensource mobile app - follow live police chases πŸš”
https://chaseapp.tv
MIT License
3 stars 0 forks source link

BUG - IOS asking for notifications permissions early #112

Closed mfreeman451 closed 2 years ago

mfreeman451 commented 2 years ago

On IOS I see in the feature/chats branch that I am being asked to allow notification permissions before I see the screen explaining what we're asking

rutvik110 commented 2 years ago

hmm, will check itπŸ‘

rutvik110 commented 2 years ago

This was due to calling add ..addDeviceInterest() interests early on which triggers request for notifications permissions. Resolved by calling it after login.