Start a new topic

OpenSSL upgrade - Google Play notification

OpenSSL upgrade - Google Play notification


Hello,

I have got similar warning from Google play:

https://support.google.com/faqs/answer/6376725

i uploaded the update of my app to google play yesterday that has wikitude component in it.

Im using latest SDK 5, cordova Version 5.1.4-3.2.1 15.03.2016. 

May i know how to approach this? is there going to be new release to fix this soon?

 

Thanks,
Lidya

Hi Lidya,

Yes we're working on the update currently and it should be available soon.

Greetings

Nicola

Will the Titanium plugin also get this update?

What is very soon? 5 days? 10 days? 30 days?

We belive that you will upgrade OpenSSL for Cordova plugin, too.

Could you tell us the estimate date that you can upgrade it for Cordova plugin?

Now we are creating smartphone application and that is scheduled to publish on Juny 11th, so we are worrying whether we can keep enough time to replace into new plugin or not.

 

 

Hi Takamitsu,

You can refer to the download link from the above post for Cordova/PhoneGap plugin.

Thanks

Hi

We have tried the refered download link in the previous post (Cordova/PhoneGap plugin), but it didn't work, we failed to build it.

We just replaced it into new plugin (we were told to do so), but is there anything else that we have to do?

Thank you.

 

I just built and ran the Wikitude PhoneGap sample application using the plugin files provided in this thread without any issues. Could you please provide additional information regarding your failed builds (build log, error messages)?

Hello,

Could you please send us more information regarding the issues you are facing? For example, what are the errors that you are receiving when you are trying to build the app?

Thank you 

Thank you for your quick reply.

What we get is this;

