Mobile app does not work out of box

I'd post in the mobile app form but apparently I don't have "permission" even though I PAID FOR A $600 LICENSE???

The mobile apps DO NOT work out of box like was claimed during purchase.  I've now hired a 3rd party app developer who after another half a dozen hours was able to compile it but now we're running into a 302 =! 200 error, I followed the guidance on these posts: http://www.boonex.com/forums/topic/Errors-when-trying-to-add-my-site.htm

And reflecting a change of www vs non-www in the URL and the non-www version just crashes after compilation (no error) while the www version reports the 302 != 200.  The app developer says it could take another 10-12 hours to debug the errors because there's no additional information in your forums or on the app error.

I've emailed Boonex multiple times, opened a ticket and reviewed additional options, the limited responses they gave did not provide ANY real support.  Hopefully the community help me but this terrible service, you need to baseline support your products with AT LEAST some documentation, take a few minutes and do your job instead of continuing update the core product. 

Hopefully the community can provide some direction on how to solve these issues before I spend hundreds more to get a product to work that should have immediately.  

Quote · 13 May 2015

Please try to comment out the following code (or similar) in inc/header.inc.php file:

//check correct hostname
$aUrl = parse_url( $site['url'] );
if ( isset($_SERVER['HTTP_HOST']) and 0 != strcasecmp($_SERVER['HTTP_HOST'], $aUrl['host']) and 0 != strcasecmp($_SERVER['HTTP_HOST'], $aUrl['host'] . ':80') ) {
    header( "Location:{$aUrl['scheme']}://{$aUrl['host']}{$_SERVER['REQUEST_URI']}" );
    exit;
}

it checks the hostname and performs redirect if necessary.

Rules → http://www.boonex.com/terms
Quote · 18 May 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.