locked
The latest application key RRS feed

  • Question

  • Our mobile service instance usually generate the new application key, every time the new key generated we need to update the key in the client app and republish in the store,

    Is there any way that client can get the latest key which generate so we don't need to publish it so frequent.

    Sunday, January 25, 2015 7:29 AM

Answers

  • Not directly. You can create a (public) custom API that returns the application key, so your apps could first call it, and then use the result to create the client object.

    Another alternative is to use authentication. If your user is logged in to the mobile service (via the client object), then it will be able to access tables / APIs with application permissions, even if you don't pass any application key to the mobile service client constructor.


    Carlos Figueira

    • Proposed as answer by Mimi Xu Monday, February 2, 2015 5:08 PM
    • Marked as answer by Mimi Xu Monday, February 2, 2015 5:08 PM
    Wednesday, January 28, 2015 11:45 PM