Method: Spaceship::Tunes::BuildDetails#apple_id

Defined in:
spaceship/lib/spaceship/tunes/build_details.rb

#apple_idString

Returns The App identifier of this app, provided by App Store Connect.

Examples:

'1013943394'

Returns:

  • (String)

    The App identifier of this app, provided by App Store Connect



10
11
12
# File 'spaceship/lib/spaceship/tunes/build_details.rb', line 10

def apple_id
  @apple_id
end