Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. johnfacey
    3. Posts
    J
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by johnfacey

    • iTunes Submission Needs 1024x1024px App Store Icon

      When I submit my latest to the App Store I get this error message.

      Missing App Store Icon - iOS Apps must include a 1024x1024px App Store Icon in PNG format. Without providing the icon in the Asset Catalog or via iTunes Connect, apps cannot be submitted for App Review or Beta App Review. Refer to https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/ for more information.

      posted in Monaca Tools
      J
      johnfacey
    • RE: Latest Cordova using permissions fails

      I tried added that external plugin but then I see that ‘barcodeScanner’ is undefined. Would this be something in my config.xml? How do I know if a plugin is configured correctly ?

      posted in Monaca Tools
      J
      johnfacey
    • RE: Recover Android Keystore Password

      Is it possible to tell what password was stored in monaca for a keystore ?

      posted in Monaca Tools
      J
      johnfacey
    • Recover Android Keystore Password

      Is there a way to get what is currently stored as the keystore password with an alias from Monaca. I have the exported keystore which I have tried on another Android App but the password may be different. Can we have more than one alias setup ?

      posted in Monaca Tools
      J
      johnfacey
    • RE: Latest Cordova using permissions fails

      Thanks I will try that

      posted in Monaca Tools
      J
      johnfacey
    • RE: Latest Cordova using permissions fails

      @khemry am I able to add an external plugin with my current account ?

      posted in Monaca Tools
      J
      johnfacey
    • RE: Latest Cordova using permissions fails

      I’m getting an error in the Monaca Debugger
      Sorry, the Android camera encountered a problem. You may need to restart the device.

      I’ve listed the code below and I’ve added the xml from your previous comment.

              try {
                  var scanner = cordova.require("cordova/plugin/BarcodeScanner");
                  scanner.scan( function(result) {
                                    if (result.cancelled == false) {  
                                        $("#barcode").val(result.text);
                                        $("#checkin").click();
                                    } else {
                                        ons.notification.alert("Scanning failed"); 
                                    }
                      }, function(error) {
                          ons.notification.alert("Scanning failed: " + error);
                      }
                  );
              } catch (err) {
                  ons.notification.alert(err.toString())
              }
      posted in Monaca Tools
      J
      johnfacey
    • Latest Cordova using permissions fails

      After upgrading to the latest Cordova in Monaca i’m unable to use the camera/barcodescanner. Is there an example of what needs to be configured or how to request the permissions etc… ?

      posted in Monaca Tools
      J
      johnfacey
    • Monaca Build Errors

      Every iOS build from Monaca today i’m seeing this error.

      Fetch queue Info…
      Start building 59e133d7e788857a058b4567
      Setup working directories…
      Download project archive…
      ! API downloadProject Failed. [ 500 ]
      Download error: ! API downloadProject Failed. [ 500 ]
      Remove archive file…
      Remove working directories…
      Build Error: ! API downloadProject Failed. [ 500 ]

      posted in Monaca Tools
      J
      johnfacey