itunesconnect

iTunes connect does not allow to enter multiline description

有些话、适合烂在心里 提交于 2019-12-04 20:05:04
问题 I've just submitted my first app to the App Store and I have problem with description field in iTunes Connect - it does not allow me to enter multiline value. I've tried everything - copying-pasting from different editors, entering manually, etc. If there is one line, like "Hello world" - it saves successfully. When I've got at least 2 lines of text, lke "Hello World" it just shows me the following error message and does not save: Description cannot contain control characters (for example,

Copyright issue while upload apps to itunes [closed]

点点圈 提交于 2019-12-04 19:11: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 6 years ago . I get this issue from apple after upload my apps for review. We found that your app includes features for streaming TV channels, the content of which may be copyrighted. The use of materials copyrighted by a third party requires documented evidence of your right to use such content in your application. Please provide the documentary evidence showing your rights to use this content, to ensure compliance with the

Xcode says some of my pods are not PIEs, is this fine?

懵懂的女人 提交于 2019-12-04 19:00:29
问题 Today, after I uploaded an archive to the app store, Xcode shows me this warning and a few others (all are similar). Here is one of them: WARNING ITMS-90080: "The executable 'Payload/MyApp.app/Frameworks/EZLoadingActivity.framework' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information refer to Technical Q&A QA1788 - Building a Position Independent Executable in the iOS Developer Library." WARNING ITMS

iTunes Connect warning: “Your binary doesn’t support iPad”

↘锁芯ラ 提交于 2019-12-04 18:35:40
问题 I just uploaded a new binary to iTunes Connect and added it to a new version of an iOS app. After adding the binary and saving changes, iTunes Connect displays the warning message: "Your binary doesn’t support iPad. The screenshots or app video preview for iPad won’t be shown on the App Store." The Xcode project was generated using the Cordova 3 CLI; the uploaded binary is the first Cordova 3 version since the app was migrated from Cordova 2. The app has been tested on iPad and it works fine.

Error Uploading Screenshots to new iTunes Connect

拜拜、爱过 提交于 2019-12-04 18:00:02
问题 I've been experiencing this issue for two days, since the new iTunes Connect became avaiable. When adding a new screenshot, at first, I was receiving the error: Your app information could not be saved. Try again. If the problem persists, contact us. Inspecting the element in browser, in the console i could see that they got a server error: We've got a server error... 500 But yesterday, the error changed. The server was responding SUCCESS , but a new error appeared when trying to upload any

Testing In-App purchases for multilanguage

拜拜、爱过 提交于 2019-12-04 17:49:46
问题 I have included various localized descriptions in iTunesConnect (English, French, Chinese) for an in-app product. I am displaying the localizedTitle and localizedDescription properties after fetching them from apple's server using an SKProductsRequest. My understanding from the docs and other threads is that if I change the test phone to the relevant language it will display the correct language. However in testing with my phone in French or Chinese the product descriptions are still in the

Remove an iOS app localization

五迷三道 提交于 2019-12-04 17:38:46
问题 In Bombr 1.2 I added a half-assed French localization, over time adding more strings to localize I've decided to drop the French localization. In Bombr 1.2.1 I removed the reference to fr.lproj/Localizable.strings from the Xcode project but the file still exists. Now that 1.2.1 is on the app store it still says that French is a supported language. Will removing the fr.lproj folder and resubmitting correctly display the supported languages (this is my hunch), or is it possibly that iTunes

Unable to upload to App Store with Xcode 7.1

跟風遠走 提交于 2019-12-04 16:49:10
问题 When trying to upload an app to App Store in Xcode (7.1) I'm prompted with this error message: iTunes Store operation failed. You are not authorised to use this service. The steps I go through when trying to upload Product -> Archive which completes successfully Window -> Organizer where I select my app in the left pane. I then choose my most recent archive, press "Upload to App Store..." and pick the relevant development team. At that point I'm prompted with the error message "iTunes Store

Does the Facebook SDK use IDFA for Mobile App Installs?

醉酒当歌 提交于 2019-12-04 16:43:20
问题 When you integrate the Facebook SDK to track Mobile App Installs, does this use the IDFA and hence do you have to answer yes to the corresponding question in iTunes Connect question when submitting the app for review? This is the code in application:didFinishLaunchingWithOptions: [FBSettings setDefaultAppID:FB_APP_ID_NSTRING]; [FBAppEvents activateApp]; In my Facebook dashboard, my app is configured with Yes under "Install Insights" and "Enable Enhanced Interest Targeting": The iTunes Connect

improper advertising identifier [IDFA] usage, but it doesn't

放肆的年华 提交于 2019-12-04 16:22:14
While uploading app-file to itunesconnect the XCode says: improper advertising identifier [IDFA] usage...etc. But I do not use this feature in my project. I've tried to find any [[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString] calling. Futhermore, I'm just fixing a bug of my app, I hadn't included such features since my first release. The first release didn't said about IDFA-usage. Well, this error happened about 15 days ago and it wasn't clear what is the reason till Apple released the Xcode update the same day and everything went smooth after that. Again, today I get