-
Notifications
You must be signed in to change notification settings - Fork 51
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
Support For Multiple Apple IDs #4
Comments
Sure it does, just set the user/pass before calling any of the methods. What are you trying to do that doesn't work? |
Making a custom class that also has its own Apple ID + password stored. Won't setting them before executing an API call force the lib to re-login every time a request is made? EDIT: According to my hundrets of iCloud browser signins this library doesn't ever cache your login, guess that's the real issue then here. |
Related to #6. |
I'm having trouble with this as well. I need to notify for 2 different appleIds, and the problem is that it maintains and reuses the session, which isn't necessarily the correct session. I'll submit a PR to get this to work. |
As far as I understand, the current code does not easily support setting up multiple Apple IDs, I think that should be changed.
The text was updated successfully, but these errors were encountered: