• 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"

Flangapp - SAAS Online App Builder From Websites

Flangapp - SAAS Online App Builder From Websites v1.5

No permission to download
Guys,

When I tried to release the app created by Flangapp at Google Play Console I am getting Errors, warnings and messages. However my website don't capture any user location.

When i checked further created app required this 3 permission

android.permission.ACCESS_BACKGROUND_LOCATION
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

1656456821254.png

1656456915158.png

Can anyone let me know the solution of this issue?
you need upload again the github
 
Guys,

When I tried to release the app created by Flangapp at Google Play Console I am getting Errors, warnings and messages. However my website don't capture any user location.

When i checked further created app required this 3 permission

android.permission.ACCESS_BACKGROUND_LOCATION
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

1656456821254.png

1656456915158.png

Can anyone let me know the solution of this issue?
and you need coords to users ?
 
here
\GitHub\lib\views\web_view.dart
1656455186537.png
and here insert the code

1656455244115.png
 
even activating the script, it still returns the error message when trying to generate the key:
Screenshot 2022-06-28 at 21-07-01 App builder.png
key.png
 
I found the problem:

Code:
private $settings;
    private $keyIssuer = "https://license.flangapp.com/backend/";
    /**
     * Create models, config and library's
     */
    function __construct()
    {
        $this->settings = new Settings();
    }
    /**************************************************************************************
     * PUBLIC FUNCTIONS
     **************************************************************************************/
    /**
     * Generate android *jks signature
     * @return array
     */
    public function generate_android() : array
    {
        $client = Services::curlrequest();
        helper('text');
        $alias = random_string("alpha", 10);
        $password = random_string('alnum', 16);
        $name = random_string("alpha", 8);
        try {
            $response = $client->request('POST', $this->keyIssuer.'api/signing/android', [

Screenshot 2022-06-28 at 21-21-56 https __license.flangapp.com.png
 
I found the problem:

Code:
private $settings;
    private $keyIssuer = "https://license.flangapp.com/backend/";
    /**
     * Create models, config and library's
     */
    function __construct()
    {
        $this->settings = new Settings();
    }
    /**************************************************************************************
     * PUBLIC FUNCTIONS
     **************************************************************************************/
    /**
     * Generate android *jks signature
     * @return array
     */
    public function generate_android() : array
    {
        $client = Services::curlrequest();
        helper('text');
        $alias = random_string("alpha", 10);
        $password = random_string('alnum', 16);
        $name = random_string("alpha", 8);
        try {
            $response = $client->request('POST', $this->keyIssuer.'api/signing/android', [

Screenshot 2022-06-28 at 21-21-56 https __license.flangapp.com.png
I have the same error after updating. Where is the fix file located?
 
The author writes in codeconyon about how to generate a 2048 RSA key

For example in terminal, ssh-keygen -t ed25519 -f ~/Desktop/codemagic_ssh_key -q -N

For some reason, it is not generated for me in the path that I specify
 
I can not install the app on website, always 500 Internal Server Error..
All php alternatives and apache/nginx options are tried, but nothing else.
 
I had created a hosting on cpanel, even it is not working on Php 8.1
The requested URL /backend/install/index was not found on this server.
 
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