Unity-Technologies / com.unity.mobile.notifications

Mobile Notifications Package
https://docs.unity3d.com/Packages/com.unity.mobile.notifications@2.1/manual/index.html
Other
132 stars 42 forks source link

Fix plugin settings for .androidlib #298

Closed aurimasc closed 11 months ago

aurimasc commented 11 months ago

The .androidlib is marked for all platforms now, so as a result it is copied into Xcode project when built. No harm, as it's ignored, but incorrect too. Tested manually that the library project is not copied to iOS any more. Automation tests that it is correctly copied into Android build. Opened a bug in Unity, as .androidlib should only be compatible with Android by default .