Questions tagged [ios]
For applications using the Stack Exchange API, which have been written for the iOS mobile platform.
10 questions
0 votes
0 answers
120 views
Octostack - Stack Overflow for iOS
Screenshot / Code Snippet Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 About Octostack is the easiest way to browse and interact with the entire Stack Exchange network — all from ...
4 votes
0 answers
316 views
Crew for Exchange 2.0 (Full iOS native client)
My all-new app Crew 2.0 is NOW AVAILABLE 🥳 Crew 2.0 was rebuilt entirely from the ground up, and today's update is a crazy one. A completely revamped user interface, powerful markdown rendering, new ...
1 vote
1 answer
4k views
How can I use an iOS custom URL scheme as redirect_uri?
I am trying to implement OAuth using iOS URL schemes. For example if I provide myapp:// as redirect_uri the app should launch. However, I cannot add it as OAuth domain in the Stack Apps settings, as ...
3 votes
0 answers
325 views
Stackviewer iOS Application
Stackviewer is a beautiful and easy-to-use custom Stack Overflow client where software developers of any kind can find answers to their everyday challenges. Browse through millions of questions with a ...
4 votes
0 answers
319 views
StackSurfer iOS App
StackSurfer Screenshots: About “StackSurfer – Search Faster, Work Smarter” StackSurfer provides a smarter way to search for questions and answers in Stack Overflow. You can search for questions ...
10 votes
0 answers
8k views
OBSOLETE - Official Stack Overflow iOS App
Screenshots About Stack Overflow is the can’t-code-without-it site where professional and enthusiast programmers ask their toughest questions and get answers from their peers. Learn, share and ...
1 vote
1 answer
134 views
Stack Exchange API for getting list of users from iOS 8
I am trying to call the Stack Exchange API to get a list of users. This is from my iOS app: NSString *str=[NSString stringWithFormat:@"http://stackexchange.com/oauth/2.2/users?order=desc&sort=...
2 votes
0 answers
76 views
Can I see my past upvoted questions in handset APP?
It's not hard to dig out questions upvoted by myself through the PC website. But I cannot find any access to them in the ios app. I guess neither does android app. Did I miss something or is it a ...
3 votes
0 answers
515 views
Stex - an iOS application for Stack Exchange
Stex This app is currently still under development, and as a result is not on the app store and doesn't have all features up and running. To test for yourself, or contribute, check out the repository ...
4 votes
0 answers
625 views
What should I put in redirect_uri for implicit OAuth 2.0
From the document I can't figure out what value should I put in redirect_uri if I want to implement iPhone app. I try https://stackexchange.com/oauth/login_success but it not work and show this error ...