codenameone - Google Maps on iOS error: is depending on legacy on-demand authorization, which is not supported for new apps -
i working on native google maps cn1 java app. works ok on android, , cn1 simulator, fails on real iphone. following part of system log.
nov 12 23:57:56 my-iphone6spou locationd[64] : getclienteffectiveregistrationresult, /private/var/containers/bundle/application/c483cd2d-48bb-4eb3-8ad6-440fe1c4c651/mymaps.app/mymaps, com.company.cn1.maps, , clclientregistrationresult, kclclientregistrationresultfailedunavailable, clcommonlocationservicesenabled, 1 nov 12 23:57:56 my-iphone6spou locationd[64] : message 'kclconnectionmessagelocation' received client 'com.company.cn1.maps' nov 12 23:57:56 my-iphone6spou locationd[64] : client com.company.cn1.maps (0x10283ae00) unsubscribing notification kclconnectionmessagelocation nov 12 23:57:56 my-iphone6spou locationd[64] : client com.company.cn1.maps (0x10283ae00) unsubscribing notification kclconnectionmessagelocationunavailable nov 12 23:57:56 my-iphone6spou locationd[64] : client 'com.company.cn1.maps' unsubscribing location nov 12 23:57:56 my-iphone6spou locationd[64] : clxclient, unsubscribe, nov 12 23:57:56 my-iphone6spou locationd[64] : message 'kclconnectionmessagepauseslocationupdatesautomatically' received client 'com.company.cn1.maps' nov 12 23:57:56 my-iphone6spou locationd[64] : message 'kclconnectionmessagelocation' received client 'com.company.cn1.maps' nov 12 23:57:56 my-iphone6spou locationd[64] : error: com.company.cn1.maps depending on legacy on-demand authorization, not supported new apps nov 12 23:57:56 my-iphone6spou locationd[64] : client com.company.cn1.maps (0x10283ae00) subscribing notification kclconnectionmessagelocation nov 12 23:57:56 my-iphone6spou locationd[64] : error: com.company.cn1.maps depending on legacy on-demand authorization, not supported new apps nov 12 23:57:56 my-iphone6spou locationd[64] : client com.company.cn1.maps (0x10283ae00) subscribing notification kclconnectionmessagelocationunavailable
did include build hint ios.locationusagedescription
described here?
it's mentioned in location api javadocs too.
Comments
Post a Comment