希望有人能幫助我。適用於iOS的Google OAuth 2.0不會返回到我的應用程序
我已經瀏覽了示例應用程序並閱讀了Google網站上的所有文檔,但我無法回到我的應用程序。我有一個URI問題。
這是示例應用程序中的代碼,我複製了該代碼並使用了我自己的應用程序ID,並且我也嘗試過使用谷歌給我的URI,但它不會從Google+應用程序返回到我的應用程序。
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.google.GooglePlusSample</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.google.GooglePlusSample</string>
</array>
</dict>
</array>
在控制檯中沒有出現特別的錯誤。
任何幫助,將不勝感激。 PS我知道這裏有幾個關於這個問題的問題,但他們對我沒有任何幫助。
謝謝 - 我完成了所有的工作,我還會繼續努力。 –
此外,還有一個剛剛發佈的新iOS SDK,此版本中的亮點如下:http://googleplusplatform.blogspot.com/2013/10/ios-sdk-1.4.0.html,並且有更新獲取從這裏開始:https://developers.google.com/+/mobile/ios/getting-started – class