-
Notifications
You must be signed in to change notification settings - Fork 46
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
Set expected content type #20
Comments
Is it a copypaste mistake that you're using |
The "Expected content type..." is copy/paste of the actual error message I got. Not much to do about what iTunes is returning. All I need to do is to accept that format somehow. |
No like in your "Using this code:" block you posted above, you did:
when it should be:
|
Arh... of course. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to verify iTunes receipt with AFMotion (for in-app purchases), but can't set the content type. Keep getting this error:
Using this code:
If I use AFNetworking, I can get it to work with:
But it looks so clumsy, compared to the above code.
Is there any way I can set the expected content type for the original code in AFMotion?
The text was updated successfully, but these errors were encountered: