App rejected by Apple caused by using Google Maps SDK

拜拜、爱过 提交于 2019-12-24 02:58:14

问题


I've been using GoogleMaps iOS SDK in my app for a while, everything goes fine when I submit to App Store.

But this time I got rejected by Apple, and they say I'm using non-public selector in my app. The selector is called imageWithName

First, I use Xcode to search if there is any class using this method, result shows nothing.

Then, I use grep -r imageWithName, the result shows GoogleMaps is using the selector

I'm using CocoaPods to install GoogleMaps, and the version is 1.13.0 Previous successful submission is using 1.13.0, too. So I'm wondering if this is a bug caused by Apple or Google Maps.

I've filed a issue to Google's forum, and accepted by Google staff. (https://code.google.com/p/gmaps-api-issues/issues/detail?id=9704)

Wondering if anyone facing same issue with me?

Screen shot of App Store reject


回答1:


Finally solved the problem, reported this issue to Google Maps API Forum, They've released a new version v1.13.2, this version works and approved by Apple app review team.

https://code.google.com/p/gmaps-api-issues/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%20Stars%20ApiType%20Internal&groupby=&sort=&id=9704



来源:https://stackoverflow.com/questions/37063505/app-rejected-by-apple-caused-by-using-google-maps-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!