schibsted / account-sdk-ios

⛔️ DEPRECATED SchibstedAccount SDK for iOS
MIT License
6 stars 16 forks source link

Empty terms are shown for a while when used shared credentials #324

Open vmagaziy opened 3 years ago

vmagaziy commented 3 years ago

Steps to reproduce Use login with shared credentials method and select credentials for which terms have not been accepted.

Expected result: Some HUD or visual indication of ongoing process is shown and once all required data is in place, the dialog is shown.

Actual result: Terms dialog is opened with empty view and then when terms are fetched it's populated with the content: Video.zip

Notes: When credentials are selected there is a delay (which is likely to be caused by fetching agreements), but it's not reflected in UI -- user does not receive any feedback, this can be seen clearly when network is slow.