Hi all,
After system maintenance by Apple, "buy.itunes.apple.com/verifyReceipt" API returns abnormal contents which is supposed to be JSON but it returns html page contents.
The API result shows some message below,
<body onload="return its.detect.openItunes('https://itunes.apple.com/us/store?ign-mscache=1');"> |
<object classID="CLSID:D719897A-B07A-4C0C-AEA9-9B663A28DFCB" width="1" height="1" id="iTunesDetectorIE" ></object> |
<div id="loadingbox-wrapper"> |
<div class="loadingbox"> |
<p class="title">Connecting to the iTunes Store. |
<span id="loading-dots">...</span> |
</p> |
<div class="clear"></div> |
<div id="itunes-client-required" style="display:block;"> |
<center> |
<br> |
<p style="color: red;"> |
We are unable to find iTunes on your computer. |
</p> |
<br> |
<a onclick="its.detect.userOverrideSetItunesInstalled(); its.detect.openItunes(); return true;" href="#"> |
<input type="submit" value="I have iTunes" /> |
</a> |
<a href="http://www.apple.com/itunes/download/?itunesInstalled=unknown"> |
<input type="submit" value="Download iTunes" /> |
</a> |
</center> |
<script type="text/javascript"> |
document.getElementById('itunes-client-required').style.display='none'; |
</script> |
</div> |
<p class="footer">If you don't have iTunes, |
<a href="http://www.apple.com/itunes/download/">download it for free</a>. If you have iTunes and it doesn't open automatically, try opening it from your dock or Windows task bar. |
</p> |
</div> |
</div> |
</body> |