Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOSでユーザーが自分のGoogleアカウントでログインする必要があるアプリを作成していますが、ユーザーの入力なしで後でユーザーを記憶する必要があります。たとえば、ユーザーがアプリを終了して再度開いた場合、ユーザー名とパスワードが記憶され(または既に確認済みである)、ユーザーがアプリに直接送信されます。これを達成するにはどうすればよいですか?
Google は、その種の機能に OAuth を使用します。これがその方法に関する彼らのガイドです。