spaceship/lib/spaceship/tunes/app_submission.rb in fastlane-2.108.0 vs spaceship/lib/spaceship/tunes/app_submission.rb in fastlane-2.109.0

- old
+ new

@@ -134,10 +134,11 @@ def complete! raw_data_clone = raw_data.dup if self.content_rights_has_rights.nil? || self.content_rights_contains_third_party_content.nil? raw_data_clone.set(["contentRights"], nil) end - raw_data_clone.delete("version") + raw_data_clone.delete(:version) + raw_data_clone.delete(:application) # Check whether the application makes use of IDFA or not # and automatically set the mandatory limitsTracking value in the request JSON accordingly. if !self.add_id_info_uses_idfa.nil? && self.add_id_info_uses_idfa == true # Application uses IDFA, before sending for submission limitsTracking key in the request JSON must be set to true (agreement).