You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll dive into the code to figure this out for myself before I submit my next version but I am hoping someone can just answer if they already know.
Is the Google Maps iOS SDK being used for iOS? As stated in the Google documentation, including the attribution text in the app is required if so and you can get this by using [GMSServices openSourceLicenseInfo] which is given by the Xamarin Nuget package Xamarin.Google.iOS.Maps through the property Google.Maps.MapServices.OpenSourceLicenseInfo.
If the Google Maps SDK is being used and the attribution thus required, I think the following changes should be made to this library:
The attribution text should be served through this library to avoid having to include the Google nuget package directly
This requirement should be documented in the wiki
The text was updated successfully, but these errors were encountered:
I'll dive into the code to figure this out for myself before I submit my next version but I am hoping someone can just answer if they already know.
Is the Google Maps iOS SDK being used for iOS? As stated in the Google documentation, including the attribution text in the app is required if so and you can get this by using
[GMSServices openSourceLicenseInfo]
which is given by the Xamarin Nuget packageXamarin.Google.iOS.Maps
through the propertyGoogle.Maps.MapServices.OpenSourceLicenseInfo
.If the Google Maps SDK is being used and the attribution thus required, I think the following changes should be made to this library:
The text was updated successfully, but these errors were encountered: