+ Reply to Thread
Results 1 to 4 of 4

Thread: ios app crach after upgrade to 462

  1. #1
    Junior Member
    Join Date
    Jan 2013
    Location
    kuwait
    Posts
    18

    ios app crach after upgrade to 462

    hello

    ios app crash after upgrade to 4.6.2

    thank you

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,162
    Hello,

    Could you create a ticket regarding the ios app problem?

  3. #3
    Junior Member
    Join Date
    Dec 2014
    Posts
    5
    even iFlynax IOS app crashed after 4.6.2 update.. Problem is on iFlynaxConnect plugin. I also reported the same issue

  4. #4
    Junior Member
    Join Date
    Dec 2014
    Posts
    5
    I have a work around for this problem

    The problem is due to two new parameters: account_thumb_width, account_thumb_height

    if you remove these two parameters from caching controller problem will be solved.

    $response['configs'] = $iOSHandler->getConfigs();
    unset($response['configs']['account_thumb_width']);
    unset($response['configs']['account_thumb_height']);

+ Reply to Thread