I've developing ios apps for about 2 years, my projects has more apps section to cross-promo my apps, I used following url pattern to redirect to them
string link = "itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=" + id;
Recently I've tested this link and fount "Cannot Connect to App Store"
- Why its stop working?
- Where I find related info where Apple decided to change syntaxes and stop supporting old one
- As a solution I found that this link is working now, so I id value form server, now I am planning to use regex to remove old part and replace it with working one
P.S. Why Apple doing it
Thanks in advance