You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/05 22:23:08 UTC

[GitHub] [cordova-ios] erikyuzwa opened a new issue #761: ITMS-90809 UIWebView API deprecation notice on Cordova-iOS 5.1.1 (still)

erikyuzwa opened a new issue #761: ITMS-90809 UIWebView API deprecation notice on Cordova-iOS 5.1.1 (still)
URL: https://github.com/apache/cordova-ios/issues/761
 
 
   There are a few related support issues already, but I'm only creating this new one to try and prevent the existing ones from being open forever while everyone attempts to address this.
   
   I've been going through the existing issues and am still getting the deprecation warning email from Apple.
   
   `./config.xml`
   ```
   <platform name="ios">
           <feature name="CDVWKWebViewEngine">
               <param name="ios-package" value="CDVWKWebViewEngine" />
           </feature>
   
           <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
           <preference name="WKWebViewOnly" value="true" />
          <!-- // snip -->
   </platform>
   ```
   and my `plugins` from `package.json`:
   ```
     "cordova": {
       "plugins": {
         "cordova-plugin-whitelist": {},
         "cordova-plugin-splashscreen": {},
         "cordova-plugin-file": {},
         "cordova-plugin-zip": {},
         "cordova-plugin-file-downloader": {},
         "cordova-plugin-statusbar": {},
         "cordova-plugin-ionic-webview": {
           "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
         },
         "cordova-sqlite-storage": {},
         "cordova-plugin-google-analytics": {
           "GMS_VERSION": "11.0.1"
         }
       },
   ```
   Just wondering if there's anything obvious I've really missed in the configuration, as it sounds like the updated `cordova-ios` is helping some (most?) already -- which is great!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-ios] jcesarmobile commented on issue #761: ITMS-90809 UIWebView API deprecation notice on Cordova-iOS 5.1.1 (still)

Posted by GitBox <gi...@apache.org>.
jcesarmobile commented on issue #761: ITMS-90809 UIWebView API deprecation notice on Cordova-iOS 5.1.1 (still)
URL: https://github.com/apache/cordova-ios/issues/761#issuecomment-572779703
 
 
   It’s google analytics plugin

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-ios] jcesarmobile commented on issue #761: ITMS-90809 UIWebView API deprecation notice on Cordova-iOS 5.1.1 (still)

Posted by GitBox <gi...@apache.org>.
jcesarmobile commented on issue #761: ITMS-90809 UIWebView API deprecation notice on Cordova-iOS 5.1.1 (still)
URL: https://github.com/apache/cordova-ios/issues/761#issuecomment-572801122
 
 
   Remove the platform and add it again, maybe the analytics framework wasn’t removed

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-ios] erikyuzwa commented on issue #761: ITMS-90809 UIWebView API deprecation notice on Cordova-iOS 5.1.1 (still)

Posted by GitBox <gi...@apache.org>.
erikyuzwa commented on issue #761: ITMS-90809 UIWebView API deprecation notice on Cordova-iOS 5.1.1 (still)
URL: https://github.com/apache/cordova-ios/issues/761#issuecomment-572837678
 
 
   amazing @jcesarmobile - I think that was it. I'm getting it into Testflight now, without receiving the deprecation email. Thank you so much 🙇 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-ios] erikyuzwa commented on issue #761: ITMS-90809 UIWebView API deprecation notice on Cordova-iOS 5.1.1 (still)

Posted by GitBox <gi...@apache.org>.
erikyuzwa commented on issue #761: ITMS-90809 UIWebView API deprecation notice on Cordova-iOS 5.1.1 (still)
URL: https://github.com/apache/cordova-ios/issues/761#issuecomment-572790027
 
 
   You had me all excited @jcesarmobile but that **wasn't** it. Plugin removed, project cleaned and resubmitted. Same deprecation email.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-ios] jcesarmobile closed issue #761: ITMS-90809 UIWebView API deprecation notice on Cordova-iOS 5.1.1 (still)

Posted by GitBox <gi...@apache.org>.
jcesarmobile closed issue #761: ITMS-90809 UIWebView API deprecation notice on Cordova-iOS 5.1.1 (still)
URL: https://github.com/apache/cordova-ios/issues/761
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org