PDA

View Full Version : ios app crach after upgrade to 462



Faisal Alshalahi
April 5, 2018, 12:42 PM
hello

ios app crash after upgrade to 4.6.2

thank you

Rudi
April 5, 2018, 05:03 PM
Hello,

Could you create a ticket regarding the ios app problem?

aozkan
April 6, 2018, 07:34 PM
even iFlynax IOS app crashed after 4.6.2 update.. Problem is on iFlynaxConnect plugin. I also reported the same issue

aozkan
April 6, 2018, 09:16 PM
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']);