Releases: hansemannn/ti.accountkit
Releases · hansemannn/ti.accountkit
1.6.0
1.5.0
- Update AccountKit to 4.30.0
1.4.0
- Update AccountKit to 4.22.0 to support Graph v2.9
- Support callback for asynchronous logout
1.3.0
- Update AccountKit iOS SDK to 4.19.0
- Allow optional parameter for phone-login
- Use ARC
1.1.0
- New method:
cancelLogin
- Cancels a current login process - New property:
currentAccessToken
- Returns a dictionary of information regarding the current access-token. - New property:
graphVersion
- Returns the version of the Account Kit Graph API used. - New property:
version
- Returns the version of the Account Kit SDK used.
1.0.3
- Add
AccountKitStrings.bundle
to localize the UI properly
1.0.2
- Fix crash in
loginWithEmail
andloginWithPassword
1.0.1
- Support pre-filled email in
loginWithEmail
- Support pre-filled phone number in
loginWithPhone
- Move events to
ti.facebook
-likelogin
event withsuccess
,error
andcancel
flags
Code strong! 🚀
1.0.0
Initial release, support for:
- Methods:
loginWithEmail()
,loginWithPhone()
,requestAccount(callback)
andlogout()
- Events:
success
,cancel
anderror
Code strong! 🚀