itunes-store

Application is “Ready to Sale” but not reflected on iTunes Store [closed]

孤人 提交于 2019-11-27 06:34:12
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I hold my application for "Developer release after approval" on iTunes Store. I have released my application and current status is "Ready to Sale". I am still not able to see the latest version on the iTunes Store. I am already waiting from last 6 Hours. Could anyone please tell me how much time Apple takes to

How to detect the active iTunes store on the iPhone/iPod Touch/iPad?

大城市里の小女人 提交于 2019-11-27 00:23:17
问题 I'd like to be able to determine which store the user connects to from inside my app, so that I can direct them to some appropriate content for their device AND store. Does anyone know how to get this information? Basically, if the user is in the UK, and connects to the UK store, I want my function/method to return GB, if in Korea, I want KR, Australia = AU etc. Any help would be appreciated. 回答1: The approach of getting the country code of the user's locale will work ... but only if the user

Direct “rate in iTunes” link in my app?

好久不见. 提交于 2019-11-26 19:25:05
I've seen posts here on Stackoverflow that describe how to allow users to be directed to apps on the app store. Is there a way to link directly to the rating and comments form in the App Store? Idan Answers here are outdated. This works on my end (Xcode 5 - iOS 7 - works only on Device, not simulator !): itms-apps://itunes.apple.com/app/idYOUR_APP_ID For versions lower than iOS 7 use the old one: itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=YOUR_APP_ID This IS possible using the technique described on this blog: http://www.memention.com

Get itunes link for app before submitting

谁都会走 提交于 2019-11-26 18:19:28
I read in another post that you can submit the app without the binary but I based on what I have seen this is no longer possible. It seems you cannot submit without the binary and the binary is submitted through the application loader. Is there any other known way to get the itunes/app store link to my app before I submit the binary? Idan The manual way: Your should copy your "Apple ID" from iTunes connect and use this link: http://itunes.apple.com/us/app/APPNAME/idXXXXXXXXX Would open the US store ("APPNAME" is that app name and XXXXXXXXX is the "Apple ID". You can use more general method (

Get itunes link for app before submitting

大憨熊 提交于 2019-11-26 06:15:35
问题 I read in another post that you can submit the app without the binary but I based on what I have seen this is no longer possible. It seems you cannot submit without the binary and the binary is submitted through the application loader. Is there any other known way to get the itunes/app store link to my app before I submit the binary? 回答1: The manual way: Your should copy your "Apple ID" from iTunes connect and use this link: http://itunes.apple.com/us/app/APPNAME/idXXXXXXXXX Would open the US