cafebazaar_flutter icon indicating copy to clipboard operation
cafebazaar_flutter copied to clipboard

getLatestVersion method doesn't work

Open Mannyrf opened this issue 3 years ago • 0 comments

This method always returns nothing and doesn't seem to work. Furthermore, according to CafeBaazar documents, "getVersionCode" must get PackageName as parameters but "getLatestVersion" doesn't have any input parameter, and PackageName not specified before calling.

From cafebazaar check for update document: long vCode = service.getVersionCode("packagename");

Mannyrf avatar May 07 '21 13:05 Mannyrf