accounts Questions
2
Solved
I've read about using Google to handle sign-ins from this website, but it doesn't explain very much about what should be going on with the database.
Normally for user accounts in a database you'd...
Scotty asked 13/9, 2013 at 16:13
4
I've been successful in creating various account authenticators / services each with their own preference.xml. These preferences are persistent but I do not know where on the phone they are stored....
Mien asked 3/9, 2010 at 0:23
2
Solved
I am trying to log into a PayPal sandbox account for testing purposes. But, I am continually met with the same error:
"We're sorry, something went wrong during sandbox account linking. Please try ...
Bordelon asked 4/9, 2016 at 22:19
2
I am building a Meteor application and am using the oaf:accounts-entry package to handle my user registration & authentication. I am working on the reset password function right now. However, w...
2
When I run a test for connecting a user to accept payments through my application, I will need the account id to charge their account.
Stripe\Token::create(
array("customer" => CUSTOMER_ID, "ca...
Cullan asked 15/2, 2016 at 1:13
3
2
Solved
I'm building a Meteor + Cordova app where I want sign-in to "stick forever" on the mobile device.
I see the following tutorial whereby I can setup my own custom "resume handler"
https://meteorha...
Tellurite asked 12/9, 2014 at 1:43
1
I'm thinking about a sign-up-with-mobile number system whereby someone can register with a mobile number and get a SMS to verify that they exist... at which point I'd like to have them automaticall...
10
Solved
I know that in the end it, can't be done.
But, what are the options to:
a) limit the options for persons to create multiple accounts,
b) increase the chance of detecting multiple a...
Tensible asked 4/10, 2008 at 11:12
2
I want to make an app that allows users to log-in multiple accounts of same site using different webview.
For example, I have 2 WebView.
Each WebView will load the same site such as gmail.com.
And...
2
Solved
I've come across some slightly odd behaviour with my SyncAdapter.
The first time I install my app (after uninstalling with adb), it launches and creates an account. Depending on the ordering of s...
Porker asked 28/10, 2011 at 6:19
1
Solved
I have implemented a custom account for an app I'm working on. Here is my authenticator.xml:
<?xml version="1.0" encoding="utf-8"?>
<account-authenticator xmlns:android="http://schemas.an...
Saraann asked 20/12, 2013 at 2:53
2
Solved
I've been having some odd problems with permission in Android. I am trying to just get a list of the google calendars a particular user has, but first I need to let them pick the account.
I includ...
Intermolecular asked 26/12, 2010 at 8:32
6
The idea is we have a website for free downloads
but there will be daily limit of daily downloads for each user (say 5 dl per day per user)
so there will be users with multiple accounts.
IP dete...
Dehydrate asked 26/12, 2009 at 20:48
2
I have a unique user creation flow which is as follows:
User comes to my site for the first time and they click a button.
I create a User in the DB for them and set a localStorage key with the UI...
Sentimentalize asked 12/12, 2012 at 20:26
3
Solved
What intent to start to show Manage Accounts / Sync Settings activity? What is the easiest way to lookup intents for such system activities?
SOLUTION: Thanks to hint from @cant0na, to start Manage...
Macrocosm asked 14/6, 2011 at 9:26
1
Solved
I'm trying to develop an application which syncs only selected accounts using ContentResolver.requestSync(account, authority, extras);.
I was able to sync contacts and calendar by using com.androi...
Charlatanism asked 26/7, 2012 at 5:12
2
I am working on application which has a sync adapter and authenticator used to add accounts via the Android Account Manager. I've got the following two problems:
1) It was possible to override the...
Desiderata asked 23/3, 2012 at 15:4
2
Solved
I am implementing a syncadapter for an android app and would like to make the settings for the account available under the "Accounts & sync" menu. I have seen this done in the DropBox app(as sh...
Veldaveleda asked 18/5, 2012 at 19:0
1
Solved
Ok, I'm getting an IllegalArgumentException at a point where it shouldn't.
I have a custom extension of Account that is saved using the AccountManager:
// Method inside a custom extension of Acc...
Forelli asked 2/12, 2011 at 17:39
2
Solved
From a Vista workstation, I have an attached XP Embedded computer on which I want to programmatically mount a volume locally (e.g., mount the XP Embedded \\MyXPEmbedded\C:\some\path\ to the Vista w...
Peachy asked 22/6, 2011 at 22:28
4
Is there a way I can allow user to login with multiple facebook accounts at the same time? Like what tweetie2 does for twitter accounts. So if I have two facebook accounts - [email protected] ...
1
© 2022 - 2024 — McMap. All rights reserved.