Porting Windows 8 Metro App to Windows 8 phone App- identify API that are not implemented

Proposed Answer Porting Windows 8 Metro App to Windows 8 phone App- identify API that are not implemented

  • Thursday, April 25, 2013 6:52 AM
     
     

    I am porting a Windows 8 Metro application to a Windows 8 Phone app. While the Win 8 phone app compiles, there are many API's which throw the API not implemented exception at runtime.

    Is there a way to identify all the API's that are not implemented in an existing source?

    The only way I can think of doing is to identify all API's being used in my app and then check if that API is supported or not.

    Thanks, Avinash

All Replies