Skip to content

Support for multiple simperiumClients in Android #194

@bayareacoder

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.

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