Post

Replies

Boosts

Views

Activity

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
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.
1
0
308
Jan ’24
iOS app backward compatability w
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
1
0
340
Dec ’23
Swift - Truncated text in UIAlertController
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)`
2
1
1k
Sep ’22
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
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) }
6
0
1.4k
May ’22