Microsoft Partner Center API
API access and integration with Microsoft Partner Center for managing partner data
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Below is the code I was using to connect to my website. Need code to replace webview code with REST code because Webview no longer work and not supported.
Button1.Click += (sender, e) =>
{
Button1.Visibility = Android.Views.ViewStates.Gone;
TheRegButton.Visibility = Android.Views.ViewStates.Gone;
WebView webView = FindViewById<WebView>(Resource.Id.webView1);
webView.Settings.JavaScriptEnabled = true;
webView.LoadUrl("https://www.smbudget3.com/shopping_signon.aspx"); // (ok now) err_connection_reset
// webView.LoadUrl("https://www.smbudget3.com/budgetsignonandroid.aspx");
};
API access and integration with Microsoft Partner Center for managing partner data