Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bobi 280 posts 743 karma points
    Mar 20, 2020 @ 05:04
    Bobi
    0

    Umbraco for app development

    Hi, has anyone used Umbraco as a backend CMS for app development - having a web app and native mobile apps? Any recommendations or other approaches?

  • Yakov Lebski 427 posts 1654 karma points
    Apr 06, 2020 @ 02:07
    Yakov Lebski
    1

    Yes, I did it, just need export data to consume by mobile application. You can do it by webapi or export data to static storage

  • Bobi 280 posts 743 karma points
    Apr 06, 2020 @ 02:39
    Bobi
    0

    Hi, thank you. How did you prevent the cms from publishing to the public?

  • Steve Morgan 1278 posts 4216 karma points c-trib
    Apr 06, 2020 @ 08:51
    Steve Morgan
    0

    Just don't serve any content in the view templates - only via your API controller. Create document types without a template or you could just put a single template on all doc types serving dummy content / redirecting elsewhere.

    If you're not outputting any CMS data in the views then "the public" can't see anything.

    Does that help?

  • Yakov Lebski 427 posts 1654 karma points
    Apr 06, 2020 @ 02:57
    Yakov Lebski
    0

    It depend what you mean "prevent the cms from publishing to the public"? Out of the box you have option to save or to publish. Only published version is shown to user.

  • Julien Kulker 51 posts 274 karma points c-trib
    Apr 06, 2020 @ 10:00
    Julien Kulker
    0

    Something that could be interesting is: https://github.com/rasmusjp/umbraco-graphql.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies