-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
PackValidator, iOS AppStore domain #744
Comments
Will fix. |
To be fair, both domains should be accepted. |
yep.
|
I think we need to first fix WhatsApp to accept both domains, then after most clients upgrade, then change the domain on this repo, otherwise, WhatsApp will reject apps.apple.com This process would probably take 3 months, in the meantime, I ask you bear with the incorrectness. Sorry. |
I think the domain was itunes.apple.com, but then changed to apps.apple.com. |
stickers/Android/app/src/main/java/com/example/samplestickerapp/StickerPackValidator.java
Line 45 in 94ecae8
stickers/Android/app/src/main/java/com/example/samplestickerapp/StickerPackValidator.java
Line 84 in 94ecae8
Is there a specific reason it requires an
itunes.apple.com
domain? Afaik, the correct way to link an iOS app is via theapps.apple.com
domain.And yes, it is still working and will give you an HTTP/2 301 redirect to
apps.apple.com
. But then again, why use the redirect when you could just use the normal address right away?The text was updated successfully, but these errors were encountered: