Start a new topic

OpenSSL upgrade - Google Play notification

OpenSSL upgrade - Google Play notification


Hi Takamitsu,
The error in your log refers to the Camera plugin which should not be our plugin. Can you build your project without our plugin but with the Camera plugin? The error message kind of is that the Camera plugin is unknown.

Discovered plugin "Camera" in config.xml. Adding it to the project

Failed to restore plugin "Camera" from config.xml. You might need to try adding it again. Error: Error: no such package available : Camera

 


Best regards,

Andreas

hi Daniel Guttenberg

 

I appreciate your swift support very much.

config.xml of our application is as followring.

Thank you!

 

--------------------

config.xml

--------------------

<?xml version="1.0" encoding="UTF-8"?>

<widget xmlns="http://www.w3.org/ns/widgets" id="MyAppID" version="1.0.0">

  <name>MyCompanyManual</name>

  <description>OM App</description>

  <author/>

  <content src="index.html"/>

  <preference name="loglevel" value="DEBUG"/>

  <preference name="AndroidLaunchMode" value="singleTop"/>

  <preference name="ErrorUrl" value=""/>

  <preference name="SplashScreen" value="screen"/>

  <preference name="monaca:DisableCookie" value="false"/>

  <feature name="App">

    <param name="android-package" value="org.apache.cordova.App"/>

  </feature>

  <preference name="AllowInlineMediaPlayback" value="false"/>

  <preference name="BackupWebStorage" value="none"/>

  <preference name="FadeSplashScreenDuration" value=".25"/>

  <preference name="KeyboardDisplayRequiresUserAction" value="true"/>

  <preference name="MediaPlaybackRequiresUserAction" value="false"/>

  <preference name="SuppressesIncrementalRendering" value="false"/>

  <preference name="TopActivityIndicator" value="gray"/>

  <preference name="GapBetweenPages" value="0"/>

  <preference name="PageLength" value="0"/>

  <preference name="PaginationBreakingMode" value="page"/>

  <preference name="PaginationMode" value="unpaginated"/>

  <feature name="LocalStorage">

    <param name="ios-package" value="CDVLocalStorage"/>

  </feature>

  <plugin name="Camera" value="CDVCamera"/>

  <allow-navigation href="*"/>

  <allow-intent href="itms:*"/>

  <allow-intent href="itms-apps:*"/>

  <allow-navigation href="*"/>

  <preference name="BackupWebStorage" value="none"/>

  <preference name="AndroidPersistentFileLocation" value="Compatibility"/>

  <preference name="iosPersistentFileLocation" value="Library"/>

  <preference name="monaca:targetFamilyiPhone" value="1"/>

  <preference name="monaca:targetFamilyiPad" value="0"/>

  <preference name="AutoHideSplashScreen" value="true"/>

  <preference name="FadeSplashScreen" value="true"/>

  <preference name="ShowSplashScreenSpinner" value="false"/>

  <preference name="EnableViewportScale" value="true"/>

  <access origin="*"/>

  <preference name="KeepRunning" value="true"/>

  <preference name="monaca:AndroidIsPackageNameSeparate" value="false"/>

  <preference name="DisallowOverscroll" value="true"/>

  <preference name="monaca:WebViewEngine" value="default"/>

  <preference name="Orientation" value="portrait"/>

  <preference name="SplashScreenDelay" value="1000"/>

  <preference name="Fullscreen" value="true"/>

</widget>

 

@ Takamitsu Araki

As Andreas aldready suggested, you seem to be missing the 'Camera' plugin you are referring to in your config.xml file.

I would like you to try to re-add it by running the following command in your project root:

 

cordova plugin add https://github.com/apache/cordova-plugin-camera.git

hi Andreas Schacherbauer, Daniel Guttenberg

 

Thank you very much for your swift support.

 

>The error in your log refers to the Camera plugin which should not be our plugin. 

>Can you build your project without our plugin but with the Camera plugin? 

>The error message kind of is that the Camera plugin is unknown.

 

I have just built without wikitude-cordova-plugin 5.2.0-3.3.0 but with the Camera plugin

(= excluding wikitude-cordova-plugin 5.2.0-3.3.0 and including Camera plugin).

 

Build for Android finished successfully.

But build for iOS failed.

 

I attache Error log of build for iOS to this post.

 

I tried many version of camera plugin. But build failed in all version.

 

 











wikitude cordova

camera
plugin

build



ios

Android



without
wikitude-cordova-plugin
5.2.0-3.3.0

2.2.0

fail

success



2.1.1

fail

N/A



2.1.0

fail

N/A



2.0.0

fail

N/A



removed

fail

N/A



with
wikitude-cordova-plugin
5.2.0-3.3.0

2.2.0

fail

fail





 

Thank you very very much for your eager support.

 

--------------------

biuld error

--------------------

Discovered plugin "Camera" in config.xml. Adding it to the project

Failed to restore plugin "Camera" from config.xml. You might need to try adding it again. Error: Error: no such package available : Camera

--------------------

hi Daniel Guttenberg

Thank you very much for your support.

As I posted above(post at 7/12/16 11:06 AM),  we still have problem for build. 

Could you tell me what we can do for solving this build error,

if you have further information?

Thank you!

 

 

Hi Takamitsu Araki,

 

I'm afraid I cannot assist you with your issue. If I understood correctly, you seem to not be able to build without the Wikitude Cordova plugin. If that actually is the case, then you seem to be having issues not related to our plugin.

 

I recommend you follow the guide I posted previously for Lidya and create a new project. Maybe this will solve your issue.

 

Kind regards

Daniel

I'm using Wikitude SDK 5.2 and update apk still rejected by Google Play due to OpenSSL problem .

Please Help ?!

Hi Shymaa,
Wikitude SDK 5.2.0 and 5.3.0 definitely solve the OpenSSL issue claimed by Google. Can you please make sure that the Wikitude SDK that you use in your project is equal or newer than 5.2.0. If you think this is a newer error message from Google Play please paste the error message here and we can check. 
Alternatively, maybe a different library has a conflicting version of OpenSSL packaged?

Best regards,

Andreas

I'm using wikitude unity plugin in the same application Developed by SDK 5.2.2 .

Is it a problem ?! 

Hi Shymaa,
There is no public Wikitude SDK version 5.2.2. Can you please verify your version number and let us know which one you use?

All of our current SDK products (including the Unity extension) include a version of OpenSSL which resolves the Google Play message from the top of this thread. If you got a different notification from Google Play, please share it with us.

 

Best regards,

Andreas
Login or Signup to post a comment