Search Unity

Developer certificate signing Magic Leap

Discussion in 'AR' started by Zain-low, Mar 3, 2019.

  1. Zain-low

    Zain-low

    Joined:
    Dec 5, 2013
    Posts:
    2
    I've been trying to build one of the example apps in the Unity Magic leap lumin SDK however, i created and included a developer certificate in the unity player settings however when building it still gives me the error that "Package signing requires a valid certificate. please set path to your certificate in Player settings -> Lumin OS -> Publishing settings" although the path is already set up.
    The error in console says "Package signing requires a valid certificate". I'm stuck at this and it is urgent can anyone help me.
    P.S. i have a magic leap device
     
  2. NPadrutt

    NPadrutt

    Joined:
    Mar 12, 2019
    Posts:
    1
    In my case I hadn't the private key not extracted to the same folder as the cert.
     
    Last edited: Mar 12, 2019
  3. aquigley_unity

    aquigley_unity

    Joined:
    Jan 14, 2019
    Posts:
    1
    Same problem here and NPadrutt's reply helped me.

    Make sure <name>.cert and <name>.privkey are in the same folder.
     
  4. bendrechsel

    bendrechsel

    Joined:
    May 1, 2018
    Posts:
    2
    Thanks NPadrutt, that was the problem! I still had it in its subfolder adjacent to the cert.

    Wish they'd just spell that out in the setup doc.
     
    ScottHarrisTRI likes this.
  5. ScottHarrisTRI

    ScottHarrisTRI

    Joined:
    Jan 25, 2019
    Posts:
    4
    thank you!
     
  6. Docboy

    Docboy

    Joined:
    Sep 11, 2013
    Posts:
    14
    Thanks