shashi278 / social-auth-kivy

Integrate Google, Facebook, Github & Twitter login in kivy applications
MIT License
150 stars 23 forks source link

iOS version? #1

Open asher-pembroke opened 4 years ago

asher-pembroke commented 4 years ago

Wondering if a similar procedure would work for iOS?

Thanks

shashi278 commented 4 years ago

@asher-pembroke I've never used an iOS and have never compiled for the same so I can't say much about it. But it doesn't seem impossible to me 🤔

Python3-8 commented 3 years ago

This module won't work on iOS because it uses pyjnius (for Java classes), not pyobjus (I think for Objective-C classes).

shashi278 commented 3 years ago

@Python3-8 you're right! Also there are detailed docs about integrating social auth in iOS apps either using firebase or native way. So if anyone who has earlier worked with pyobjus and Obj-C can make it for iOS without much difficulty.