braze-inc / braze-cordova-sdk

Public repo for the Braze Cordova SDK
https://www.braze.com
Other
21 stars 62 forks source link

ITMS-90809: Deprecated API Usage - UIWeb Worning! #50

Closed asangadev closed 4 years ago

asangadev commented 4 years ago

Hi @Bucimis,

We are getting below warning:

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of app updates that use UIWebView APIs starting from December 2020.

I've found the UIWeb is used in below frameworks.

Are you guys have a plan or solution at this stage?

asangadev commented 4 years ago

Found the solution here: https://github.com/Appboy/appboy-ios-sdk/issues/198#issuecomment-530117731

Bucimis commented 4 years ago

@asangadev you got it right :) One thing to keep in mind while upgrading - make sure not to use Braze Cordova SDK versions 2.11.0 or 2.11.1 as those contain known issues. We recommend using our latest release https://github.com/Appboy/appboy-cordova-sdk/blob/master/CHANGELOG.md#2130

asangadev commented 4 years ago

@Bucimis Cheers! Thanks for the info! :)