Hi there,
I am using the Play Age Signals API plugin provided by Capgo in my Capacitor project:
import { AgeSignals } from ‘@capgo***/capacitor-android-age-signals’;***
I have successfully implemented the plugin, but when I run the project, I encounter the following error during execution:
{ message: '-1: Age Signals Error: -1' }
message: "-1: Age Signals Error: -1"
[[Prototype]]: Object
(anonymous) @ VM43:347
returnResult @ VM43:931
win.androidBridge.onmessage @ VM43:919
main.js:142124
CapacitorException: -1: Age Signals Error: -1
at returnResult (<anonymous>:944:32)
at win.androidBridge.onmessage (<anonymous>:919:21)
From the web sources it is said that PlayAgeSignal Api will go live on jan 1st.
Could someone please help me understand why this error occurs and how to resolve it?
Thanks!!