Answered by:
MSApp.execUnsafeLocalFunction and Store Certification

Question
-
Hi,
Does using MSApp.execUnsafeLocalFunction automatically makes an application rejected by the windows store?
What about WinJS.Utilities.setInnerHTMLUnsafe and similar?
Thanks a lot,
Raffaele
Thursday, April 17, 2014 12:36 PM
Answers
-
Using these APIs does not affect certification. Their purpose is to make you aware that you're doing *potentially* unsafe things, so you can think it through. Using them is necessary in a number of scenarios, like using some third party JS libraries.
Kraig
Author, Programming Windows Store Apps with HTML, CSS, and JavaScript, Second Edition, a free ebook from Microsoft
Press.
- Marked as answer by Jamles HezModerator Friday, April 25, 2014 10:10 AM
Thursday, April 17, 2014 6:02 PM -
No. Those API are allowed, but should be used carefully on trusted data.
- Marked as answer by Jamles HezModerator Friday, April 25, 2014 10:10 AM
Thursday, April 17, 2014 6:02 PMModerator
All replies
-
Using these APIs does not affect certification. Their purpose is to make you aware that you're doing *potentially* unsafe things, so you can think it through. Using them is necessary in a number of scenarios, like using some third party JS libraries.
Kraig
Author, Programming Windows Store Apps with HTML, CSS, and JavaScript, Second Edition, a free ebook from Microsoft
Press.
- Marked as answer by Jamles HezModerator Friday, April 25, 2014 10:10 AM
Thursday, April 17, 2014 6:02 PM -
No. Those API are allowed, but should be used carefully on trusted data.
- Marked as answer by Jamles HezModerator Friday, April 25, 2014 10:10 AM
Thursday, April 17, 2014 6:02 PMModerator -
Thanks a lot guysSaturday, April 19, 2014 6:21 AM