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

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -