简体   繁体   中英

Can we submit windows phone 8 app based on html?

I do not have Windows Phone tools SDK 8.0. Also, I don't want to create an app in XAML.

What I want to do is show one url page on windows phone 8 and publish on marketplace account .

My android code looks like this:

String uri = "http://websitename.nl/index.php?device_id=" + deviceId + "&nocache=" + Integer.toString(random);
myWebView.loadUrl( uri, noCacheHeaders);

No.

App policies for Windows Phone , §2.10:

Your app and metadata must have distinct, substantial and legitimate content and purpose.

Your app must be fully functional when acquired from the Windows Phone Store and it must provide functionality other than launching a webpage .

Your app must not be unreasonably priced in relation to the functionality of the app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM