-
Notifications
You must be signed in to change notification settings - Fork 49
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
silent fail #19
Comments
Here is the response that Apple is sending back:
|
Digging through the code, and comparing it to the requests sent to and from the web browser version of iCloud it looks like this PHP code is supposed to be emulating an iPhone 5s. Charles Proxy for iOS is $8.99 which I believe is what @albeebe used to sniff out the headers and requests and everything originally. I might be willing to pay the 9 bucks to see if I can get this working again if @albeebe is no longer active to fix the code themselves. |
Hi, Do plan to try to fix the API @Kryd0s ? |
Hello, any news about the fix ? Thank you |
@BetyOops @MrVinceZ @NebzHB I paid the $9 and downloaded the Charles app, but I haven't made any progress on this. Charles is supposed to be able to proxy SSL connections and it works on a lot of apps, but it doesn't work on the Find(myiPhone) app. Not sure why. I may mess around with this some more, or try another method to fix it, but it's not looking very promising. |
FYI - I was able to get the library working again by adding the following CURL opt to the curlPOST method.
|
this now silently fails. please fix it.
The text was updated successfully, but these errors were encountered: