iOS features and buttons [closed] - ios

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I have an application which was rejected. The rejection says it contains lower quality experience, and I should add iOS features to it, like a favourite button.
It's a language learner application, which is just a "webview", so it does not contains much, but textviews and a few pictures. Though it has a nice design and a lot of animation, but still don't have that interactive thing or button.
Could anyone help me by showing me the way how to improve my app to be accepted?
How can I make those iOS features?
What buttons should I make and how?
I know there is a lot of way to do these, but I'm asking because I'm not a programmer and I believe you can explain it to me, or link me the right pages to learn and achieve my goal.
Appreciate any help.
On Android it was fine to just make that "lame" application which has nothing but textviews with pictures.
I also don't want my users to have internet connection while using the app.
Basically, I just need buttons which can do something.

I'm guessing you didn't read the app store review guidelines
The second point in the introduction reads…
If your app looks like it was cobbled together in a few days, or
you're trying to get your first practice app into the store to impress
your friends, please brace yourself for rejection. We have lots of
serious developers who don't want their quality apps to be surrounded
by amateur hour.
Please don't waste the reviewers' time with a "language learner application" - write and submit something of value

Related

Where do I start to make a Golf Course GPS App [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to make a golf GPS app for my local golf course. I want it to show from tee box to green and have distances to front middle and back of green and also to hazards such as water and sand traps. I want to make it so it only show images of each hole similar to the sonocaddie app. I am unsure how to start to build this app and I am hoping someone here has made one before and lead me on the right path. I have been searching for a long tin but I cannot find any information. If you have any information for me please help. Thank you.
The base of this app would be the map, the problem I see here is to combine your live geo-localization with a custom view/map.
I found something that might be helpful.
As the answer suggets, MapBox would be a good option to start with.
Thats all what I can help with, remember here you need to ask specific programming questions to be specific answered.
Hope it helps.

How to most effectively learn IOS development? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I have a decent amount of programming experience, and I just do not know where to start to learn this.
I've done the tutorials on apple's site, and looked at some other examples, but there is just so much stuff you need to know, that I'm feeling kind of lost.
I understand the whole MVC thing, I understand and know objective c, I just know all the general stuff, but when writing an app I just miss a lot of knowledge and I'm constantly unsure about how to do certain things.
Is it just a matter of keep going at it? Are there any really good books? Any really good online resources?
And again: it's really about just getting to know the ins and outs of all the frameworks and different objects and stuff
For someone in your position, the two words you need to know are Ray and Wenderlich.
For beginners I would really recommend to watch Paul Hegarty's Stanford iPhone development courses.
See:
https://itunes.apple.com/us/itunes-u/developing-apps-for-ios-hd/id395605774?mt=10
His courses are one of the most clear and effective courses I've ever seen.
EDIT:
New (iOS 7 courses):
https://itunes.apple.com/si/course/developing-ios-7-apps-for/id733644550
Watch few intro videos, read few intro articles. Plenty of them online. And build something. Repeat.

iOS Social Networking Application [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am decent with objective c, and my friends and I want to start developing a social networking application, and we have plans for it and everything almost ready, but the problem is I don't know where to start. I don't know if I should code the structure of the app then write the backend code. I don't really know networking too well, and I'm not sure if I should be using parse or another cite. Basically I wanted to know if anyone had some tips on where to start, or has any guides on social networking app development that would be fantastic. Just so you guys have an idea of what I am trying to do it is kind of like snapchat, but also completely different, but the same type of style and format is what i picture.
Thanks so much.
If it's only you who is developing I would do it step by step, meaning you start with a part of the iOS App and then do the required backend functionality and test it. Afterwards you move on with the next step of the iOS App and then backend again and so on. These steps could be split into the following:
Registration
Login
User profile
Edit profile
Posting stuff
User feed
Adding/following other users
...
If you're working as a team you can split the work, someone is doing backend someone else the App. So you're basically keeping the steps above but you can work on and test them simultaneously.

iOS in App user assistance screens [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
Our app involves the use of techniques that have not been used within the target profession before, and as a result, end users will have no comprehension of how to use it. We will be doing webinars to help them get started with it; however, there is a concern that they may need some immediate assistance from the time they download it.
So, we're trying to figure out how best to present this information. While the app itself is mostly self-explanatory, the underlying techniques on how it is to be used require some explanation.
I'm thinking of adding a "help button" on the nav bar at the top of screens where it will be relevant, which would then open a webview to load html containing the necessary help screens.
My questions are:
a) Would this generally be acceptable in terms of the UI?
b) Is there a better way than what I'm suggesting?
TIA
A: No. I think a help button is the wrong way to go about it.
B: Why not display a screen onto of the UI that gives info on how to use the app. This screen only shows the first time the user opens the app. Like a short tutorial?

IPhone / IPad development : possible to code "outside the app"? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Sorry in advance for those who find that my title is not precise enough. If someone finds a better way of titling the post, be my guest:) The idea is that I am someone that learns through ideas and projects. Not through books. I learned PHP,HTML,CSS,JQuery... by myself through things I wanted to realize... Whatever... So now I have an idea for an IPhone/Ipad app. I know I have to dig into Objective-C. But before doing this I wanted to know if it is possible to build "outside the app". What I mean by that is for instance when you highlight text from safari in the iphone you get a bubble with "copy" written. Is it possible to have for instance a second choice called "whatever" that will send the highlighted text to the app I developped. I don't want to know how to do it. If it is possible i will figure out by myself. I just want to know if it is possible? Thank you in advance. Cheers. Marc
What you want sounds like system-wide plugins and is possible by jailbreaking the device and using MobileSubstrate. AppStore apps, however, cannot benefit from this.

Resources