spaceship/lib/spaceship/tunes/tunes_client.rb in fastlane-2.69.0.beta.20171205010003 vs spaceship/lib/spaceship/tunes/tunes_client.rb in fastlane-2.69.0.beta.20171206010003

- old
+ new

@@ -107,10 +107,14 @@ end end def send_login_request(user, password) clear_user_cached_data - send_shared_login_request(user, password) + result = send_shared_login_request(user, password) + + store_cookie + + return result end # Sometimes we get errors or info nested in our data # This method allows you to pass in a set of keys to check for # along with the name of the sub_section of your original data