You can login and hame achievements.
npm i cordova-plugin-apple-game-center --save
This library is Promise style, you can use .then or await to fetch results
import * as GameCenter from 'cordova-plugin-apple-game-center';
await GameCenter.login();
await GameCenter.unlockAchievement({ id: 'your-id' });
This method is show native Google Games UI
await GameCenter.showAchievements();