Skip to content

Support for multiple simperiumClients in Android #194

Description

@bayareacoder

Current Android library does not seem to support multiple Simperium clients in an app since the SQLite database is hardcoded in com.simperium.android class AndroidClient:
this.mDatabase = this.mContext.openOrCreateDatabase("simperium-store", 0, (CursorFactory)null);
Multiple client supports works in IOS library since multiple managed object contexts are used via the CoreData framework.
Multiple clients is sometimes required to implement specific functionality.
Requesting to implement support for this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions