Game Development Reference
In-Depth Information
Figure 6-12. This window allows you to save your file in different encodings.
Once you correct the files by saving them with the right encoding you should be all set. This
is something I try to do from the very beginning when possible.
WARNING
It is important to make sure that your JavaScript files are saved as Unicode (UTF-8 with
signature) - Codepage 65001. Without this your app will fail certification every time.
Now we are ready to upload our app package to the store once you pass certification ( Fig-
ure 6-13 ). You will need to go back to the developer portal and upload the file manually.
Select the Packages tab and you will be prompted to choose the final package that was gener-
ated by Visual Studio. Remember how I told you to take note of where it was going to be
saved? Now is the time to navigate to that location, which is usually in your own project (un-
less you changed the default output path) and select the package to be uploaded ( Fig-
ure 6-14 ).
Search WWH ::




Custom Search