Start a new topic

Wikitude KEY

Wikitude KEY

How to get " Wikitude_REG_KEY and wikitude_REG_NAME  " ? , i've problems related to this code. thank you. :D
Hi Oliver,

As we're not clear on what KEY you mean, could you please explain your problem in more detail and highlight if this happens in the Wikitude SDK, when uploading content in the Wikitude DevZone.

Thx

Nicola
Hi Nicola

Good Evening (Indonesia Time)

thank you for the quick response :D.
the problem is, i've downloaded another reference about developing wikitude world browser from this link : https://github.com/tistaharahap/ARBrowser/commit/41f6b866edc9f9f7168b20b2f6f43d39934948f1

a piece of code shown :
public class MainActivity extends Activity {
    protected static final String WIKITUDE_REG_KEY = "GET_FROM_WIKITUDE";
    protected static final String WIKITUDE_REG_NAME = "YOUR_NAME";
    
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
        
        // Bind click to launch Wikitude
        Button btn = (Button) findViewById(R.id.wkButton);
        btn.setOnClickListener(new OnClickListener() {
            public void onClick(View arg0) {
                startWikitude();
            }
        });
    }

The code need some key from wikitude, i've problems with this case ?
i wonder if u could give a solution

thank you


oliver
Hi Oliver,

It appears that you're using our old API which is not supported by us anymore. Could you please let me know how you found it, or if you're using this API already for longer.

I would like to point our brand new, fully customizalbe and felixble SDK. You can find general information under http://www.wikitude.com/sdk

An overview about the different SDK models can be found under: http://www.wikitude.com/sdk/pricing

I would suggest you download our trial version and play around with it and contact sales(at)wikitude.com with any questions you have.

Please let me know if you need anything further.
Hi Olivier,

As mentioned above, please download our SDK version from http://forum.wikitude.com/download (please make sure that you're logged in with your Wikitude developer account) and try it out. 

Once you have chose the SDK package you need from our store http://www.wikitude.com/store the license key for your application will be issued.

Should you have any further business related questions please contact sales(at)wikitude.com.

Thx

Nicola
Login or Signup to post a comment