com.wikitude.phonegap.WikitudePlugin/WTARViewController.m:211:15: error: 

      property 'currentArchitectWorldNavigation' not found on object of type 'WTArchitectViewController *'

    if ( self.currentArchitectWorldNavigation.wasInterrupted ) {

              ^

1 error generated.

 

Please let us know if we should provide more informatin on this issue.

 

Thanks!

Daniel Guttenberg, Eva Trianafillopoulou

 

Thank you very much for your swift support.

 

We are trying to build on those two environments after appying Wikitude_Cordova_Plugin_5-2-0_3-3-0_2016-06-08_15-10-41.zip.

 

1. cordova 6.2(iOS: 4.2.0 / Android: 5.1.1)

2. cordova 5.2(iOS: 3.9.1 / Android: 4.1.1)

 

But on those environments, build fails.

 

Error logs are as following.

* I extracted error logs from biuld logs.

 

Could you support those build error?

 

Thank you!

 

 

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

1. build error on cordova 6.2(iOS: 4.2.0 / Android: 5.1.1)

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

 

$ sudo -u builder -H sandbox-exec -f /data/build-server/sandbox_profiles/ios.sb /data/build-server/cordova/6.2.0/bin/cordova platform add ios@4.2

Adding ios project...

Creating Cordova project for the iOS platform:

Path: platforms/ios

Package: jp.subaru.enterprise.manual.dev

Name: MyOwnApplicationName

iOS project created with cordova-ios@4.2.0

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

 

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

 

$ sudo -u builder -H sandbox-exec -f /data/build-server/sandbox_profiles/ios.sb /data/build-server/cordova/6.2.0/bin/cordova prepare ios

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

 

Cordova compile...

$ sudo -u builder -H sandbox-exec -f /data/build-server/sandbox_profiles/ios.sb /data/build-server/cordova/6.2.0/bin/cordova compile --debug --device

Sandbox Exec Error:

$ sudo -u builder -H sandbox-exec -f /data/build-server/sandbox_profiles/ios.sb sh -c security delete-keychain /Users/builder/Library/Keychains/monaca.keychain

$ sudo -u builder -H sandbox-exec -f /data/build-server/sandbox_profiles/ios.sb find /Users/builder/Library/MobileDevice/Provisioning Profiles -name *.mobileprovision

$ sudo -u builder -H sandbox-exec -f /data/build-server/sandbox_profiles/ios.sb rm -f /Users/builder/Library/MobileDevice/Provisioning Profiles/ASMl3KYMgDb5miUT.mobileprovision



Remove working directories...

$ sudo -u builder -H sandbox-exec -f /data/build-server/sandbox_profiles/ios.sb sh -c chmod 0777 /tmp/monaca/5774a776fd17345439f74b81/project

$ sudo -u builder -H sandbox-exec -f /data/build-server/sandbox_profiles/ios.sb rm -rf /tmp/monaca/5774a776fd17345439f74b81/project

Unlock working directory...

Build Error: Error: ** BUILD FAILED **

 

 

The following build commands failed:

Check dependencies

(1 failure)

Error: Error code 65 for command: xcodebuild with args: -xcconfig,/private/tmp/monaca/5774a776fd17345439f74b81/project/platforms/ios/cordova/build-debug.xcconfig,-project,MyOwnApplicationName.xcodeproj,-target,MyOwnApplicationName,-configuration,Debug,-destination,platform=iOS,build,CONFIGURATION_BUILD_DIR=/private/tmp/monaca/5774a776fd17345439f74b81/project/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/private/tmp/monaca/5774a776fd17345439f74b81/project/platforms/ios/build/sharedpch

 

 

 

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

2. cordova 5.2(iOS: 3.9.1 / Android: 4.1.1)

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

 

:generateDebugSources

/private/tmp/monaca/577101ac7e2193b41f1acb7c/android/skeleton/platforms/android/src/com/wikitude/phonegap/WikitudePlugin.java:516: error: cannot find symbol

boolean cameraPermissionRequestRequired = !cordova.hasPermission(Manifest.permission.CAMERA);

                                                 ^

  symbol:   method hasPermission(String)

  location: variable cordova of type CordovaInterface

/private/tmp/monaca/577101ac7e2193b41f1acb7c/android/skeleton/platforms/android/src/com/wikitude/phonegap/WikitudePlugin.java:517: error: cannot find symbol

_locationPermissionRequestRequired = !cordova.hasPermission(Manifest.permission.ACCESS_FINE_LOCATION) && !cordova.hasPermission(Manifest.permission.ACCESS_COARSE_LOCATION);

                                            ^

  symbol:   method hasPermission(String)

  location: variable cordova of type CordovaInterface

/private/tmp/monaca/577101ac7e2193b41f1acb7c/android/skeleton/platforms/android/src/com/wikitude/phonegap/WikitudePlugin.java:517: error: cannot find symbol

_locationPermissionRequestRequired = !cordova.hasPermission(Manifest.permission.ACCESS_FINE_LOCATION) && !cordova.hasPermission(Manifest.permission.ACCESS_COARSE_LOCATION);

                                                                                                                ^

  symbol:   method hasPermission(String)

  location: variable cordova of type CordovaInterface

/private/tmp/monaca/577101ac7e2193b41f1acb7c/android/skeleton/platforms/android/src/com/wikitude/phonegap/WikitudePlugin.java:522: error: cannot find symbol

this.cordova.requestPermissions(this, CAMERA_PERMISSION_REQUEST_CODE, new String { Manifest.permission.CAMERA, Manifest.permission.ACCESS_FINE_LOCATION, Manifest.permission.ACCESS_COARSE_LOCATION });

           ^

  symbol:   method requestPermissions(WikitudePlugin,int,String)

  location: variable cordova of type CordovaInterface

/private/tmp/monaca/577101ac7e2193b41f1acb7c/android/skeleton/platforms/android/src/com/wikitude/phonegap/WikitudePlugin.java:524: error: cannot find symbol

this.cordova.requestPermission(this, CAMERA_PERMISSION_REQUEST_CODE, Manifest.permission.CAMERA);

           ^

  symbol:   method requestPermission(WikitudePlugin,int,String)

  location: variable cordova of type CordovaInterface

/private/tmp/monaca/577101ac7e2193b41f1acb7c/android/skeleton/platforms/android/src/com/wikitude/phonegap/WikitudePlugin.java:527: error: cannot find symbol

this.cordova.requestPermissions(this, CAMERA_PERMISSION_REQUEST_CODE, new String { Manifest.permission.ACCESS_FINE_LOCATION, Manifest.permission.ACCESS_COARSE_LOCATION });

           ^

  symbol:   method requestPermissions(WikitudePlugin,int,String)

  location: variable cordova of type CordovaInterface

/private/tmp/monaca/577101ac7e2193b41f1acb7c/android/skeleton/platforms/android/src/com/wikitude/phonegap/WikitudePlugin.java:1026: error: method does not override or implement a method from a supertype

@Override

^

Note: Some input files use or override a deprecated API.

Note: Recompile with -Xlint:deprecation for details.

Note: Some input files use unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.

7 errors

:compileDebugJava FAILED

 

FAILURE: Build failed with an exception.

 

* What went wrong:

Execution failed for task ':compileDebugJava'.

> Compilation failed; see the compiler error output for details.

 

* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

 

BUILD FAILED

 

Total time: 7.071 secs

 

/private/tmp/monaca/577101ac7e2193b41f1acb7c/android/skeleton/platforms/android/cordova/node_modules/q/q.js:126

                    throw e;

                          ^

Error code 1 for command: /private/tmp/monaca/577101ac7e2193b41f1acb7c/android/skeleton/platforms/android/gradlew with args: cdvBuildDebug,-b,/private/tmp/monaca/577101ac7e2193b41f1acb7c/android/skeleton/platforms/android/build.gradle,-Dorg.gradle.daemon=true

ERROR building one of the platforms: Error: /private/tmp/monaca/577101ac7e2193b41f1acb7c/android/skeleton/platforms/android/cordova/build: Command failed with exit code 8

You may not have the required environment or OS to build this project

Error: /private/tmp/monaca/577101ac7e2193b41f1acb7c/android/skeleton/platforms/android/cordova/build: Command failed with exit code 8

    at ChildProcess.whenDone (/data/monaca_build_module/5.2/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:139:23)

    at ChildProcess.emit (events.js:98:17)

    at maybeClose (child_process.js:755:16)

    at Process.ChildProcess._handle.onexit (child_process.js:822:5)

Build error: Error building project source code

When is the Augmented Reality SDK for Android going to be released? We have adquired a licence and we need it urgentely!

Thanks in advance.

Hi Eva,

We have posted the links that fix the problem with Open SSL in the posts above. If you have any problem with these links then please report the error that you are receiving. 

Thank you

 

you say:

"Please note that this are pre release packages. Besides the OpenSSL udpate they also contain the latest changes that are part of our upcoming minor update to the SDK. Public releases of both SDKs will be available very soon."

I understand there is no problem using this pre-release packages, right?

 

Thanks.
Login or Signup to post a comment