Hello Sujith,
I'm having this message when building my app
$ meteor build ../builds/. --server=https://app.loya.li --mobile-settings ../_settings/loyali.json
Errors executing Cordova commands:
While adding plugin https://github.com/EddyVerbruggen/cordova-plugin-googleplus.git#3ae99ea5d24619949613b87cdcb01b407199c253 to Cordova project:
Error: Variable(s) missing: REVERSED_CLIENT_ID
...
Well I did search about it and I found that you are suppose to pass it to cordova during the plugin install.
cordova plugin add https://github.com/EddyVerbruggen/cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=myreversedclientid
And this is where I understand why you say I have to put the mobile-config.js file app info. And it is done:
App.info({
id: 'loya.ly.app',
name: 'Loyali',
description: 'Gérez vos cartes de fidélité et vos avoirs',
author: 'guillaume.darbonne@gmail.com',
email: 'guillaume.darbonne@gmail.com',
website: 'http://loya.li',
version: '1.3.0'
});
(yes I know I have a typo ly vs li in my id but it truly what I registered)
What did I forgot to have native up and running please ?
Also do you know if useraccounts package has adopted your native login solution ?
Thanks anyhow.
Hello Sujith,
I'm having this message when building my app
Well I did search about it and I found that you are suppose to pass it to cordova during the plugin install.
cordova plugin add https://github.com/EddyVerbruggen/cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=myreversedclientidAnd this is where I understand why you say I have to put the
mobile-config.jsfile app info. And it is done:(yes I know I have a typo ly vs li in my id but it truly what I registered)
What did I forgot to have native up and running please ?
Also do you know if useraccounts package has adopted your native login solution ?
Thanks anyhow.