Flangapp - SAAS Online App Builder From Websites

Flangapp - SAAS Online App Builder From Websites v1.5

No permission to download

osianncr

Active member
Babiato Lover
Trusted Uploader
Aug 29, 2020
106
95
28
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
 

osianncr

Active member
Babiato Lover
Trusted Uploader
Aug 29, 2020
106
95
28
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 ?
 

osianncr

Active member
Babiato Lover
Trusted Uploader
Aug 29, 2020
106
95
28
here
\GitHub\lib\views\web_view.dart
1656455186537.png
and here insert the code

1656455244115.png
 

codelist

Member
Mar 25, 2019
76
93
18
US
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
 

Qurel

Well-known member
Trusted Uploader
May 4, 2022
242
303
63
25
Tashkent
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?
 

Qurel

Well-known member
Trusted Uploader
May 4, 2022
242
303
63
25
Tashkent
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
 

Margarit

Member
Nov 7, 2020
70
9
8
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.
 

Margarit

Member
Nov 7, 2020
70
9
8
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.
 

Forum statistics

Threads
69,228
Messages
908,457
Members
237,097
Latest member
ahhshd

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu