distriqt / ANE-GooglePlayServices

Shared library including the Google Play Services Client Library
https://airnativeextensions.com
18 stars 1 forks source link

Package ios ipa warning #7

Closed ReginaSun closed 4 years ago

ReginaSun commented 4 years ago

Is there a warning that the package is correct?

I have com.distriqt.playservices.Ads in xml or I don't need to write it.

image

marchbold commented 4 years ago

The playservices ANEs are only needed for Android builds and will just use the default implementation on other platforms.

You can either remove them for other platforms or just ignore the warning. It won't affect the build.

ReginaSun commented 4 years ago

OK. Thank you.