Skip to content

Commit

Permalink
Remove deprecated mobile publishing solutions.
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Aug 8, 2019
1 parent d57a394 commit 6980436
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 151 deletions.
56 changes: 0 additions & 56 deletions content/en/user-manual/publishing/mobile/cocoon.md

This file was deleted.

59 changes: 0 additions & 59 deletions content/en/user-manual/publishing/mobile/firefox-os.md

This file was deleted.

14 changes: 7 additions & 7 deletions content/en/user-manual/publishing/mobile/index.md
Expand Up @@ -4,12 +4,12 @@ template: usermanual-page.tmpl.html
position: 2
---

PlayCanvas games are just web pages. An index.html file and a collection of resources (JavaScript files, JSON files, images and so on). They work great in web browsers, of course, but if you want to submit your game to a mobile app store such as Google Play or the Apple App Store, then you somehow need to convert your PlayCanvas game to a native app. There are 3 options for this:
PlayCanvas games are just web pages. An index.html file and a collection of resources (JavaScript files, JSON files, images and so on). They work great in web browsers, of course, but if you want to submit your game to a mobile app store such as Google Play or the Apple App Store, then you somehow need to convert your PlayCanvas game to a native app. There are a few products available to simplify the process for you:

* [Android and iOS using Ludei's Cocoon][1]
* [Android and iOS using Intel's XDK][2]
* [Firefox OS][3]
* [Cordova][1]
* [PhoneGap][2]

[1]: /user-manual/publishing/mobile/cocoon
[2]: /user-manual/publishing/mobile/xdk
[3]: /user-manual/publishing/mobile/firefox-os
Alternatively, another option is to create an Android or iOS app the consists of a single fullscreen WebView that loads your PlayCanvas app from local app resources.

[1]: https://cordova.apache.org/
[2]: https://phonegap.com/
29 changes: 0 additions & 29 deletions content/en/user-manual/publishing/mobile/xdk.md

This file was deleted.

0 comments on commit 6980436

Please sign in to comment.