Questions tagged [multiple-accounts]

45 questions
20
votes
1 answer

Run multiple android app instances like parallel space

I want to know how parallel space https://play.google.com/store/apps/details?id=com.lbe.parallel.intl&hl=en is working. It is an app for logging in with another facebook, whatsapp etc account. You can find the detailed description in the play store…
12
votes
2 answers

Google Apps Script PERMISSION_DENIED with sheets addon

I tried to implement a simple "Multi selector sidebar" extension based on THIS SHEET which I found in this Google support thread When I copy the sheet it works fine but when I try to put the exact same code in my real sheet, it doesn't work…
9
votes
2 answers

Keeping Android development separate from private account

I am planning to publish an android app in the google play store in the near future. I am planning to charge a small amount of money through the play store, no advertisement. My google AdSense account was locked a while ago and I am still not sure…
user2995388
  • 91
  • 1
  • 2
7
votes
1 answer

Android GoogleSignIn: Multiple accounts at the same time + deferred sign-in upon failure

I'm coding an app which makes use of Firebase Authentication to authenticate with my backend server. I'm offering Google Sign-In and Email/Password based authentication. Email/Password is trivial. This is my flow for using Google Sign-In: 1) I…
Daniel F
  • 13,684
  • 11
  • 87
  • 116
6
votes
0 answers

LiveAuthClient CanLogout always false?

I ran into this issue just recently when I wanted to test my app with multiple live ids. I have an Azure Mobile Service that I use the live id with. Basically I remember being asked for whether the app can use my credentials or not at least once.…
Muhwu
  • 1,151
  • 1
  • 10
  • 26
5
votes
1 answer

Multiple GA trackers gets each other variables

I need to split collecting data for two GA accounts, let`s name them UA-XXXXXXX-1 and UA-XXXXXXX-2. To implement this, I used example code from https://developers.google.com/analytics/devguides/collection/gajs/ (under "Pushing commands to multiple…
Memfis
  • 73
  • 8
4
votes
4 answers

GNUs email multiple outgoing accounts from the same server without imap

I use GNUs and multiple email addresses, including changing the outgoing SMTP based on the FROM on the message. SO far so good. Now, though, I have multiple accounts on the same server, so the usual .authinfo doesn't work for me. It seems like the…
WorldsEndless
  • 1,493
  • 1
  • 15
  • 27
3
votes
1 answer

Architecture to merge user accounts in application

In currently running version of my application, I do not have any constraint on the uniqueness of user's phone number. It means, one phone number can be linked with multiple accounts. Only unique constrained is user's email id. scenario 1: User…
3
votes
1 answer

Ruby on Rails: Authlogic Facebook integration: Link accounts with user input instead of automatically using email address

I'm developing a web app in Ruby on Rails. I'm using authlogic to do authentication. My site has its own logins, but I'm hoping to also use Facebook. I tried out authlogic_facebook_connect (using Facebooker). After a lot of hiccups (the docs haven't…
DavidH
  • 1,420
  • 1
  • 14
  • 25
3
votes
1 answer

paypal gem multiple accounts ruby on rails

I'm using the paypal-sdk-merchant gem. So far I have set one merchant account with this command: PayPal::SDK.configure( :mode => "sandbox", :app_id => "APP-sdfgjkl", :username => "lprieto-facilitator_api1.hasu.cl", …
user5104612
3
votes
1 answer

Release an App on a new account

So I have this App in the store, and I would like to release it on another account, newly created. Is anything like a transfer possible? Or would I have to remove it, and re-release it? Would that result in problems with Apple? Does anyone have any…
Icky
  • 1,055
  • 1
  • 12
  • 30
3
votes
2 answers

Keeping accounts restricted to 1 per user - PHP

The website that I am currently designing has run into a bit of a snag - basically my client has mad it clear that he needs a one person = one account feature, now I'm not the best at analytic's (despite my programming background) so I could really…
Dom
  • 7,135
  • 1
  • 11
  • 13
3
votes
4 answers

Issuing "appcfg.py --oauth update ." with multiple accounts?

I configured OAuth for one account I have, my.first.email@gmail.com. It works perfectly with Appengine app_ids I'm using for that account. Once I try to use it on an application 'foo' for another account (say my.second.email@gmail.com), though, the…
Riccardo
  • 1,104
  • 13
  • 22
3
votes
1 answer

Multiple custom accounts in combination with GCMIntentService

I encountered a problem with having multiple accounts of my own custom type. I use GCM (Google Cloud Messaging) to recieve messages from our application server. Now since you need to make your own implementation of GCMIntentService extending…
2
votes
1 answer

How to use multiple accounts in Firebase Auth in Android?

How to use multiple accounts in Firebase Auth in Android? Using a single account works fine. But, when I try logging in with another account, the previous data is gone. How can this be done?
1
2 3