Skip to content

How to change in IOS drop-in when re-using card the name of the app #390

Closed Answered by descorp
YankovWeb asked this question in Q&A
Discussion options

You must be logged in to vote

This is indeed missing scenario.
Currently there is no way to override this. Created issue #391

Currently this value is calculated as:

private extension Bundle {
    var displayName: String {
        object(forInfoDictionaryKey: "CFBundleDisplayName") as? String ??
            object(forInfoDictionaryKey: "CFBundleName") as? String ?? ""
    }
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@YankovWeb
Comment options

@descorp
Comment options

Answer selected by YankovWeb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants