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 2019/03/02 07:49:02 UTC

[GitHub] rogeliotg edited a comment on issue #556: cordova ios app not approved for app store

rogeliotg edited a comment on issue #556: cordova ios app not approved for app store
URL: https://github.com/apache/cordova-ios/issues/556#issuecomment-468897215
 
 
   my config.xml:
   `<?xml version='1.0' encoding='utf-8'?>
   <widget id="com.pap.itvproject" version="1.0.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
       <name>ITVProject</name>
       <description>
           Mobile app for ITVProject
       </description>
       <author email="info@fitsaas.com" href="https://fitsaas.com">
           Fitsaas.com
       </author>
       <content src="index.html" />
       <plugin name="cordova-plugin-whitelist" spec="1" />
       <access origin="*" />
       <allow-intent href="http://*/*" />
       <allow-intent href="https://*/*" />
       <allow-intent href="tel:*" />
       <allow-intent href="sms:*" />
       <allow-intent href="mailto:*" />
       <allow-intent href="geo:*" />
       <platform name="android">
           <preference name="loadUrlTimeoutValue" value="900000" />
           <allow-intent href="market:*" />
           <icon density="ldpi" src="res/icon/android/icon-96-ldpi.png" />
           <icon density="mdpi" src="res/icon/android/icon-72-mdpi.png" />
           <icon density="hdpi" src="res/icon/android/icon-72-hdpi.png" />
           <icon density="xhdpi" src="res/icon/android/icon-72-hdpi.png" />
       </platform>
       <platform name="ios">
           <allow-intent href="itms:*" />
           <allow-intent href="itms-apps:*" />
       </platform>
       <preference name="DisallowOverscroll" value="true" />
       <plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
       <plugin name="cordova-plugin-network-information" spec="^2.0.1" />
       <plugin name="cordova-plugin-dialogs" spec="^2.0.1" />
       <plugin name="cordova-plugin-file-opener2" spec="^2.1.0">
           <variable name="ANDROID_SUPPORT_V4_VERSION" value="27.+" />
       </plugin>
       <engine name="android" spec="^7.1.4" />
       <engine name="ios" spec="^4.5.5" />
   </widget>`

----------------------------------------------------------------
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