public AppleDeveloperId AppleDeveloperId { get; set; }
Optional. Apple Developer account details for the app that is protected by
the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple
App Attest and Apple DeviceCheck to protect your app from abuse. Providing
these fields allows reCAPTCHA to get a better assessment of the integrity
of your app.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The latest version of the `IOSKeySettings` for the Google Cloud reCAPTCHA Enterprise v1 API is 2.17.0, with numerous previous versions ranging from 2.16.0 down to 1.2.0 also available."],["The `IOSKeySettings` class is designed for configuring keys specifically for use in iOS applications, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `IOSKeySettings` class includes properties like `AllowAllBundleIds`, which determines if the `allowed_bundle_ids` are enforced, and `AllowedBundleIds`, which allows you to specify the allowed iOS bundle IDs for the key."],["The class also has a property `AppleDeveloperId` which allows you to enter in your Apple developer information so that reCAPTCHA can perform better app integrity checks."],["The `IOSKeySettings` class has two constructors, one being empty and the other that takes in a parameter of type `IOSKeySettings`."]]],[]]