• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Binder - Dating clone App with admin panel - Android

Binder - Dating clone App with admin panel - Android v20.3

No permission to download
There is a problem with the date of birth that appears as a question mark and when you press the date the app stops

Screenshot_٢٠٢٠٠٦١٤-٠٦١٨٥٤.png
 
I solved the problem like this

I moved portal folder to folder API

in Variables (Android Studio)
public static String domain="xxxxxx/API/index.php?p=";
public static String image_base_url="xxxxxxxxxx/API/";

in config

$baseurl_domain = "xxxxxx.xxx";
$firebaseget_Db_URL = "xxxxxxxx";
$baseurl = $baseurl_domain."/API/index.php?p=";
$firebaseDb_URL = $firebaseget_Db_URL;
$ImageBaseurl = $baseurl_domain."/API/images/";
Could you signal the path to the variable in Android Studio? Your solution was cleaner than mine.
 
There is a problem with the date of birth that appears as a question mark and when you press the date the app stops

Screenshot_٢٠٢٠٠٦١٤-٠٦١٨٥٤.png
Without error gere.
Your PHP Version?
 

Attachments

  • Screenshot_20200615-005657_Te Quero - Encontros.jpg
    Screenshot_20200615-005657_Te Quero - Encontros.jpg
    99.6 KB · Views: 40
Could you signal the path to the variable in Android Studio? Your solution was cleaner than mine.

yes in Variables line 122 and 123
public static String domain="xxxxxx/API/index.php?p=";
public static String image_base_url="xxxxxxxxxx/API/";
 
  • Like
Reactions: blcsilva
I had the same problem:
Review the following settings:
API/config.php

// firebase database link
$ firebaseDb_URL = "https://firebase-db-URL-here.com/Match";
$ firebaseDb_URL_MainDb = "https://firebase-db-URL-here.com/";


// database configration
$ servername = "localhost";
$ database = "xxxxxxxx";
$ username = "xxxxxxxx";
$ password = "xxxxxxxx";

*************************************
portal/config.php
$baseurl = "https://xxxxxxxxxx/API/index.php?p=";
$firebaseDb_URL= "https://xxxxxxxxx.firebaseio.com/";
$ImageBaseurl = "http://xxxxxxxxr/portal/uploads/";
*******************************************

I made some changes with reference to the version 13.9 panel.
Thank you so much for your guide and help bro.
Now the demo data are showing on the admin panel.
I'd uploaded the admin panel on subdomain and it's working fine.but i am facing problem on app.it's not connecting.
here is the some images and details of them.

Am i doing something wrong here bro?
Can you plz help me out?

Regards-
 

Attachments

  • Screenshot_2.png
    Screenshot_2.png
    36.9 KB · Views: 58
  • Screenshot_20201216-105423_Mingle.jpg
    Screenshot_20201216-105423_Mingle.jpg
    542.3 KB · Views: 60
Did the author stop updating the app? I received a notification from Google about Google Pay Billing being out of date.
 
Thanks for listening.
This is the default definition:
compileSdkVersion 29

defaultConfig {
applicationId "xxx.xxxxxxxxx.xxxxx"
minSdkVersion 21
targetSdkVersion 29
versionCode 47
versionName "15.4"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

}

Gradle 5.1.1
Following this configuration I managed to compile the application, but there was an error in the video call and voice call.
I had done a clean install for this project.
can you install this?
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock