Pushwoosh / pushwoosh-xamarin

13 stars 18 forks source link

Problem trying to upload to App Store. #29

Closed Kelderth closed 4 years ago

Kelderth commented 4 years ago

Good night, I was trying to upload my App developed with Xamarin Forms to the App Store and they are rejecting my app, doing some analysis I noticed that Pushwoosh.iOS.Bindings is still using UIKit.UIWebView.

So I would like to know what are you doing about this situations.

The current NuGet Version is Pushwoosh 5.23.0 .0 and Xamarin Forms 4.6.0.726

This is the console output:

MTOUCH : warning MT1502: One or more reference(s) to type 'UIKit.UIWebView' already exists inside 'Pushwoosh.iOS.Bindings, Version=5.23.0.0, Culture=neutral, PublicKeyToken=null' before linking

wfhm commented 4 years ago

Hi @Kelderth,

Checking it

wfhm commented 4 years ago

Fixed in 5.23.1

Kelderth commented 4 years ago

Thank you!