Just getting into SharePoint development however we're encountering an issue following nearly every tutorial!
Site Columns & Content Types do not seem to appear in SharePoint after Deploying an app via VS 2013!
We're currently following this Channel9 tutorial. Fairly straightforward - they create an app, add a Column & Content Type and at 37 minutes in they deploy their app to SharePoint. After doing so they navigate to Site Settings -> Site Columns and can see the column created in the project. We however don't see this! The 'site column' and 'content type' aren't listed in SharePoint 2013.
This occurs with every tutorial we've followed, the content type and column simply isn't there. Any ideas where we're going wrong? Are we missing a step?
Note: The only differences from what we're doing to the Channel9 tutorial is:
- We create an "App for SharePoint 2013" whereas they're using a "SharePoint 2013 Empty Project" template.
- They seem to be using a local sandbox environment and we're using a Developer Site on our Office 365 / SharePoint online instance