Menusha Pathirana

Results 4 comments of Menusha Pathirana

after working around, I've got a working solution. All you have to define a google version for this. `ionic cordova plugin add [email protected] --save --variable REVERSED_CLIENT_ID=com.xxxxxx.mobile --variable WEB_APPLICATION_CLIENT_ID=3650100XXXXX-qtr14nvvtbek1bddr152XXXXXXX.apps.googleusercontent.com`

you have to keep the SMS context as it is ex: ``` Your Example app code: 123AB8 /Ert436gwd ```

> window.cordova.plugins.SignInWithApple.signin({ requestedScopes: [0, 1] }, function (succ) { > let jwt = succ.identityToken; > let decoded = jwt_decode(jwt); > console.log(decodedl); > console.log(decoded.email); > }, function (err) { > console.error(err)...

@tinvujasinovic Your approach actually works. did you able to customize the Year selection dropdown?