Open neerajsharmaMk129 opened 4 years ago
Please help me to fix this issue Apple is not accepting our ios app with this lib because it contains UIWebView
Having same problem here. Anybody solved it yet ? or is there any alternative library for ipay88
When I have check the usage of UIWebView by grep command found below -
Binary file ./ipay88-sdk/ios/libipay88sdk.a matches Binary file ./node_modules/ipay88-sdk/ios/libipay88sdk.a matches
2 Times app removed by apple store because apple removed the usage of UIWebView
You must be submitting new app right? Apple won't allow new app with UIWebView starting Apr2020. I'm lucky that to update, submission still allowed until Dec2020, but even that needs a fix.
Would appreciate if author can take a look to update to WKWebView: https://developer.apple.com/news/?id=12232019b
New app publishing is not allowed by Apple store with this library. In the Android it is working fine but in IOS we can't publish on apple store. As we have checked that in some internal library code used the UIWebView, Is there any update in this library?
Did anyone was able to fix this issue?
When I have check the usage of UIWebView by grep command found below -
Binary file ./ipay88-sdk/ios/libipay88sdk.a matches Binary file ./node_modules/ipay88-sdk/ios/libipay88sdk.a matches
2 Times app removed by apple store because apple removed the usage of UIWebView