Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23644] Ability to use Ti.AccountKit (iOS & Android) with ArrowDB

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsTiAPI
Labelsn/a
ReporterJoseph Sachs
AssigneeUnknown
Created2016-07-04T16:38:06.000+0000
Updated2018-02-28T19:55:04.000+0000

Description

Ti.AccountKit for iOS: https://github.com/hansemannn/ti.accountkit Ti.AccountKit for Android: https://github.com/AppWerft/Ti.AccountKit Previously we used to use SocialIntegrations with ArrowDB, however, if we would like to use the no-password solution for our users, is there a way to associate a confirmed account via Ti.AccountKit (either email or phone number) with an account on ArrowDB? Anything special to integrate with ArrowDB with the returned result from Ti.AccountKit
accountkit.addEventListener("login", function(e) {
    Ti.API.warn("success: " + e.success);
    Ti.API.warn(e);
     // Do we use (Social Integration or regular New Account creation) via ArrowDB
});

Comments

  1. Sharif AbuDarda 2016-07-15

    Hello, Thanks for submitting the ticket. Our engineers will look into it. We will let you know. Please follow the ticket for update. Thanks.

JSON Source