social-auth-kivy icon indicating copy to clipboard operation
social-auth-kivy copied to clipboard

iOS version?

Open asher-pembroke opened this issue 4 years ago • 3 comments

Wondering if a similar procedure would work for iOS?

Thanks

asher-pembroke avatar Jul 01 '20 01:07 asher-pembroke

@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 🤔

shashi278 avatar Jul 01 '20 06:07 shashi278

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

Python3-8 avatar Nov 23 '20 03:11 Python3-8

@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.

shashi278 avatar Nov 23 '20 05:11 shashi278