ITMS-90338

1,571 results found

Post

Replies

Boosts

Views

Activity

Unable to submit watch OS 2 (Swift 2) for internal testing via TestFlight
I have migrated my watch OS 1 app to watch OS 2 and converted to swift, now testflight will not accept the upload with the following errorERROR ITMS-90125 The binary is invalid.Submitting the watch OS 1 target written in objective-C worked couple days ago.Tried to delete the watch app + extension targets and re-create from scratch, the same error happens.Choosing validate from Xcode archive dialog works fine as wellLooks to me like swift 2 + watch OS 2 related bug in iTunes, anybody successfully submitted watchOS 2 in swift for testing?thanks,Martin
3
0
460
Aug ’15
Manage Subscriptions URL for Sandbox Testing
I'm building an iOS app with auto-renewable subscriptions. I am generally successful with purchasing, restoration (receipt verification) etc. However, I can never get the hand-off to the Manage Subscriptions screen to work. I'm testing on my device.Here are the URLs I've tried, as I've seen variations posted in other discussions and Q&A siteshttps://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptionsitms-apps://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptionshttps://sandbox.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptionsThe first is what is commonly published, although I've seen mention that the third is unofficial, but the way to get things to work during testing.In all cases, I authenticate with my sandbox account and this same sandbox account is logged into the App Store via Settings.My experience:1. https://buy.itunes.apple.com...Takes me to the right screen in the Settings app, but indicates there are no subscriptions; even though I authenticated
7
0
12k
Aug ’15
AdHoc install broken on iOS 8.4 ExternalDownload Manifest
When I try to install an ad hoc build of my app on iOS 8.4 by tapping an itms-services:// URL in Safari, nothing happens. This appears in the iOS device console:Aug 26 16:03:49 iPad-Olip4-Federico wifid[36] <Notice>: WiFi:[462290629.048322]: Client itunesstored set type to background applicationAug 26 16:03:49 iPad-Olip4-Federico wifid[36] <Notice>: WiFi:[462290629.049135]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUEAug 26 16:03:49 iPad-Olip4-Federico wifid[36] <Notice>: WiFi:[462290629.050544]: Background Network Application enteredAug 26 16:03:49 iPad-Olip4-Federico wifid[36] <Notice>: WiFi:[462290629.050775]: BG Application: Not Present, BG Daemon: Present. Daemons: itunesstoredAug 26 16:03:49 iPad-Olip4-Federico itunesstored[109] <Warning>: ExternalDownloadManifest: Skipping download and install of: it.ferlini.Olip-Mjus-OrdersThe error occured in some devices. We did identify any differences between ipa
2
0
764
Aug ’15
ERROR ITMS-90347: Bad bundle identifier.
A new error is occurring while uploading our app which includes an extension with a bundle identifier in the format ***.yyy.zzz. The *** is our application bundle identifier. We're receiving the following error message when submitting to the App Store:ERROR ITMS-90347: Bad bundle identifier. The bundle identifier ***.yyy.zzz of the application extension ***.app/Plugins/xxxExtension.appex should start with the application's bundle identifier *** and not contain more than one period . after the application bundle ID.We've been using this bundle ID for a few months now with no issues. Has anyone else gotten this error or could someone from Apple please comment?Thanks,Bobby
19
0
30k
Aug ’15
ERROR ITMS-4236
Hi,We seemed to have reached an impasse with Apple support and after sending all relevent information at their request have not recieved a reply, so checking here to see if anyone can help. Thank you in advance.We are getting the following error, eventhough we have incremented the build number as required:xcode settings are:Additional notes:The team is not set in the identity settings, but we we build the project using the following commands:> xcodebuild archive -project /path/to/project/output/Take7_IOS_Release/Take7/Unity-iPhone.xcodeproj -archivePath /path/to/project/output/Take7_IOS_Release/Take7.xcarchive -scheme Unity-iPhone > xcodebuild -exportArchive -archivePath /path/to/project/output/Take7_IOS_Release/Take7.xcarchive -exportPath /path/to/project/output/Take7.ipa -exportFormat ipa -exportProvisioningProfile T7-Dist_Store This all works without giving us any code-signing identity errors
3
0
1.2k
Aug ’15
ERROR ITMS-90362 Submitting watch OS2 app with Healthkit to iTunes Connect
Have been trying to upload an archive of our app and watch app to iTunes Connect which includes support for iOS9 and watch OS 2 with healthkit.I keep running into this error:ERROR ITMS-90362 :Invalid Info.plist value. The value for the key 'UIRequiredDeviceCapabilities' in bundle {bundle name} is invalid. Expecting array with a single string value of watch-companion'In order to get our app working since it relies on healthkit, we have included healthkit in our UIRequriedDeviceCapabilities and without it the app will never load.<key>UIRequiredDeviceCapabilities</key> <array> <string>healthkit</string> </array>Using this causes the app to not be able to submit. If i change the string to 'watch-companion' as it seems to suggest, then the watch app will never start.Here is an image of the error when uploading through Organizer:https://cloud.githubusercontent.com/assets/1257664/9561131/c6a5b56e-4e30-11e5-9817-3b3d8614e1c5.pngHas anyone been able to submit a watch OS2 ap
28
0
4.4k
Aug ’15
Watch extension bundle identifiers
The new bundle ID rules enforced by the iTunes Connect validator appear to make it impossible to submit an app with both original WatchKit and watchOS 2 extensions...I just attempted to upload an app to iTunes Connect for internal testing, but it was rejected with the following message:Error ITMS-90347: Bad bundle identifier. The bundle identifier 'com.abc.myapp.watchkitapp.watchkitextension' of the application extension MyApp.app/Plugins/MyApp WatchKit Extension' should start with the application's bunle identifier 'com.abc.myapp' and not contain more than one period . after the application's bundle ID.The app contains both a watchOS 2 extension and an original WatchKit extension. The bad bundle identifier is reported only for he original WatchKit extension. The bundle identifiers are:Main app: com.abc.myappWatchKit app (original and watchOS 2): com.abc.myapp.watchkitappWatchKit extension (original and watchOS 2): com.abc.myapp.watchkitapp.watchkitextensionThis was working a week ago. My understandi
4
0
2.2k
Aug ’15
Error: Can't connect to dl.dropboxusercontent.com
The message Can't connect do dl.dropboxusercontent.com message occurs when my users try to install my Enterprise app.In 2014, August, this worked fine.The app name is Lufix1This is my .plist:<!DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd> <plist version=1.0> <dict> <key>items</key> <array> <dict> <key>assets</key> <array> <dict> <key>kind</key> <string>software-package</string> <key>url</key> <string>https://dl.dropboxusercontent.com/u/24763192/Lufix/lufix1.ipa</string> </dict> <dict> <key>kind</key> <string>full-size-image</string> <key>needs-shine</key> <true/> <key>url</key> <string>https://dl.dropboxusercontent.com/u/24763192/Lufix/large.png</string> </dict> <dict> <key>kind</key> <string>display-image</string> <key>needs-shi
1
0
2.7k
Sep ’15
Error ITMS-90389: Size Limit Exceeded when uploading.
I have an app with a fairly small watch extension. I've moved it to a watchOS 2.0 and when I try to upload, I'm getting this error.My app code is pretty small - less than a megabyte - and I don't have any significant resources. When I look in the build archive, my WatchKit app inside my iOS app's bundle's Watch folder is 30.3MB, of which 25.7MB is libswiftCore.dylib. Not sure why I'm running into this limit, since my WatchKit app is less than 50MB, and my own code is less than 1MB.Anyone else running into this? There are zero Google hits for ITMS-90389, which makes me think it's not a common problem.Thanks-- Steve
6
0
1.8k
Sep ’15
ITMS error when uploading: "missing or invalid language ..."
I am at a loss. I uploaded many IAPs using Application Loader a couple of weeks ago with no errors. I tried to add another IAP to the same app, but now Application Loader fails withERROR ITMS-4134: Missing or invalid language code (locale name) for in-app purchase with product_id='NNNNNNNN'. at Software/SoftwareMetadataI get an error for each IAP, even those currently live and approved in the app, as well as for the new one I'm trying to add. The language I'm using is zh-Hans (Simplified Chinese).On top of this, all my attempts to deliver the new IAP also result in these errors:ITMS-4108: Version '2.7', Locale 'zh-Hans': Invalid locale code at Software/SoftwareMetadata/SoftwareVersion, etc.Please help me understand what's wrong and where to look, or what to try to fix it. Thanks!
4
0
1.1k
Sep ’15
entitlements.plist file in productbuild
I have a bundle file called xxxx.app that works with productbuild to produce xxxx.pkg file and the resulting application works well on my computer. However attemps to upload it to Apple using Application Loader produces the following message:ERROR ITMS-90296: App sandbox not enabled. The following executables must include the com.apple.security.app-sandbox entitlement with a Boolean value of true in the entitlements property list: [( xxxx.pkg/Payload/xxxx.app/Contents/MacOS/xxxx )] Refer to App Sandbox page at https://developer.apple.com/devcenter/mac/app-sandbox/ for more information on sandboxing your app.” I also have a file called entitlments.plist that includes for the sandboxing: com.apple.security.app-sandbox. I have tried including this in the xxxx.app bundle under Contents and also Contents/Resoures but it does not seem to make any difference. How should the entitlments be incorporated in the productbuild?The help documents mentioned in the error message do not seem to address this question.
2
0
6.2k
Sep ’15