-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple Update - Class FindMyIphone Broken #9
Comments
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 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. |
Hi @neal
Since à few day, apple change something and your library did not work anymore.
Can you please, try to fix it ?
Thank you.
The text was updated successfully, but these errors were encountered: