Submit a Bugs ?

Contents

1. 25% Discount With our Secret coupon code

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

1. 25% Discount With our Secret coupon code

Dear customer 

We are happy to let you know that we always recommend our customers to host their websites and mobile apps on Ultahost.com

There fore Ultahost.com gained from the last few years thousands of clients from us.

And offered us almost 25% discount using this coupon code Y80C8NKIQ4 on an Annual Plan and 5% on a monthly plan.

Do you need free installation for your PHP script? Oh, UltaHost web hosting will do it for you for free with no hidden fee.

Why Ultahost? Check the video bellow 


UltaHost is a high-performance web hosting platform that assists you in getting fast, stable, and safe websites for any type of digital project, whether eCommerce shop, blog, company portfolio, agency marketing, media, and content publishing, social networking, or small or mid-sized business. It provides shared, Cheap VPS Server (virtual private server), VDS (virtual dedicated server), and Cheap Dedicated Hosting solutions for companies, businesses, and individuals to make their projects successful.

With its web hosting features, you will be able to kick off, journey, and thrive in the online world without hassles. UltaHost stores and handles web resources and data using SSD, and NVMe-based servers. Subscription to a shared hosting plan allows you to host unlimited number of websites, enjoy 1 Gbps network speed, and utilize SEO and security capabilities.

UltaHost Services

Here, we present some of the major services that UltaHost provides for setting up and running your business or personal website, such as Dedicated server, VPS hosting, VDS hosting, Wordpress hosting

Extra Web Hosting Services From UltaHost


2. 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.


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.