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
485
Feb ’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
544
Jan ’24
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
1.3k
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.7k
May ’22
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.
Replies
1
Boosts
0
Views
485
Activity
Feb ’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
Replies
1
Boosts
0
Views
544
Activity
Jan ’24
XCODE 15.2 debugging unable to print at console
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
Replies
1
Boosts
0
Views
716
Activity
Jan ’24
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)`
Replies
2
Boosts
1
Views
1.3k
Activity
Sep ’22
iOS - Can I change app icons while resign the IPA
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?
Replies
1
Boosts
1
Views
707
Activity
May ’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) }
Replies
6
Boosts
0
Views
1.7k
Activity
May ’22
InHouse app need to be updated in iOS 15 |
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.
Replies
1
Boosts
0
Views
629
Activity
Sep ’21