You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Capacitor is a bridge for native android and ios apis. You can use Capacitor without ionic, but Apple game center and Google play services are not available for web, so this only works in one of those two environments.
I have same issue when trying use GameServicesPlugin without @capacitor/core Plugin.
On android import { Plugins } from '@capacitor/core'; const { GameServices } = Plugins; works fine, but on ios it seems not working. There is error 'a.singIn' is not function of non object.
It seems i misconfig in apple connect. Any idea how to fix it? My game table has bot published status, everything else seems to be fine.
Whatever I do, I meet "GameServices does not have web implementation.", Can you tell me what it might be?
(I don't use ionic if that's important.)
The text was updated successfully, but these errors were encountered: