Posts

Post not yet marked as solved
1 Replies
187 Views
Is it possible to submit an app to App store with a dynamic framework that has the framework version 1.0 and version 1.1 In my application I am using two version of dynamic framework with different version i.e. n and n-1 So can App Store Connect team reject my application in such cases I want to provide backward compatibility hence I am using dynamic framework with different version and my two framework code will be same up to 95%. Apple developer please suggest. Are there any chances to reject app in such cases.
Posted Last updated
.
Post not yet marked as solved
1 Replies
198 Views
Hi Team, As our application has been successfully distributed to more than 10 clients, we've encountered varying preferences regarding module updates in the latest release. Some clients have expressed the desire to abstain from certain module updates, while others have specifically requested them. How we can handle above use case in swift code? What is your suggestion ? Thanks, Pradip Walghude
Posted Last updated
.
Post not yet marked as solved
1 Replies
216 Views
When I run my application in debug mode, I do not see any print statements or console output in the Xcode console. This makes it challenging to diagnose issues and track the flow of my code during debugging sessions. Please help to to resolve this bug
Posted Last updated
.
Post not yet marked as solved
2 Replies
756 Views
Hi Apple dev Team, Alert view controller message text is truncated when the message contains URL strings. Please help me on this. I am using below code please check and let me know if anything wrong with Alertview controller API's.   `let urlString = "htttp://google.com"    let message = "targ.et is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit Are you sure, you want to get redirected to arget is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit Are you sure, you want to get redirected to %@ ? \(urlString)"    let noAction = UIAlertAction(title: "No", style: .cancel, handler: nil)     showAlert(title: "Redirecting to external URL",          msg: message,          style: .alert,          actions: nil)`
Posted Last updated
.
Post not yet marked as solved
1 Replies
440 Views
Can I change app icons while resigning the IPA? I want to distribute IPA to multiple clients which signed using an enterprise certificate, So the client's team wants to change the app logos while resigning. Is it possible to change the app logos while resigning IPA?
Posted Last updated
.
Post not yet marked as solved
6 Replies
988 Views
Hi Team, The app is crashing on iOS 15.4.1 and iOS 15.3.1 Please check the below crash reason:- SIGABRT: could not dequeue a view of kind: UICollectionElementKindCell with identifier KPICollectionViewCell - must register a nib or a class for the identifier or connect a prototype cell in a storyboard I have written the below code but am unable to understand what is wrong with this:- guard let cell = collectionView.dequeueReusableCell(withReuseIdentifier: TableItemCollectionViewCell.identifier, for: indexPath) as? TableItemCollectionViewCell else { return collectionView.emptyCell(at: indexPath) }
Posted Last updated
.
Post not yet marked as solved
1 Replies
443 Views
Hi Team, I have observed below error on iPADOS 15:- "The developer of this app needs to update it to work with this version of IPADOS" We have signed earlier IPA using xCODE 12.4 and we already using 64 bit architecture. Apple Team, could you please help me for this issue.
Posted Last updated
.