Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Issue with Delete method to AndroidAccountStore #43

Closed
SilverRrain opened this issue Aug 23, 2013 · 3 comments
Closed

Issue with Delete method to AndroidAccountStore #43

SilverRrain opened this issue Aug 23, 2013 · 3 comments
Assignees
Milestone

Comments

@SilverRrain
Copy link

The method for Android
public override void Delete (Account account, string serviceId)
{
var alias = MakeAlias (account, serviceId);
ks.DeleteEntry (alias);
}
The method deletes the account from KeyStore instance but not from file ("Xamarin.Social.Accounts" - name of file where account are stored).
So if you create a new instance of KeyStore all accounts appear again.
Many services like TwitterService create new instance of AccountStore.

My suggestion is to delete the account record from "Xamarin.Social.Accounts" file also.

@ghost ghost assigned ermau Aug 23, 2013
@ermau ermau closed this as completed in 6c763f7 Aug 23, 2013
@SilverRrain
Copy link
Author

good work and very fast))

@chrisriesgo
Copy link

When will this be rolled into source that is shipped? I have version 1.2.1 on my machine, but the new code snippets are missing.

@ermau
Copy link
Member

ermau commented Oct 8, 2013

When will this be rolled into source that is shipped?

The component? Shortly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants