Difference between revisions of "TiLDA MK3/App Store Submissions"

From EMF Badge
Jump to navigation Jump to search
(Created page with "== How to submit == Zip your folder up, sign up to http://api.badge.emfcamp.org/, create a new app and publish it == Common Problems == Please check these things before publ...")
 
 
Line 1: Line 1:
 
== How to submit ==
 
== How to submit ==
Zip your folder up, sign up to http://api.badge.emfcamp.org/, create a new app and publish it
+
Zip your folder up, sign up to http://api.badge.emfcamp.org/, create a new app and publish it
  
 
== Common Problems ==
 
== Common Problems ==

Latest revision as of 09:49, 7 August 2016

How to submit

Zip your folder up, sign up to http://api.badge.emfcamp.org/, create a new app and publish it

Common Problems

Please check these things before publishing your app:

  • Your app will end up in "app/username~appname", so please make sure all you paths are using that. Example: open("app/myname~myapp/some.json")
  • Please make sure the meta data at the top of the file is ok
  • Please make sure to use ugfx.init() and buttons.init(), it makes it easier for me to review

Besides those, there are currently problems with apps that have too many files (lots of images for example) or use too much memory (big arrays). If it's possible in any way, please try to keep both down. We're working on reducing memory usage.