LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!
Hi there,
I build an App for a hairdresser, which tells the user some information about the business and gives the user the feature to take a date for a haircut and call one of the stores.
Now Apple rejected this App with the following information:
2.13
We found that your app provides a limited set of features and functionality, and focuses primarily on marketing or promoting your business, which is not in compliance with the App Store Review Guidelines.
We encourage you to review your app concept and evaluate whether you can incorporate different content and features that are in compliance with the Guidelines.
What did I wrong? I think to make a date or call a store are features -.-
- automatically save the appointment in the calendar
- make a picture of the client and send it to the hair dresser's shop
- use location services to automatically find the closest hair dresser
Just to name a few.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
You say the App does this: "and call one of the stores" - do you mean it calls a 'store' from a specific chain of hairdressers ?, or any hairdresser - big or small ?
If it's only working with a specific chain then it's got limited use to people who are interested in using that chain of hairdressers - therefore it's only promoting that chain too.
Either you need to alter the name and description to cover only that chain, or add functionality that will work in a generic way with many hairdressers.
Also make sure that you don't try releasing it worldwide - unless your App can definitely handle being used in Peru/Thailand/South Africa/Iceland/Iowa/etc - ie. really out of the way places There are too many people who release USA-centric Apps to parts of the world that have no connection with the USA or the language (Replace USA in last sentence with China/Russia/Sweden/Other...) for example.
Cheers,
Dave
Coding in the Sun - So much Fun.
Visit http://electronic-apps.info for released App information.
Look at my reply. It should give you a clue.
Also, many apps are from before Apple made its admission policy stricter.
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
I think you need an external for this. I don't know of such an external. It would have to be created. You could try to implement the location services first. That's easier, but I don't know if it is enough for Apple.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Monte Goulding's mergMK mapping external is excellent... it would be even better if it allowed for plotting the route and directions. You could also turn to google for you mapping requirements. I have attached a stack that will run a google map in the iphone simulator and on the iphone...
it might help to get you started... You can pot route and get the direction as well, have a look at the google maps api...