FindMyiPhone
FindMyiPhone copied to clipboard
Apple Update - Class FindMyIphone Broken
Hi @Neal
Since à few day, apple change something and your library did not work anymore.
Can you please, try to fix it ?
Thank you.
This code has been rock solid for years, then all of a sudden, stopped. My guess is there is something with the headers.
Error: Invalid argument supplied for foreach() in C:\Apache\htdocs\alexa\class.findmyiphone.php on line 88
Looks like the request is bombing out.
Hi,
I think I could make it work again by updating the client_context
values :
private $client_context = array(
'appName' => 'FindMyiPhone',
'buildVersion' => '376',
'clientTimestamp' => 0,
'deviceUDID' => null,
'inactiveTime' => 1,
'pushMode'=> false,
'appVersion'=> '7.0',
'productType' => 'iPhone12,1',
);
Let me know if it also fixes the issue for you.
Thanks.
Yea that fixed the problem. Thank you.
apple change something again( authorization doesn't work(
No issue here, code still works.
Hi - any new here - class doesn`t work here.. :(
Ah bummer. Looks like apple changed something again. The response is now "default text from ResponseContentFilter". I've even tried with a bad user/pass but the result is the same. Seems like the headers might be broken again.
Looks like the same issue as #10.