ios - Parse Facebook Login Crash -
i getting crash in ios project when calling logininbackgroundwithreadpermissions
. here complete code.
let permissions = ["public_profile", "email", "user_friends"] pffacebookutils.logininbackgroundwithreadpermissions(permissions, block: { (user: pfuser?, error: nserror?) -> void in })
the app crashes. here stack trace.
i using parse latest sdk 1.8.1 in ios project. facebook sdk 4.5.1
anyone facing same issue?
Comments
Post a Comment