Skip to content

App crashes if no 'Bundle display name' set in info.plist #8

Description

@Shahan

In this line(https://github.com/tapsandswipes/InterAppCommunication/blob/master/InterAppCommunication/IACManager.m#L200 ) you add NSDictionary to final_url, but this NSDictionary will always contain nil object by default, because it comes from localizedName (https://github.com/tapsandswipes/InterAppCommunication/blob/master/InterAppCommunication/IACManager.m#L251). This function just takes data from info.plist. If there is no such data in Info.plist, function will return nil pointer and Application will crash.

So, please, add NOTE to your documentation, that it's IMPORTANT to add key 'Bundle display name' in Info.plist, otherwise application will crash.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions