itunesconnect

iTunes Connect - Prerelease - Beta testing with Internal testers says 31 days left, what does this mean?

十年热恋 提交于 2019-12-06 02:33:26
问题 iTunes Connect - Prerelease - Beta testing with Internal testers says 31 days left, what does this mean? Will the app uninstall itself after 30 days? Will it become inactive or unusable? What happens? 回答1: From some months' experience, I find that my original answer(guess) is not right. If an application has expired on iTunes Connect Beta Testing. It will very soon(in one or two days after the expiration) stop working from the device that has it installed. Original answer: Short answer: when

How to localise an arabic app in iTunes connect?

血红的双手。 提交于 2019-12-06 02:02:40
I'm trying to use Arabic description and metadata for my app. In iTunes connect it states that these data must be in English or any other languages, so I did put them in English. The development of my app(storyboard and content) is in arabic.So when I went to submit the app in iTunes connect I didn't found Arabic language support! My question is how can I submit arabic details for the app name,description and screenshots?! Thanks iTunes does not support Arabic. I faced with that issue before. So theoretically you could not do it but someone suggested me to do it like that: Just use arabic in

ERROR ITMS-90022 Missing Required Icon File

╄→尐↘猪︶ㄣ 提交于 2019-12-06 01:56:26
I was hoping someone could help me with an issue. I was attempting to upload my app to the App Store when suddenly I received an error message stating that I had a missing icon file. The error was: ERROR ITMS-90022: "Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0." I haven't modified any of my icons but I did notice that when I updated the info.plist file to change the Build Number I noticed that the file had additional settings for "Car Play" and a few other devices which I hadn't

iPhone app release date option in iTunes Connect [closed]

柔情痞子 提交于 2019-12-05 22:29:17
问题 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 submitted my iPhone application to iTunesConnect.Now it is in "Waiting for review". I want to release it only when i decide.. But am not able to see the option to set release date as "Automatically after success review" or "release date will be set by Developer"(I mean Version Release Control option) .

Adding a in-app purchase while “Waiting For Upload” [closed]

a 夏天 提交于 2019-12-05 22:04:34
I'm developing my first app which contains an in-app purchase. The app is tested and working fine. My in-app purchase is "Ready To Submit" in iTunes Connect and my app status is "Waiting For Upload". I have not yet submitted a binary for this app. When I select the first (and only) version of my app in iTunes Connect (which is "Waiting For Upload") and scroll down to the "In-App Purchases" section, I see the following message: "In-App Purchases cannot be added to this version because it has already been submitted for review. To manage your In-App Purchases, go back to the App Summary page and

Distribution certificate error:“This certificate is not yet valid.” [closed]

喜你入骨 提交于 2019-12-05 18:34:37
问题 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 7 years ago . I have downloaded distribution certificate from itunesconnect website. By double clicking I add it to keychain access. but in keychain access it shows me that "This certificate is yet not valid." then what is the problem? thanx in advance. 回答1: Check the valid and expiration dates on the certificate and your

Order of additional screenshots when submitting app in iTunes Connect

自闭症网瘾萝莉.ら 提交于 2019-12-05 16:43:46
I'm currently submitting my app for review and I've uploaded the main screenshot, but am unsure of how to get my additional screenshots to appear in the correct order. You have to select them all before uploading and there's no indication of what order they will be in! Can someone let me know whether you need to select the screenshots in correct or reverse order? Add them in reverse order. So if the main screen shot is ss1.jpg add the others in this order ss4.jpg ss3.jpg ss2.jpg Then hit the upload button Hope this helps People should know that this post is very outdated. iTunes Connect now

iTunes lookup API return old data in my APP

自古美人都是妖i 提交于 2019-12-05 15:17:27
问题 My APP check update by comparing local version and remote version returned by iTunes lookup API. But the API still return old version after new version has released. https://itunes.apple.com/us/lookup?bundleId=com.xxx.xxxx This API return new version(4.9) if I request through browser, but return old version(4.8.1) in APP. Anybody help? Thanks. - (void)updateAppInfo { dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ //first check iTunes NSString

Convert php curl to GAE urlfetch for iTunes InApp verifyReceipt

拈花ヽ惹草 提交于 2019-12-05 14:25:38
Can someone help to convert this PHP Curl to UrlFetch ? This is used for Apple iTunes verifyReceipt if (getiTunesProductionLevel($app_id)=="sandbox" || $sandbox_override == TRUE) { $endpoint = 'https://sandbox.itunes.apple.com/verifyReceipt'; } else { $endpoint = 'https://buy.itunes.apple.com/verifyReceipt'; } $postData = json_encode(array( 'receipt-data' => $receipt, 'password' => $sharedSecret)); $ch = curl_init($endpoint); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POST,

How should the keychain option be used for altool?

谁说我不能喝 提交于 2019-12-05 14:12:20
问题 I'm trying to use the @keychain option with the -p switch in altool in order to load my iTunes Connect password from the keychain: altool --validate-app -f "${IPA}" -u "redacted" -p "@keychain:?????" I'm trying to figure out what I need to enter after @keychain: . Everything I try (path of the keychain file, name of the keychain entry, username in the keychain entry) produces the following error: *** Error: The specified item could not be found in the keychain. altool supplies the following