Asked by:
Which Azure App Service to use for iOS App Creation?

Question
-
Microsoft Azure's Mobile App creation will be removed from the Azure Platform on November 11th 2019, and it is now advising to use Web App instead. But, does the "Web App" support all the functionalities of "Mobile App"? What configuration changes are necessary in "Web App" to make it usable for Mobile App development? What is the best method/module/service to use for iOS app creation on Azure?
All replies
-
Thanks for asking question! Yes, you are right as mentioned here Mobile menu in the Azure portal will be removed on November 11, 2019. Kindly go through this link https://azure.github.io/AppService/2019/07/25/Removing-Easy-Tables-and-Easy-APIs-from-Azure-App-Services.html for alternate ways of managing Easy tables and easy APIs.
- Proposed as answer by SnehaAgrawal-MSFTMicrosoft employee, Moderator Wednesday, September 11, 2019 1:41 PM
-
-
-
Thanks for the reply! As its mentioned in the above link only Easy table and Easy API will be removed along with Mobile menu, which is used if using Node.js as backend but if using .NET as backend then it is not used.
You may refer this below link might be helpful
https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-ios-get-started
-
Thank You! As suggested by you, we have configured the app following the documentation. But, we are getting following error when trying to connect to the database;
------------------------------------------------------------------------------------------------------------------------------Error
Domain=com.Microsoft.MicrosoftAzureMobile.ErrorDomain Code=-1302 "" UserInfo={com.Microsoft.MicrosoftAzureMobile.ErrorResponseKey=<NSHTTPURLResponse: 0x600000cc9820> { URL: https://appname.azurewebsites.net/tables/User } { Status Code: 404, Headers {
"Content-Length" = (
0
);
Date = (
"Mon, 16 Sep 2019 06:01:42 GMT"
);
Server = (
Kestrel
);
"Set-Cookie" = (
"ARRAffinity=9d50440330c6da9f063baa60c470baaccbb1dd7c2e349666c42c6bd54274ea59;Path=/;HttpOnly;Domain=polyintegrated.azurewebsites.net"
);
"X-Powered-By" = (
"ASP.NET"
);
} }, NSLocalizedDescription=, com.Microsoft.MicrosoftAzureMobile.ErrorRequestKey=<NSMutableURLRequest: 0x600000e8f3d0> { URL: https://appname.azurewebsites.net/tables/User }})------------------------------------------------------------------------------------------------------------------------------
Appreciate any help/insight!!
-
-