I am trying to notify user, if newer version of my app available on app store.So i used below URL to validate current version and existing version of my app
http://itunes.apple.com/lookup?id=APPLEID
I got repose like this
{
"resultCount":0,
"results": []
}
Sometimes i am getting proper repose,But sometime not.Is there any alternative to achieve this feature in iOS app