ceaseless-prayer / CeaselessIOS

This is the iOS application code for Ceaseless.
http://www.ceaselessprayer.com
MIT License
5 stars 2 forks source link

Initial load of app on iOS9 iPhone6s is really slow #174

Closed chrislim closed 7 years ago

chrislim commented 8 years ago

I think this is because of the synchronous check to get contacts permission. We need to change this with a better onboarding experience that asks a user to click a button before asking for permission. the app could take like 6 seconds to load on first open without any indication that the app is even loading before the first permissions dialog appears.

chrislim commented 7 years ago

Not a problem after new onboarding experience.