Close httplib2 connections.
getTesterUdids(mobilesdkAppId, project=None, x__xgafv=None)
Get UDIDs of tester iOS devices in a project
close()
Close httplib2 connections.
getTesterUdids(mobilesdkAppId, project=None, x__xgafv=None)
Get UDIDs of tester iOS devices in a project Args: mobilesdkAppId: string, Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 (required) project: string, The name of the project, which is the parent of testers Format: `projects/{project_number}` x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Response containing the UDIDs of tester iOS devices in a project "testerUdids": [ # The UDIDs of tester iOS devices in a project { # The UDIDs of a tester's iOS device "name": "A String", # The name of the tester's device "platform": "A String", # The platform of the tester's device "udid": "A String", # The UDID of the tester's device }, ], }