Skip to content

Fix W3C DC API problem #1417

@hanluOMH

Description

@hanluOMH

Holder app after upgrade to 0.95, please check w3c DC API, depends on my test it didn't work.
I guess after the code is refactored, below code is never called(Just my guess)


          if (DigitalCredentials.Default.available) {
                //The credentials will still exist in your document store and can be used for other presentation mechanisms like proximity sharing (NFC/BLE), but they won't be accessible through the standardized digital credentials infrastructure that Android provides.
                DigitalCredentials.Default.startExportingCredentials(
                    documentStore = documentStore,
                    documentTypeRepository = documentTypeRepository
                )
                Logger.i(TAG, "DigitalCredentials.Default.startExportingCredentials")
            }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions