This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I noticed on thing while signup is successful ~/account-seetings api is getting use, | |
but somehow this time ~/session.json is getting use and genrating unauthorised error | |
02-04 13:27:57.631 16796-16796/com.tamaaas D/Request build:: application_id=****&auth_key=5yDWTkOqXW2xDyP&nonce=810761163×tamp=1549267077&user[login]=913693693693&user[password]=913693693693 | |
02-04 13:27:57.632 16796-16796/com.tamaaas D/QBASDK: ========================================================= | |
=== REQUEST ==== b7a4afcd-c956-4696-8059-cca643a59177 === | |
REQUEST | |
POST https://api.quickblox.com/session.json | |
HEADERS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:background="#43B2FD" | |
android:padding="6dp" | |
app:layout_constraintWidth_max="wrap" | |
app:layout_constraintWidth_percent=".7"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:background="#fff" | |
tools:context=".MainActivity"> | |
<LinearLayout | |
android:layout_width="match_parent" |