【问题标题】:How to configure the new Azure App service instead of Mobile Service From Android?如何配置新的 Azure App 服务而不是 Android 的移动服务?
【发布时间】:2016-09-29 10:11:05
【问题描述】:
  1. 我在我的 Android 应用中使用了 Azure 移动服务,使用 URL 和 API 密钥进行 SQL 数据库访问,但目前该移动应用服务不再可用。

  2. 请帮助我如何从 Android 应用配置新的应用服务。

我用于从 Azure 到 android App 的移动服务配置的代码:

    // Mobile Service URL and key
    mClient_User = new MobileServiceClient(
            "https://****.azure-mobile.net/",
            "******************",
            this).withFilter(new ProgressFilter());

Link I referred for Migration

【问题讨论】:

    标签: android azure mobile


    【解决方案1】:

    根据文件,

    迁移服务只会更改托管移动后端的底层环境。它不需要对移动客户端或移动服务器项目进行任何代码更改。如果您使用自动迁移选项,则会保留您的 service.azure-mobile.net URL。

    特别是根据您的问题,请检查以下几点:

    如有任何疑问,请随时告诉我。

    【讨论】:

      猜你喜欢
      • 2016-06-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多