Fixed
Status Update
Comments
br...@google.com <br...@google.com>
[Deleted User] <[Deleted User]> #2
Same for our app, please take care of this.
da...@gmail.com <da...@gmail.com> #3
My app was finally accepted but it seems arbitrary as my argument was weak: "Google would not use private api and canGoOffline is a pretty generic name".
[Deleted User] <[Deleted User]> #4
Comment has been deleted.
[Deleted User] <[Deleted User]> #5
[Comment deleted]
br...@google.com <br...@google.com> #6
This is a false positive on Apple's part and we will have a fix in the next release.
[Deleted User] <[Deleted User]> #7
[Comment deleted]
[Deleted User] <[Deleted User]> #8
By when can we expect a release ?
im...@gmail.com <im...@gmail.com> #9
[Comment deleted]
im...@gmail.com <im...@gmail.com> #10
My app is rejected same reason today.
it...@gmail.com <it...@gmail.com> #11
My app is also rejected same issue.
What they said is
"Your app uses or references the following non-public APIs:
canGoOffline
The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change. "
What they said is
"Your app uses or references the following non-public APIs:
canGoOffline
The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change. "
po...@gmail.com <po...@gmail.com> #12
My app is also rejected today for these two reasons:
: canGoOffline
: setResult:
The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change.
What should i do now??
: canGoOffline
: setResult:
The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change.
What should i do now??
ca...@gmail.com <ca...@gmail.com> #13
Same here:
canGoOffline
canGoOffline
de...@gmail.com <de...@gmail.com> #14
mime is also rejected for "canGoOffline".
gu...@gmail.com <gu...@gmail.com> #15
Same here, stuck with unapproved app, about to be late for a launch !
br...@google.com <br...@google.com> #16
Hi guys,
There is a work around that should get your apps past submission until we get a new library release published. Add a class with a method matching the signature -(BOOL)canGoOffline to your app.
Thanks!
There is a work around that should get your apps past submission until we get a new library release published. Add a class with a method matching the signature -(BOOL)canGoOffline to your app.
Thanks!
it...@gmail.com <it...@gmail.com> #17
Dear Google Development Team,
This is very important for us, could you please update the library asap? Lots of apps using this library was rejected by Apple. We need you help now
Thanks
This is very important for us, could you please update the library asap? Lots of apps using this library was rejected by Apple. We need you help now
Thanks
ug...@gmail.com <ug...@gmail.com> #18
I'm late for a launch. Please update the library.
And what is mean to ' Add a class with a method matching the signature -(BOOL)canGoOffline to your app'
It means make dummy class that has 'canGoOffliine() -> Bool' function?
Could you be more specific about the comment?
And what is mean to ' Add a class with a method matching the signature -(BOOL)canGoOffline to your app'
It means make dummy class that has 'canGoOffliine() -> Bool' function?
Could you be more specific about the comment?
ca...@gmail.com <ca...@gmail.com> #19
We added this in AppDelegate.m:
-(BOOL)canGoOffline{return false;}
And the app passed submission!
Thanks!
-(BOOL)canGoOffline{return false;}
And the app passed submission!
Thanks!
br...@google.com <br...@google.com> #20
Ugabiga, you should be able to get away with adding the following to your AppDelegate.swift:
func canGoOffline() -> Bool {
return false
}
func canGoOffline() -> Bool {
return false
}
ug...@gmail.com <ug...@gmail.com> #21
Thanks for answer.
I added and waiting for review.
I added and waiting for review.
[Deleted User] <[Deleted User]> #22
The same happened to me yesterday.
im...@gmail.com <im...@gmail.com> #23
I added unused function canGoOffline() to my AppDelegate.swift and pass review today. Thank you.
ms...@gmail.com <ms...@gmail.com> #24
[Deleted User] <[Deleted User]> #25
I have issues with the 'nextStartIndex' method. Apple says I'm using it in a non-documented way. It seems it's present in some of the Google's utilities as the 'nextStartIndex' variable. I'm using the Firebase pods and I guess they depend on those utilities. Please fix this..
ek...@gmail.com <ek...@gmail.com> #27
Message from App Store Review:
To clarify 2.5.1 issue, the corrected list of SPI name collisions is as follows: nextStartIndex, pauseFetching, resumeFetching, and setUploadFileURL:. Selector nextStartIndex appears in -[GMSx_GTLService nextPageQueryForQuery:result:ticket:], pauseFetching appears in -[GMSx_GTLServiceTicket pauseUpload], resumeFetching in -[GMSx_GTLServiceTicket resumeUpload], and setUploadFileURL: in -[GMSx_GTLService uploadFetcherWithRequest:fetcherService:params:].
To clarify 2.5.1 issue, the corrected list of SPI name collisions is as follows: nextStartIndex, pauseFetching, resumeFetching, and setUploadFileURL:. Selector nextStartIndex appears in -[GMSx_GTLService nextPageQueryForQuery:result:ticket:], pauseFetching appears in -[GMSx_GTLServiceTicket pauseUpload], resumeFetching in -[GMSx_GTLServiceTicket resumeUpload], and setUploadFileURL: in -[GMSx_GTLService uploadFetcherWithRequest:fetcherService:params:].
br...@google.com <br...@google.com> #28
Ekrivosh, have you updated to 2.0.1? It shouldn't have any GMSx_GTL* symbols as of that release.
gi...@gmail.com <gi...@gmail.com> #29
Same here, we have multiple applications rejected for the private usage of "userEmail" in 2.0.1
br...@google.com <br...@google.com> #30
This should now be fixed in Google Maps SDK for iOS version 2.1
[Deleted User] <[Deleted User]> #31
[Comment deleted]
[Deleted User] <[Deleted User]> #32
[Comment deleted]
[Deleted User] <[Deleted User]> #33
When installing the pod we still get the 2.0.1 version
br...@google.com <br...@google.com> #34
Assaf, try `pod update`
Description
Using grep I have found that the GoogleMaps.framework contains the text "canGoOffline".
If this is not a private API call, is it possible to change the name of that API ?
Operating system version: iOS 9 SDK
Google Maps SDK for iOS version: 2.0.1
Hardware model:N/A
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************