Questions tagged [multiple-accounts]
45 questions
2
votes
1 answer
Android in-app purchases with multiple accounts
I am adding in-app purchases to my app, which is working. I have a device that has two accounts on it. One is my primary account--which I use to publish apps--and the other is a dev account that I use to test purchases.
Before the user can purchase,…

tehscott
- 101
- 8
2
votes
1 answer
How can I know from which Google account (Email id) user purchased a product in my app?
Suppose a user has 3 accounts and one of them is in the app purchase account.
Then when this user purchases a product from my app, how can I know from which account the in app purchase happened?
Can I get the email id?

Nirav Dhanani
- 45
- 1
- 9
2
votes
2 answers
Get SenderEmailAddress from mail item in compose mode
I am retrieving, this mailItem in compose mode, But when I check for the mailItem.SenderEmailAddress, it is NULL, but all other properties have values there (Ex:- body, body format, to, .... ). How I get the sender email FROM THE MAIL-ITEM IT-SELF?…

Kushan Randima
- 2,174
- 5
- 31
- 58
2
votes
3 answers
iPhone:Can one mac be used for two business purpose?
I have a small doubt, so apologies first.
I am creating an iPhone application using my Macbook. I want to upload it into AppStore after some days by creating a developer certificate and use provisioning profile. My friend wants to create his own…

Getsy
- 4,887
- 16
- 78
- 139
2
votes
1 answer
How can I provide multiple-user access using Google+ accounts on the Android app
I'm working on a multi-user Android application that provides to its users access to GMaps (find one another), chat and so on. Users should login to application using their accounts on Twitter, Facebook, Google+ etc. Everything works fine with all…

Darkmike
- 163
- 2
- 9
1
vote
1 answer
Github default account is not working after changing for multiple accounts
I have used my office github account. But i was need to add my personal github account also. My office github account is dinukafrost. My personal github account is dinuka.
I did following steps.
Create ssh keys. (I have already had ssh key for…

Dinuka Thilanga
- 4,220
- 10
- 56
- 93
1
vote
1 answer
Multiple git accounts missing username and email
I have work and personal repos and want to switch between the two on the same machine with their respective git accounts. I have set up GPG Signed commits on the work repo and I want to set up ssh commits on a personal repo and be able to switch…

C0deJack
- 143
- 1
- 10
1
vote
1 answer
Google Apps scripts called from Google sites now (suddenly) returning 404 error
I have a Google site (https://sites.google.com/site/kitchenergaffers/) which has many pages where scripts are launched. This morning (18 August 2020 EDT) I see that none of the script pages are working and the script seems to be reporting a 404…

Rick Lugg
- 51
- 4
1
vote
1 answer
How to use two different github accounts with SSH and Red Hat 7?
I know that are a lot of questions like this one, but no answer was able to solve this problem for redhat. I had a MACOS with two accounts with no big deal, but on Red Hat it just doesn't work.
I have 2 accounts…

Miguel Dias
- 83
- 1
- 1
- 6
1
vote
6 answers
Cross-Account AWS CodePipeline cannot access CloudFormation deploy artifacts
I have a cross-account pipeline running in an account CI deploying resources via CloudFormation in another account DEV.
After deploying I save the artifact outputs as a JSON file and want to access it in another pipeline action via CodeBuild.…

ttulka
- 10,309
- 7
- 41
- 52
1
vote
1 answer
Firebase - allow multiple users for email, how to get top level email
My app uses Firebase authentication with 2 providers: Facebook and Google. To allow users to create both Facebook and Google accounts with the same email, I went to Firebase console and checked an option to allow multiple acoounts for email…

user1209216
- 7,404
- 12
- 60
- 123
1
vote
2 answers
Advantages of using multiple AWS accounts
An infrastructure (include both dev and prod environments) for an application has been made on an AWS account that is quite big, includes 15 instances,... Now, we're gonna make a new infrastructure for another application. I would like to know if…

Matrix
- 2,399
- 5
- 28
- 53
1
vote
1 answer
1 application many PayPal accounts
I am writing an web application where historically they have used their own PayPal account to take payments for classes run by external self-employed staff. However the tax system has changed and the charity would like thier clients to book through…

user3067684
- 936
- 9
- 18
1
vote
1 answer
Cloning a private Github repo as a collaborator when I have multiple accounts
I have 2 GitHub accounts:
account1
account2
In account2 I'm added as collaborator of a certain repo:
account_notmine/repo_xyz
I've created and added a new ssh key for the second account, and also added it on github.
Host github.com
HostName…

Enrico Morandin
- 11
- 1
- 3
1
vote
1 answer
How can I create multiple-user access accounts on Facebook Android application.?
I have created an android app for Facebook integration with single user Login. Now i want Multiple user Login in the same application. How can i do this. Please give some suggestions with any android code or usable link. Thanks in advance :)

Priyanka
- 677
- 5
- 20