Alert for High Ticket Volumes: The support team will answer you during the business days and it can take 2 days for a single reply.
Kindly note that replying to the support case ID to make enquiries on the status will reset your support request and the ticket queue.

Okay
  Print

What is Report Mode and how to fix your API issues?

In this articles we will discuss how to test your api and try to fix issues you may find during using one of our apps

Every app we developed you will find the variable bellow in our AppSettings.cs class.

Set the variables bellow to True or False to start checking your API respond from your server 
if the API fails you will get a message box in your application with the error of the API 
dont forget to set the variable to false before releasing your app to google play.

//Error Report Mode
//*********************************************************
 public static bool SetApisReportMode = true;

Why i am getting such errors?

The reason behind the errors is simple so let's explain to you why you may face API problems.

EX: I cannot upload a profile picture?, i cannot see any news feed?, i press on like but its not liked on my website! all of this issues are miss behaving of the API from your server side end. 
Here are few fixes you need to know.

  • Your server side is using Cloudflare which should be disabled by default.
  • You Max Upload limit in your server is small it should be 150mb at least, for more info.
  • Disable Mode_security in your server side, for more info.
  • Your are not using last version of the PHP script.
  • Your Main PHP script API functions has missing files or not updated correctly.
  • Choose a good Hosting server such as Ultahost which installs all the plugins you need.
  • We recommend ultahost cheap VPS hosting for visitors less than 8k daily and cheap dedicated servers for visitors more than 10k daily

I set the report mode and i am getting an API issue so whats next? 

If you are facing any API issue from your server side you will need to contact the PHP support team from the link bellow https://doughouzforest.ticksy.com/ and show them your API respond as screenshot.

I try all the previous fixes but still no success?

You will need to check the respond in debug mode by adding red breakpoints on the API functions if you dont know how to do it you will need to hire a developer or by asking our support team they will be able to check the issue for you somehow it end with paying extra fees for the API testing and checking. 


Be sure you set SetApisReportMode variable it to false before releasing your app.