varshavsr edited a comment on issue #143:
URL: 
https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-985398234


   @breautek Thank you for your helpful advice!
   
   Now issue of white screen and rejection from apple is resolved. 
   
   Among the changes I have done below, I really don't know which one of them 
really did work.
   - Removed unused plugins: 
   cordova-plugin-email-composer
   cordova-plugin-mauron85-background-geolocation
   - Removed wkwebview plugin and WKWebViewOnly preference
   - Added below preference in config.xml
   ```
   <platform name="ios">
           <preference name="scheme" value="app" />
           <preference name="hostname" value="localhost" />
   </platform>
   ```
   - Ran the commands suggested by you
   ```
   rm -rf platforms
   rm -rf plugins
   rm -rf node_modules
   rm package-lock.json
   npm install
   cordova platform add ios
   ```
   - Earlier Azure pipeline was building app with Cordova CLI version 9.0.0 . 
Now I have updated it to Cordova CLI version 10.0.0
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to