Returns information about the given app's certification status.
Example
const manifestUrl = "http://localhost:1234/app.json"
try {
const certificationInfo = await fin.System.isAppCertified(manifestUrl);
} catch(err) {
console.error(err)
}
Returns information about the given app's certification status.
const manifestUrl = "http://localhost:1234/app.json"
try {
const certificationInfo = await fin.System.isAppCertified(manifestUrl);
} catch(err) {
console.error(err)
}