Search results for

ITMS-90158

1,686 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS In-House Enterprise app not installing
I faced a similar issue with the iOS In-House app not installing using the OTA method. Here’s how I resolved it after burning precious hours of my life ;-): Ensure the Dropbox links are modified to force downloads. Change the dl=0 to dl=1 in the links. E.g., https://www.dropbox.com/scl/fi/.../YOUR_APP.ipa?rlkey=...&dl=1 Ensure that the second image in your manifest.plist is precisely 1024x1024 pixels. The link to your manifest.plist in the itms-services URL must be URL encoded. E.g., itms-services://?action=download-manifest&url=https%3A%2F%2Fwww.dropbox.com%2Fscl%2Ffi%2F...%2Fmanifest.plist%3Frlkey%3D...%26dl%3D1 After these adjustments, I created a QR code for the link. Scanning the QR code with the camera app successfully installed the app on registered devices (UDID) using Ad Hoc distribution.
Oct ’23
Cannot fix ITMS-90738 and ITMS-90683 issues
Hello, I need help because I have not succeeded to fix the following issues: ITMS-90738: Invalid purpose string value - The “NSLocationAlwaysAndWhenInUseUsageDescription” value for the NSLocationAlwaysAndWhenInUseUsageDescription key isn’t allowed in “SuperNewsV2UIKit.app”. Your app’s code references one or more APIs that access sensitive user data, or the app has one or more entitlements that permit such access. The Info.plist file for the “SuperNewsV2UIKit.app” bundle should contain a NSLocationAlwaysAndWhenInUseUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. For details, visit: https://developer.apple.com/documentation/uikit/protecting_the_user_s_privacy/requesting_access_to_protected_resources. ITMS-90683: Missing purpose string in Info.plist - Your app’s code references one or more APIs that access sensitive user data, or the app has one or more entitlements that permit such access. The Info.plist file for the “SuperN
2
0
1.9k
Oct ’23
ITMS-90176: Unrecognized Locale
Our application should support locales for Albanian and Albanian(Kosovo). Xcode creates sq.lproj and sq-XK.lproj folders accordingly Everything works fine in xcode, but if we upload to appstore we always see this warning. I tried specifying other names for sq-XK to match https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPInternational/LanguageandLocaleIDs/LanguageandLocaleIDs.html aln, sq-RS, sq-KV, sq-KS, sq-Latn-XQ. The varning was always present. Is there any way to get rid of it? WARNING ITMS-90176: Unrecognized Locale - The locale used in localization directories at (Payload/{AppName}.app/base.lproj) are invalid. iTunes supports BCP47 but not the UN M.49 specification. Refer to the Language and Locale Designations guide for more information on naming your language-specific directories.
5
0
1.7k
Sep ’23
Reply to ITMS-90338: Non-public API usage automatic refuse
Hi we have similar issue with our VisionOS build using Unity, and XCode 15 beta 8 App Store Connect Dear Developer, We identified one or more issues with a recent delivery for your app, Skatrix Vision demo 0.1 (6). Please correct the following issues, then upload again. ITMS-90338: Non-public API usage - The app references non-public symbols in Frameworks/UnityFramework.framework/UnityFramework: _ar_skeleton_get_skeleton_root_transform_for_joint. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. we can't remove this code because it's inside Unity package and it's needed to build the app, please let us know how can we fix that
Sep ’23
ITMS-90338: Non-public API usage
We have developed the iOS App using .NET MAUI, when we try to upload it to store, the binary is getting rejected with the following error, kindly suggest a solution for this. TMS-90338: Non-public API usage - The app references non-public symbols in : _ubrk_openRules, _ucal_add, _ucal_close, _ucal_get, _ucal_getAttribute, _ucal_getKeywordValuesForLocale, _ucal_getNow, _ucal_getTimeZoneDisplayName, _ucal_getTimeZoneIDForWindowsID, _ucal_getWindowsTimeZoneID, _ucal_open, _ucal_openTimeZoneIDEnumeration, _ucal_set, _ucal_setMillis, _ucol_close, _ucol_closeElements, _ucol_getOffset, _ucol_getRules, _ucol_getSortKey, _ucol_getStrength, _ucol_getVersion, _ucol_next, _ucol_open, _ucol_openElements, _ucol_openRules, _ucol_previous, _ucol_safeClone, _ucol_setAttribute, _ucol_setVariableTop, _ucol_strcoll, _ucurr_forLocale, _ucurr_getName, _udat_close, _udat_countSymbols, _udat_format, _udat_getSymbols, _udat_open, _udat_setCalendar, _udat_toPattern, _udata_setCommonData, _udatpg_close, _udatpg_getBestPattern, _udatpg_
0
0
355
Sep ’23
Vision Pro + Device Capabilities warning, how to silence?
Now receiving the following warning in Xcode when uploading app, and corresponding email. The app is unlikely to be released for Vision Pro. Is there any flag I've missed that can be added to the app to silence this (blacklist the device type), bearing in mind this app is not compiled with the Xcode Beta that supports Vision Pro. Failing that, can anyone suggest who to reach out to at Apple to request a solution? I realise this is only a warning, but it's an unwanted distraction. Dear Developer, We identified one or more issues with a recent delivery for your app, Cape Physio 0.52 (7). Your delivery was successful, but you may wish to correct the following issues in your next delivery: ITMS-90984: Apple Vision Pro support issue - The app contains the following UIRequiredDeviceCapabilities values, which aren’t supported on Apple Vision Pro. [accelerometer, gyroscope] After you’ve corrected the issues, you can upload a new binary to App Store Connect. Best regards, The App Store Team
4
0
6.5k
Sep ’23
ITMS-90626: Invalid Siri Support - No se ha proporcionado ninguna frase de ejemplo para INSearchCallHistoryIntent en el idioma 'en'.
Buenas a todos Recibo estos errores al implementar Siri ITMS-90626: Invalid Siri Support - No se ha proporcionado ninguna frase de ejemplo para INSearchCallHistoryIntent en el idioma 'en'. ITMS-90626: Invalid Siri Support - No example phrase was provided for INStartAudioCallIntent in the 'en' language. No entiendo tengo los intent de examples en ingles NSExtension App Intent Vocabulary Property List Intent Phrases Intent Name INStartAudioCallIntent Intent Examples Start a voice call with [contact name]. Call [contact name] using audio. Intent Name INSearchCallHistoryIntent Intent Examples Show me calls with [contact name]. Find calls from [contact name]. Pero sigo obteniendo el mismo error, aca vez que lanzo una TestFlight. De antemano les agradezco.
0
0
811
Sep ’23
Reply to ITMS-90338: Non-public API usage _CMTimebaseCreateWithMasterClock
I am having the same issue. I am not using MSAnalytics anywhere that I know of. Please advice on what to do next. ITMS-90338: Non-public API usage - The app contains or inherits from non-public classes in XXX.MobileApp.iOS: MSAnalytics . If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/
Aug ’23
TestFlight users can't download app "your request couldn't be completed"
Hi, my app was recently rejected by the App Store due to Invalid Provisioning Profile - the email contained this (and many, many more errors): ITMS-90161: Invalid Provisioning Profile - The provisioning profile included in the bundle uk.ac.gla.timetable [UofG Life] is invalid. [Expired profile.] For more information, visit the iOS Developer Portal. ITMS-90443: Invalid Provisioning Profile - The provisioning profile included in the bundle UofG Life [Payload/UofG Life.app] is invalid. [Expired code-signing certificate.] For more information, visit the iOS Developer Portal. I went to the Developer Portal, went to Certificates/Identities/Profiles and saw the one for our app was marked 'Expired'. I went in to Edit it and renewed it there, at which point I could Download the profile. I think I found advice to double-click it and it would fix the issue in Xcode. I was able to resubmit the app and Apple App Store accepted it so I thought the problem was fixed. However, now none of the testers are ab
1
0
2.3k
Aug ’23
Reply to Build Uploading Issue
Hello Sir, i m getting this issue with my submission ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability.. i am not using UIWebView anywhere in my code. i am stuck on that from last two weeks. Although i am using following libraries. Please correct me if anyone of these library using webview. pod 'MaterialComponents/TextControls+OutlinedTextAreasTheming' pod 'MaterialComponents/TextControls+OutlinedTextFieldsTheming' pod 'MaterialComponents/TextControls+OutlinedTextAreas' pod 'MaterialComponents/TextControls+OutlinedTextFields' pod 'SwiftyJSON', :inhibit_warnings => true pod 'SwiftMessages', :inhibit_warnings => true pod 'FacebookLogin' pod 'GoogleSignIn' , '> 5.0' pod 'FirebaseCore' pod 'FirebaseAuth' pod 'SkeletonView' pod 'Cosmos', :inhibit_warnings => true pod 'IQKeyboardManager', :inhibit_warnings => true pod 'SwiftyCam' pod 'RSKImageCropper' pod 'DropDown' pod 'Socket.IO-Client-Swift',
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’23
Build Uploading Issue
Hello Sir, i m getting this issue with my submission ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability.. i am not using UIWebView anywhere in my code. i am stuck on that from last two weeks. App name: CyberMart IN Apple ID of the app: 1660228621
2
0
364
Aug ’23