Skip to content

ageRange Documentation Identifies "com.apple.developer.declared-age-range" as a plist Item Instead of an Entitlement #214

Description

@Colin-Morgan

In the documentation for the ageRange plugin (https://docs.coronalabs.com/plugin/ageRange/index.html), the build.settings changes for iOS are incorrect. They identify ["com.apple.developer.declared-age-range"] = true as a plist item, but it should be in the entitlements section. (See below)

settings =
{
iphone =
{
entitlements =
{
["com.apple.developer.declared-age-range"] = true,
},
},
}

Developers will also need to add Declared Age Range as an Entitlement to their project Identifiers and then create a new Provisioning Profile.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions