Posts

Post not yet marked as solved
0 Replies
632 Views
We are trying to upload an app which has the existing version set to 1.2 , so we incremented the version to 1.3, yesterday, all of our apps started to disappear, and during this time, somehow for a fraction of a second our app appeared and we created a new version 1.3 to begin the upload. From then onwards we are getting the below error First error says 1.9, nowhere have we given anything remotely close to 1.9 in our source code. Please help!!!!!!! need to upload the app on an urgent basis. TSI takes time, support center asked to check on this forum. Tried via xcode and transporter both!! Asset validation failed (90478) Invalid Version. The build with the version “1.9” can’t be imported because a later version has been closed for new build submissions. Choose a different version number. (ID: b36cfa2b-d5ee-4558-8fb3-aa42d6224db4) 2024-02-08 18:15:33.332 ERROR: Asset validation failed (90186) Invalid Pre-Release Train. The train version '1.3' is closed for new build submissions (ID: 083e54b9-67c3-418b-a36d-8acadc739ddf) 2024-02-08 18:15:33.332 ERROR: Asset validation failed (90062) This bundle is invalid. The value for key CFBundleShortVersionString [1.3] in the Info.plist file must contain a higher version than that of the previously approved version [1.20]. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring (ID: a96c0334-984b-4b5b-92f8-640b52a6acfe) 2024-02-08 18:15:34.195 INFO: Show Progress: Upload failed. Asset validation failed Invalid Version. The build with the version “1.9” can’t be imported because a later version has been closed for new build submissions. Choose a different version number. (ID: b36cfa2b-d5ee-4558-8fb3-aa42d6224db4) 2024-02-08 18:15:34.196 INFO: UPLOAD FAILED with 3 errors.
Posted
by LCTech.
Last updated
.
Post not yet marked as solved
3 Replies
588 Views
Our app was rejected with the following details, we ran otool as well as strings command on the binary file we are unable to find the reference for these two, we added couple of new pods googleplaces and MaterialComponents/Buttons in the recent build, we are using pods so we have access to the codebase, and we searched the binary for googleplaces but we cant seem to find reference for these two in our code nor in the binary, how else to find the references for these? We are getting this error for the first time, we have uploaded several iterations of this app Guideline 2.5.1 - Performance - Software Requirements Your app uses or references the following non-public or deprecated APIs: NSAutoLocale _NSAutoCalendar The use of non-public or deprecated APIs is not permitted on the App Store, as they can lead to a poor user experience should these APIs change and are otherwise not supported on Apple platforms. Next Steps It would be appropriate to revise your binary and remove any references to the non-public or deprecated APIs identified above. If you are using third-party libraries, update to the most recent version of those libraries. If you do not have access to the libraries' source, the following command line tools can help you identify the location of problematic code: The "strings" tool can output a list of the methods the library calls. The "otool -ov" tool will output the Objective-C class structures and their defined methods.
Posted
by LCTech.
Last updated
.
Post not yet marked as solved
0 Replies
513 Views
Our app was rejected with the following details, we ran otool as well as strings command on the binary file we are unable to find the reference for these two, we added couple of new pods googleplaces and MaterialComponents/Buttons in the recent build, we are using pods so we have access to the codebase, and we searched the binary for googleplaces but we cant seem to find reference for these two in our code nor in the binary, how else to find the references for these? We are getting this error for the first time, we have uploaded several iterations of this app Guideline 2.5.1 - Performance - Software Requirements Your app uses or references the following non-public or deprecated APIs: NSAutoLocale _NSAutoCalendar The use of non-public or deprecated APIs is not permitted on the App Store, as they can lead to a poor user experience should these APIs change and are otherwise not supported on Apple platforms. Next Steps It would be appropriate to revise your binary and remove any references to the non-public or deprecated APIs identified above. If you are using third-party libraries, update to the most recent version of those libraries. If you do not have access to the libraries' source, the following command line tools can help you identify the location of problematic code: The "strings" tool can output a list of the methods the library calls. The "otool -ov" tool will output the Objective-C class structures and their defined methods.
Posted
by LCTech.
Last updated
.
Post not yet marked as solved
7 Replies
2.2k Views
As usual crash is happening on newer version of iOS 15 Crash log Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x1814dc05c __exceptionPreprocess 1 libobjc.A.dylib 0x1999f6f54 objc_exception_throw 2 CoreFoundation 0x181533190 __CFDictionaryCreateGeneric 3 Security 0x18a239674 SecKeyGetAlgorithmId 4 Security 0x18a2d53d0 SecKeyGetSignatureAlgorithmForPadding 5 Security 0x18a2d5328 SecKeyRawSign 6 App Name 0x100bc90f8 -[login privatekeytouch] + 1484 (CprLoginContrl.m:1484) 7 libdispatch.dylib 0x18114cc04 _dispatch_call_block_and_release 8 libdispatch.dylib 0x18114e950 _dispatch_client_callout 9 libdispatch.dylib 0x18115cd30 _dispatch_main_queue_callback_4CF 10 CoreFoundation 0x181494ce4 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE 11 CoreFoundation 0x18144eebc __CFRunLoopRun 12 CoreFoundation 0x1814623c8 CFRunLoopRunSpecific 13 GraphicsServices 0x19cc7338c GSEventRunModal 14 UIKitCore 0x183e080bc -[UIApplication _run] 15 UIKitCore 0x183b85be8 UIApplicationMain 16 App Name 0x10079a7b8 main + 22 (main.m:22) 17 ??? 0x101639a24 (Missing) crashed during SecKeyRawSign, anything has changed on ios 15?
Posted
by LCTech.
Last updated
.
Post not yet marked as solved
7 Replies
1.6k Views
kSecAttrAccessibleAlwaysThisDeviceOnly behaves differently when we do an icloud restore vs when we transfer from another iphone option during new phone setup, keychain value get erased as expected on icloud restore, but is getting retained when transfer from another iphone option is used
Posted
by LCTech.
Last updated
.
Post not yet marked as solved
3 Replies
1.3k Views
on iOS 14.0 and above if i have two textfields side by side with equal width and equal height constraint , when we try to push a controller containing these textfields the entire UI freezes this is happening on iphone 7 plus and 8 plus devices and randomly on some XR device not all, works on other devices. while debugging the called viewcontroller is executing the didload didappear functions but the viewcontroller doesn't get pushed, i.e the UI deosn't appear on screen, it displays the parent views UI and the entire app freezes, no crash. I am using xibs and  I am using ibdesignables for the textfield Works perfectly fine on iOS 13 and below.
Posted
by LCTech.
Last updated
.