myussufz / react-native-ipay88-sdk

React Native for integrating with iPay88 payment gateway's mobile SDK
18 stars 17 forks source link

UIWebView used in internal lib of ipay88-sdk, ios app removed by apple #20

Open neerajsharmaMk129 opened 4 years ago

neerajsharmaMk129 commented 4 years ago

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

neerajsharmaMk129 commented 4 years ago

Please help me to fix this issue Apple is not accepting our ios app with this lib because it contains UIWebView

Dualmaster commented 4 years ago

Having same problem here. Anybody solved it yet ? or is there any alternative library for ipay88

firdaussoberi commented 4 years ago

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

akneerajsharma commented 3 years ago

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?

giri-madhan commented 3 years ago

Did anyone was able to fix this issue?