{% extends "base.html" %} {% block title %}Register a New Device - {{ block.super }}{% endblock %} {% block body_id %}dashboard-create-device{% endblock %} {% block body_class %}secondary full{% endblock %} {% block content %}

Register Device

{% csrf_token %}
    {{ form.as_ul }}

Register a device

Registering a device with Clutch means you can turn on development mode and we’ll update the code on your phone without your even needing to recompile.

If you’re having trouble with the device identifier, remember to include this bit of code somewhere, and look in XCode’s console log to see the identifier:

[ClutchView logDeviceIdentifier];
Need more help? View the Docs.
{% endblock %}