[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["\u003cp\u003e\u003ccode\u003eUMPDebugSettings\u003c/code\u003e allows overriding settings for debugging or testing purposes.\u003c/p\u003e\n"],["\u003cp\u003eIt enables debug features for devices with specified identifiers in \u003ccode\u003etestDeviceIdentifiers\u003c/code\u003e and for simulators.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egeography\u003c/code\u003e property is used to set the debug geography for testing.\u003c/p\u003e\n"]]],[],null,["# GoogleUserMessagingPlatform Framework Reference\n\nUMPDebugSettings\n================\n\n\n @interface UMPDebugSettings : NSObject \u003cNSCopying\u003e\n\nOverrides settings for debugging or testing.\n- `\n ``\n ``\n `\n\n ### [testDeviceIdentifiers](#/c:objc(cs)UMPDebugSettings(py)testDeviceIdentifiers)\n\n `\n ` \n Array of device identifier strings. Debug features are enabled for devices with these\n identifiers. Debug features are always enabled for simulators. \n\n #### Declaration\n\n Swift \n\n var testDeviceIdentifiers: [String]? { get set }\n\n Objective-C \n\n @property (nonatomic, copy, nullable) NSArray\u003cNSString *\u003e *testDeviceIdentifiers;\n\n- `\n ``\n ``\n `\n\n ### [geography](#/c:objc(cs)UMPDebugSettings(py)geography)\n\n `\n ` \n Debug geography. \n\n #### Declaration\n\n Swift \n\n var geography: DebugGeography { get set }\n\n Objective-C \n\n @property (nonatomic) ../Enums/UMPDebugGeography.html geography;"]]