I want to allow the user to select a place (Google places auto complete API) and then show the place selected on map. Can I use google places API for iOS and apple map (Mapkit) for this purpose? Map and the selection feature will be on separate view controllers but according to https://github.com/watsonbox/ios_google_places_autocomplete ,
displaying Google Places on a non-Google map is against their terms of service.
So if I use them together, Will my app wont be accepted while uploading or app store? Or what will happen?