Skip to content
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

Open
BetyOops opened this issue Nov 23, 2021 · 7 comments
Open

Apple Update - Class FindMyIphone Broken #9

BetyOops opened this issue Nov 23, 2021 · 7 comments

Comments

@BetyOops
Copy link

Hi @neal

Since à few day, apple change something and your library did not work anymore.

Can you please, try to fix it ?

Thank you.

@nelis249
Copy link

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.

@jmcouillard
Copy link

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.

@nelis249
Copy link

Yea that fixed the problem. Thank you.

@london89
Copy link

apple change something again( authorization doesn't work(

@nelis249
Copy link

No issue here, code still works.

@qwikser
Copy link

qwikser commented Oct 14, 2022

Hi - any new here - class doesn`t work here.. :(

@nelis249
Copy link

nelis249 commented Dec 24, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants