PixelogicDev / Gruvee-Mobile

#WeAreGrüvee
MIT License
48 stars 11 forks source link

Add Fallback for Apple Sign In if not on iOS 13 #141

Open adilanchian opened 4 years ago

adilanchian commented 4 years ago

Is your feature request related to a problem? Please describe. Sorta. The current Apple Authentication login is only supported on iOS 13 and up. Since we support devices on older OS's we need a fallback for them.

Describe the solution you'd like I believe the best solution for this would be to add a more generic sign in method to account for this. IE: email + password

Describe alternatives you've considered Please see above. Honestly, all around this is kinda 💩. Check out this page for the latest stats:

https://developer.apple.com/support/app-store

There is still at lest 20% of people rocking iOS 12.

adilanchian commented 4 years ago

CURRENTLY: I have hid the Auth With Apple button until we sort this out.