Closed ronaldtse closed 4 years ago
Done according to the following posts:
Locally on macOS, it works.
TODO: In the scripts/hooks/after-sign.js, there is a manual entry for the appId, which should have been read from package.json. Here's an example how to do it with TS: https://github.com/dino-dna/checkup/blob/master/scripts/hooks/after-sign.ts.
scripts/hooks/after-sign.js
appId
package.json
Done according to the following posts:
Locally on macOS, it works.
TODO: In the
scripts/hooks/after-sign.js
, there is a manual entry for theappId
, which should have been read frompackage.json
. Here's an example how to do it with TS: https://github.com/dino-dna/checkup/blob/master/scripts/hooks/after-sign.ts.