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
Hi, When I try to click allow button in permission screen of car, which i have logged in for agreeing to privacy policy nothing happening .
Here the below code i have used to initiate the authorization
Hi, When I try to click allow button in permission screen of car, which i have logged in for agreeing to privacy policy nothing happening . Here the below code i have used to initiate the authorization
Hi, When I try to click allow button in permission screen of car, which i have logged in for agreeing to privacy policy nothing happening .
Here the below code i have used to initiate the authorization
CLIENT_ID = getString(R.string.client_id);
REDIRECT_URI = "sc" + getString(R.string.client_id) + "://" + getString(R.string.smartcar_auth_host);
Log.d("initSmartCar", REDIRECT_URI);
SCOPE = new String[]{"required:read_vehicle_info", "read_vin", "read_vehicle_info", "read_location", "read_engine_oil", "read_battery", "read_charge", "read_fuel", "control_security", "read_odometer", "read_tires", "read_charge"};
//SCOPE = new String[]{"required:read_vehicle_info"};
smartcarAuth = new SmartcarAuth(
CLIENT_ID,
REDIRECT_URI,
SCOPE,
false,
new SmartcarCallback() {
@OverRide
public void handleResponse(final SmartcarResponse smartcarResponse) {
The text was updated successfully, but these errors were encountered: