objective c - Google plus sign in crashes in ios 9 -


while sign in app in ios 9 through google plus account got these message in debug area. working ios 8

-canopenurl: failed url: "com.google.gppconsent.2.4.1://" - error: "this app not allowed query scheme com.google.gppconsent.2.4.1" -canopenurl: failed url: "com.google.gppconsent.2.4.0://" - error: "this app not allowed query scheme com.google.gppconsent.2.4.0" -canopenurl: failed url: "com.google.gppconsent.2.3.0://" - error: "this app not allowed query scheme com.google.gppconsent.2.3.0" -canopenurl: failed url: "com.google.gppconsent.2.2.0://" - error: "this app not allowed query scheme com.google.gppconsent.2.2.0" -canopenurl: failed url: "com.google.gppconsent://" - error: "this app not allowed query scheme com.google.gppconsent" -canopenurl: failed url: "hasgplus4://" - error: "this app not allowed query scheme hasgplus4" -canopenurl: failed url: "googlechrome-x-callback:" - error: "this app not allowed query scheme googlechrome-x-callback" -canopenurl: failed url: "googlechrome:" - error: "this app not allowed query scheme googlechrome" 

how can resolve issue?


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

Fatal error: Call to undefined function menu_execute_active_handler() in drupal 7.9 -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -