capacitor-game-services icon indicating copy to clipboard operation
capacitor-game-services copied to clipboard

err: GameServices does not have web implementation.

Open SimpleDm opened this issue 3 years ago • 5 comments

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.)

import { Plugins } from '@capacitor/core';
import '@openforge/capacitor-game-services';
import { GameServicesPlugin } from '@openforge/capacitor-game-services';

const GameServices = Plugins.GameServices as GameServicesPlugin;
GameServices.signIn();

SimpleDm avatar Oct 27 '20 07:10 SimpleDm