Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "ios"
-
IOS SUCKS!! SWIFT SUCKS !! OBJECTIVE-C SUCKS!! SUCK MY DICK APPLE YOU PIECE OF SHIT !! Why did you have to make the language sooo counter intuitive, and so different from the popular languages you pain in the ass piece of shit, Why can't I throw exceptions from a constructor of a class?? Why do I have to use a fucking struct to just throw exceptions?? Can't class constructions fail you peice of shit?? huh? GOD DAMN IOS MAGGOT DEVELOPERS IF I EVER RUN INTO THOSE FUCKERS IM GONNA FUCKING RAPE EM BURN THEM ALIVE AND HAVE THEM FOR DINNER68
-
I'm not an iOS expert, I just wanted to get Google ads on my iOS app so that I could make a few petty dollars at the expense of my users. Is that too much to ask?
I started by following Google's instructions: install cocoapods, copy and paste some swift code... Compile failed, app broke. Carefully retrace my steps. Nothing.
Stackoverflow (praise be with them) suggests upgrading Xcode. Go to app store and click to upgrade Xcode. No progress bar, no status updates, just that pissy little spinner for several minutes. I become impatient try a few more times. It ain't happening.
Stackoverflow (holy of holies, defender of the weak) points me to an alternate source for Xcode, on the app store dev console. 4GB and some time later, an attempt to unzip gives "unknown error". Genocide of sorts.
Stackoverflow (all that is pure, all that is kind, all... I think you get it) says upgrade your OS. I tried months ago but I had issues with that pissy little spinner. Persist. 5GB and a "heavy-year" of time later (sorry), it installs. Then Xcode installs. Then bar a few errors, the app compiles.
So after almost 24 hours, life resumes. The lesson.. respond to all obscure iOS errors by upgrading. If fully upgraded, calmly acquire a baseball bat and destroy your machine. Make sure you have a good book nearby in case of either event.
Thank you for reading my rant. Now if you'll excuse me, I have to pay Apple
$150 so that I may list my app in the app store.11 -
Costumer: I found a 40 line python script on Stackoverflow to do that.
Dev team: ok, now... how many lines you think we will need to put the python interpreter, libraries and your 40 line script inside an Android and iOS apps with legacy code?3 -
Got the iPhone.
(Personal opinion)
Holy shit iOS is veeery unintuitive 😡
And how fucking difficult can you make a fucking phone setup process?!
I’ll be happy when I can sell this fucker.23 -
Boss: We need this update deployed and propagated before end of day.
Web: done!
Android: done!
iOS:...
Boss: what's the matter?
iOS: 2-3 business days, sir.
Apple and its app review process. Ugh!7 -
Every second I’m spending on this iPhone is getting me more annoyed.
I’m about to fucking compromise and get a non-lineage phone but At least a rootable one because I want or throw this piece of shit away as soon as possible.
I wouldn’t even pay 1 euro for an iOS device.
I told myself I’d go for an iPhone for a month or so but I’ll be looking for an extremely cheap android phone because I can’t bare working with this thing for much longer.
No offense to anyone and this is a personal opinion.
Fuck.30 -
Users: “It’d be nice if notifications were all pretty and organized...”
Android: “You got that, buddy!”
iOS:12 -
iOS Programming:
something.openCamera()
DONE!
—-
Android Programming:
val jobProcessorHandler = FuckingBuilder.something().inject().whatTheFuck()
val cameraDecoderFuck = Camera(CodePackFuck.shit, jobProcessorHandler)
CRASH!22 -
I'm an iOS developer who owns an Android device.
Why do people look at me like the world is going to end?16 -
I'm not sure how many people on here would care about this since it's not strictly a dev issue, but just thought I'd let everyone know, iOS default apps can now be deleted on iOS 1019
-
we are working for a client who wants an app compatible for both iOS and android. He asked us to send both the "apk" and "ipk" files together😂1
-
keeping up with the ridiculous job titles, WTF is an "iOS King"?
I would actually avoid applying for that job as I couldn't bare to call myself that, or have others10 -
Fuck apple and their fucking certificates for ios development. What a way to make a dev's life worse.8
-
Requirements for developing iOS apps:
$99/year, Swift, OSX, Mac, Xcode, and patience waiting for app store approval. Are there even iOS devs out there or it's just a scam?15 -
At a mobile developer desk:
- 1 PC
- 1 Mac (for iOS Build)
- 2 Android phones and one tablet
- iPhone, iPad
- a lot of cables, too many of them7 -
So this happened when i was developing the iOS app for the company I work in. I was given half boiled code written by the previous employee to work on. The app was laid around a webview. Now in iOS, there are 2 kind of webviews, the UIWebView that works on all iOS versions, and the WKWebview that works only on iOS 8+.
The app was coded using UIWebview, I brouht that up with my boss, and he asked me to continue using it, even after I repeatedly informed him that the javascript engine of this webview is subpar and we could be better off with WKWebview. Fast forward to 12 weeks later. The application is ready and is given to the boss for testing. He runs the app and plays around for a day. The next day, he comes up to me and says "The javascripts aren't working that well, can we switch to WKWebview instead?" In the inside of my mind, I have already murdered him three times, on his face, however I say, "We can look into it."
So, basically I rewrote the whole app with WKWebView, retargetting the app to iOS 8+.
The app is tested and launched. Everythings fine. AND NOW, he comes up to me and says, "Can we switch it back to UIWebView? We really need the app to be universally available on the app store and 6% of our customers, still use iOS7."
You know how I felt and what I had to do. Goes without saying, that the application is available on the AppStore, targetting iOS 7+.
TLDR, iOS Dev, given half boiled code with UIWebview, tells boss about WKWebview (iOS8+) and advantages. He asks me to continue UIWebView. App developed, 12 weeks. He comes up and points to problems and asks me to retarget with WKWebview. Developed and App launched.
He comes up and says, we need iOS7+, retarget the app to UIWebview. FML.7 -
When you spend a few hrs hunting down a performance issue in your iOS app only to find that you accidentally hit the shortcut for "Slow Animations" in XCode. 😭😭😭2
-
apple sucks
iOS sucks
Xcode sucks
Cocoapods suck
iphones suck
can this company and OS please please die already21 -
My girlfriend started to develop iOS. After that she says Fucking Xcode and Fucking Swift a lot of times. I couldn't understand so I also tried to study iOS. And now I say. Fucking XCODE!!3
-
Devoloping and running a simulator for iOS is so smooth experience I am in love with it. Though I am an android user developing for android is such a pain sometime. Android studio needs more improvement.13
-
Joined a new company / team to work on an iOS app that has 2 different backend environments "Dev" and "Prod". Also being referred to in iOS speak as "Debug" and "Release".
Been trying to get accounts on these backends (no sign up in app, its controlled via another process). Eventually get access to "Dev" for one of the regions, so I load up "Debug" and its not working.
This is odd, so I open the Android app and load "Dev" and it works? I then Notice Android has "Dev", "QA", "Staging" and "Prod" for every region where as iOS only has 2 of these.
So I go back to iOS and find the file for the settings and it has iOS Debug assigned a variable for the backend Dev ... which is actually pointing to QA. Because they use QA to Debug and not Dev.
... confused? join the club4 -
So apparently iOS 11 doesn't allow you to add up 1+2+3 as it tells you it's 24 and you can't type the letter "i" as it will be converted to some non recognizable character, so my question now is, who tested this and who got brutally murdered?4
-
After about 2 years and one restart of the project, I am finally finished with my first iOS game, and put it on the app store! Super proud!7
-
Hurray! Finally the IOS devRant Supporter subscription link has been approved by Apple and works. I joined at 4 am today. Great way to start the day. Keep up the great work David and Tim.
-
Finally, with iOS 11, now we can sync older conversations with new devices.... Thanks apple, it took 11 fucking versions to do this simple shit!5
-
"iOS Development is easier"
Yeah, right? There's no dropdown, no checkbox, no radio button, no placeholder for multiline textfields, ...
Motherfck!
You have to manually do everything yourself and lay things out in their messy slow Xcode. Apple doesn't include important things only because they have randomly decided not to include them! Fuck this job.6 -
When your bored out of your brain... and start messing with iOS shortcuts.
A random devRant post at the click of a button 😅10 -
@Apple iPadOS an iOS teams: you puZies.
You release one buggy iOS / iPadOS after another, each piling on features and bugs, without fixing crowd documented long standing defects.
But what really pisses me off is when you don't have the balls to own up to your mistakes. This is at least the 3rd time you have re-released an iOS / iPadOS update under the same version number. This time it is 14.5.1
I have iPadOS 14.5.1 installed and the iPad is now telling me I need to update to 14.5.1. Just own up to it, you released buggy shit and you need to release another bug fix days after... call it 14.5.2. Call it like it is and we respect you. Try to hide it and you lose our respect, you pussies.
If Microsoft did one thing right, they defined the release sequencing:
X.Y.Z
Changing X means rewrite the manual it is so new and improved (🖕🏻 you Adobe and FileMaker)
Changing Y means it is an update with more features than bug fixes but not a generational change that constitutes a rewrite of anything (🖕🏻 you macOS team for bastardizing with 10.X.Y)
Changing Z means you fixed your stuff, we respect you for owning up to your mistakes.
Man-up Apple, grow some balls and stop confusing people with trying to cover up your screw ups. It's all about the Z.3 -
After two iPhones stolen in a month I decided to buy a Samsung and I really like it much more than iOS8
-
Maybe, iOS developers get paid higher than Android developers because it's MORE STRESSFUL to use Xcode and deal with Apple Certificates.4
-
Is there a point in debating iOS vs Android?
My friends keep fighting over which OS is better iOS or Android.
Both have almost all the features that the other one has and are constantly being developed by tech giants. There is no point in debating, it's just personal preference at this point.21 -
[Typical dump Client]
After finishing an Android app, the app was amazing and the client is happy.
Client: I think we should write iOS version.
Me: ok, but this will take a time to code in different language with those native features..
Client: Can we just "convert" it to iOS, it should be easy no?4 -
Non-technical manager who been managing my team for years: "hey can you take a look at this log?"
*log is all PHP*
Us: "we're iOS devs, none of us know PHP"
Manager: "well why not?"
HOW DO YOU GET PAID MORE THAN US2 -
People at Apple must have put an enormous amount of time and effort into the development of iOS 11. It's impossible to make an OS so fucking buggy and shitty as 11 without spending a lot of time on it to purposely make it crap.5
-
The client always goes like... I want the android app to look exactly like the ios app.... Am like you know these are two platforms with different designs guidelines2
-
Confused as hell: Android TextView is equivalent to iOS UILabel, and iOS UITextView is somehow equivalent to Android EditText! 😡😡😡
Learning Android should be hard for an iOS Dev!7 -
Realizing that you were watching and working with an iOS tutorial when you were coding for an hour or two your Android app
😬😬😬😬😬😬😬🔥1 -
About week ago I finally upgraded to ios 12 and I really like screen time reporting. It forces me to spend less time using phone.
It lacks features like listening to music or books time, probably because it only measure screen time. Besides that it’s cool.13 -
Had a guy test an iOS app for me several months ago. Couple of days ago he messages me asking me if I can give him my code because and I quote...
"I'd like to create the same app"
I (as politely as possible) told him no & why.3 -
Really?
Far far away in a small startup, one developer was brave enough to try to fix the beautiful iOS application (hmm, nothing fancy just a broken, patched and served behind a wrapper).
To do so our hero needs, of course, a testing iOS device.
So the guy went searching for the testing device and asked around, then he returned to his desk shocked when I asked him what happened the guy told me literally:
- "Can you believe it? The boss gave the testing device to his fiancée"
and now guys you know why bugs in startup application take a while to fix :/1 -
That moment when you ask your father for a mac to code ios apps and he asks why don't you use the existing PC?3
-
Fuck you ios,storyboad,xibs,xcode. FUCK OFF!! YOU FUCKING ASSHOLES. Literally giving me migrane with your fucking ass constraints!! Fuck you xcode for not having a terminal. Ios is utterly bullshit. Has fucking all kind of devices that I have to set constraint. Fuck you macos. You are slower than a snail. How on earth do you take so much time to build!!
Width, height, constraints, my ass! What is this fucking logic bro. Fuck you apple for making so many device of different sizes and then hiring us to set constraints. Warning warning warning oh what a load of crap!
I would rather die than set your fucking ass constraints.7 -
I always end my iOS apps with an anonymous inner function. Call me sentimental, but it gives me a sense of closure1
-
Me and the unofficial CTO (3rd party's CTO) are interviewing an ios dev. (I'm an android dev, btw)
CTO: In your view, would you find developing an ios app would be faster or at the same speed as an android dev?
Me: *shock*
Canidate: I've never developed on Android before, but I'd think it would be the same speed. We both need to make screens, views, and type code.6 -
When you start a new job as the only iOS Software Engineer, and after 3 weeks your boss constantly asks “well, how long is that going to take?” ...
I really wish my response could be “as long as it takes you to find another iOS Engineer for me to work with” 🤬1 -
Client asked us to build standard dating app. Android version was published without problem but iOS version was rejected because during registration we collect data application does not need to work properly, that data is age and gender of user...2
-
Designer makes an app Mockup using an iOS template. I make the android version and the ios dev makes his version.
Upon completion, the client rejects mine saying that I forgot to put back buttons in the top left corner of each screen.
My face when he didn't reject the ios version for not having a hardware back button. 🤦♂️ -
My goal in life as an android man: convert every single person I can from Samsung or iPhone to either pixel or Nexus
Converted 3 so far and they all say they won't go back to modifed Android or iOS :-D14 -
For those of you iOS Swift developers, how long did it take to learn and have a decent app with database functionality, coming from a different programming language background?8
-
I was interviewing for a new position that would be primarily Android development with a chance that I would help out on iOS when necessary. When I got their coding challenge, it had to be done for iOS in Swift. Made no sense, but now I can say I finally wrote a project in Swift.
-
Nowadays I develop cross platform app, when I speak with an Android or iOS developer I feel like I'm summoning the satan.4
-
Why would a university not offer a single course on mobile development in 2017?
Luckily, Stanford's iOS course on iTunes U seems to be pretty legit.4 -
When you're trying to publish your first Cordova app and the PlayStore release including signatures and stuff takes you 2.5 hours, while the AppStore release takes you 5 days (including getting a huge Mac on your desk, signing up a D.U.N.S. for your company, figuring out the signing/provisioning process and fixing CSS/JS exclusively for iOS).4
-
FUCK IOS PUSH NOTIFICATION THAT IS SO FUCKING UN-FUCKING-RELIA-FUCKING-BLE. YOU MAKE ME CRI AT WORK!5
-
2,8 trillion dollar company btw. Unannounced maintenance (not showing up on their status page either). Wanted to publish a fucking ios bugfix, now I can't do shit.6
-
I came from Android, in the xml you can put simply "match_parent" or "wrap_content", or align right or left.
Then I tried to use Xcode interface builder for iOS. now I am sad and feeling bad. why Apple, why2 -
If you're on a mobile development team, you are treated special when you're the iOS guy. Nobody here damn cares about Android.6
-
Learning to code using xamarin, I'm fucked off with kids iOS/android apps that are free and have too many ads or aren't free but suck balls. Apologies if my language offends.5
-
Hey everybody been a while but I have a rant. Swift fucking swift and IOS dev. Okay so been learning swift for some frontend casual work, no worries they are lending me a mac to work in.
Now comes the rant part IOS is fine to work in I dont have any qualms about platform but.. FOR THE LOVE OF COMMON FUCKING SENSE GET SOME FUCKING CONSISTENCY.
You have made swift statically typed language to supposedly make developing more consistant and better fine no worries i dont like static typed languages cause they are unnecessary but fine. then you go NAH FUCK IT EVERYTHING IN A MODULE IS IN GLOBAL SCOPE, FUCK IMPORT STATEMENTS, FUCK MAINTAINABILITY AND FUCK YOU FOR ASKING.6 -
Mobile (Android/iOS) gaming has such potential but publishers keep pushing out mindless garbage. What's the point of getting a gaming phone only to spend your time playing gatcha games?5
-
Having to use Xcode 4 alongside the new 8 to support old iOS versions. I almost wrote the code twice, once in Swift and once in Obj-C.
-
https://devrant.com/rants/4408042/...
Another one. Next phone is definitely an Android. Fuck this shit.10 -
That moment when you realize that the iOS dev uploaded to ITunes Store an app pointing to the devel IP and not the production one Omg! (i'm an android dev)2
-
After developing Android apps for 4 years, I just released my first app for iOS 🎉
https://apps.apple.com/us/app/...12 -
i know i sound like a broken record...
but 100$ a year to have the prestigious privilege to develop for iOS, granted by the god emperor Jobs himself....
and no fucking proper output logs during build-time....
100$ a year... professional software...
https://youtube.com/watch/...1 -
I just switched to iOS and it's being an amazing experience.
So great to finally have access to all my files, and personalize my device as much as I want.
And it has no virus so it's all good news.1 -
Just the daily android vs iOS bashing with my gf xD I'll never turn to the light side that is iOS.1
-
I'm freaking out. The snack bar is shown in every non iOS device...
On iOS the error never get caught 😖 and the try/catch won't work too.4 -
Come on devRant! I’m getting really annoyed when clicking on rant that has [read more] at the end since it is a gamble to kill this iOS app you have made. Every ~5th click I get app terminated. Then after I reenter the app, I lost where I was. Thats why I ++ all the rants I have read, even those who don’t deserve it :), so I can scroll quickly and see which are not ++’ed.3
-
What the fuck is even this?!
The empty fucking box in the middle!
I am not even angry now. Just frustrated. I have encountered so many visual bugs in iOS now. This is my first iPhone. Tim Apple doesn’t want retain me.
iOS: A beautiful looking OS that shits at times.8 -
Every FUCKING time iOS releases a version update, I have to update my Xcode, my code to the latest swift, my third party libraries..
Do you feel my pain , Apple?1 -
Anybody here who does mobile development(Android or IOS) (not Windows) without using native languages like Java, Swift or objective-C and is able to get the performance like of those on heavy resource using apps?25
-
TIL: Apps you install on an IOS device for testing purposes with a free account expire after one week. Nice move apple!3
-
ios is such a fucking piece of shit os. it won't let you upgrade it unless you are on wifi, and even if you connect to wifi it will say "iphone will try to install this update later tonight". typing on the ios keyboard is terrible, and feels like i'm in 2011 again. it would have been much more usable if the good parts were not sacrificed to suit appearance and whoever is in charge of ios development didn't think that his way of using the iphone was the only true way of using a phone. i'm so pissed off because of the wifi thing gosh
P.S. i can't imagine someone coming from long time android use and saying "how fucking awesome!"7 -
F*** u apple. From time to time I develop Apps for Android and iOS and boy is the whole iOS app distribution workflow bad.
I try for hours to upload a update for my app.
First I needed the readd my credit card then there were internal server errors and after that I needed to regenerate provisioning profiles.
Everytime I use something from apple, then I experience such a bad user experience. "It just works" not anymore friendo...3 -
I want to get into iOS development in the near future.
Problem is I already have a really powerful Linux laptop which I use for Android dev and I don't want to buy another overpriced macbook.
Are mac mini's worth it? Or are they too weak13 -
Trying to reliably do Xamarin iOS development has sucked almost all the fun out of software development for me over the last four weeks.
Xamarin Android? Minor hiccups but mostly smooth sailing.
Xamarin iOS? 5th level of development Hell.6 -
Programming for iOS is pure pain.
Programming with ionic on a Safari debugger is still worse. It's a crime against humankind.
I regret the IE 6 debugger. Yes, I know what I'm saying -
I wanna start learning mob app development. Which should i choose amongst these and why?
1) React Native
2) Ionic
3) ios native app development.
At the end my focus is to earn more from which ever the tech stack i choose.
Thanks!20 -
Just ranting cause the devRant iOS app keeps crashing randomly when I open rants at times, after crash same rant opens fine.
A lot of “rant” on that sentence.28 -
i hate ios storyboard
its a disaster
its not Version controllable, also its not as good as android xml layouts where you can just copy paste someone else xml to get a view exactly like his
right now I have to clone a git repo, to open it in xcode, just to see how the guy has set up one of his textFields so that I can create a textfield like his3 -
Your company bio says:
"We are a global network of elite, independent software engineers and digital designers"
And then you go ask a native iOS developer if he's interested in an EmberJs role ..... not very fucking elite apparently4 -
I hate iOS so much. Just hit a nasty bug where "optimizer" in browser sometimes randomly replaces a function with a number. Like WTF? Was developing a webpage working on iOS too easy, so they enabled a hard mode where some of your functions may turn on you?1
-
While I’m here,
Do any of you know how I would start learning to develop iOS apps w/o an Apple computer?9 -
Will a brand new MacBook Pro make your day the worst?
Yes! It will if you are an iOS developer who fucks with xCode everyday.
Let me tell you the story of my day with the brand new MacBook Pro.
I wanted to build my application for iOS 13. For that I should have the latest xCode latest version. For the latest xCode version to work I should have the latest OS.
It took a long fucking time for downloading the latest OS dmg file. And for the fuck sake I was not able to install the same as the file vault was being encrypted.
That fucking encryption thing took half a day. And then I installed the OS. Then, I waited for a long time while the pile of shit(xCode) was downloading.
Then I installed xCode too. And now you know what the day ends and it's time to fucking sleep.17 -
What the hell is wrong with the browser on iOS....
For Christ sakes almost no input attributes work. I have a Sign Up feature that validates passwords with a pattern attribute; doesn't work, required attribute; doesn't work, input type number; doesn't work.
What the fuck is wrong with this thing. Even Internet Explorer knows what those attributes means. Absolute joke now i need to implement it manually. Fuck off apple.11 -
Can someone explain me why the size of the Facebook app is more than 350 MB on iOS?
And I'm not counting cache e local data (which are more than 50 MB), but only the app.
Any technical explanations?9 -
@dfox @trogus: feature request: in iOS 10.3, a feature was added where you can customize the app icon on the home screen (see http://theverge.com/2017/3/...). Can DevRant have our avatar as our icon?4
-
Apple Developer webportal(s). My god, how on earth do you manage to make navigating and managing iOS projects so bad.
I mean seriously, for a company that makes some of the best UX experiences, and has the most design focussed thinking in the world, this has to single handedly be the worst god gam experience ever.
I mean, did your xcode IDE team have nothing to do so you let them make this pile of fucking trash.1 -
2 years ago, the first day in Viareggio(Italy):
walked 30min on the beach searching the "free beach", walking with cool bag, umbrella, and backpack in the hot summer sun...
finding the "free beach": drop everything I had and run to the water to cool down...
forget iPhone in my swimming trunks :(
1. five weeks without a phone (really relaxing;))
2. have no iOS device for restoring the backup... because I bought an oneplus 31 -
Sooo many fucking visual and functional glitches in iOS!
Just had my Files app stuck on a file preview. Couldn’t scroll, close or share the file. Closed the app, restarted the app, opened it again with no luck.
Had to offload and reinstate the app to get it working.
Apple is making sure that I go back to Android for my next phone.
To think that such an expensive phone has so many UI/UX glitches is infuriating! I like the overall aesthetics of iOS but these glitches/bugs/whatever-the-fucks are just plain frustrating.2 -
Once again tried to switch from iOS to Android. I love the freedom and all but the problem is that the freedom ends just when you are about to reach perfection.
It's like having amazing sex and just when you are reaching an orgasm, your partner gets a headache and you have to finish by doing everything yourself.
So I'll continue with iOS - doing it in the dark missionary style. Not as exciting, but at least I know what I'm getting and somekind of satisfaction is guaranteed.3 -
I don't want to start any wars in the comments, but what do you devs prefer: iOS or Android?
I'm not saying one is better. I'm just genuinely curious what other devs use. I prefer to use Android because I can do more with my phone.
I'm actually curious what most of you use, so feel free to tag other ranters you know in the comments. I've already commented the few I could come up with off the top of my head.15 -
8 months ago, me and my teammate developed an API and a web application for one of our client. The API was supposed to be consumed by mobile app which another team was working upon. Now my suggestion for the mobile team was to use something like ionic or react-native. This was purely to keep technical debt on lower side since hybrid apps don't deviate too far for both Android and iOS platforms. But mobile team went with the native apps and developed two separate apps which both have some differences.
The client didn't even use the iOS app since past 6 months. Now all of a sudden she reported several bugs and the person managing the mobile devs put that all on us. I tested some of the bugs and seems like the same feature is working on Android but not on iOS.
Came to know later that the iOS developer who was working on the app had resigned and left the company exactly 6 months ago. Right after the apps first launch. And since then mobile team hasn't put any replacement person for the project. That fucker was trying to buy some time by putting it all on us.
And now here I am, experimenting again with Flutter. So far it seems quite decent.3 -
iOS vs android? And why?
I start: iOS cause I'm an iOS dev and I hate how the OS of android works (not saying that iOS is perfect)14 -
The iOS DevRant app is so bad, sometimes it just crashes when I try to open a rant... wth DevRant how can you fuck this up so badly?
I submitted to the bug reporter many times and they don’t do much...7 -
Found a bug on dev iOS devRant app
It happens when you are switching between view controllers using the tab bar9 -
Making a VR app.
It must work with:
- pico VR
- oculus go
- oculus gear
- Android (standard mobile
- iOS
Now, except for iOS they all work with android, which make things way easier.
Now guess where most of the troubles are?
FUCKING IOS, I just fucking believe iOS even inverts the whole fucking textures while using Unity+GVR
WHY THE FUCK DOES IT EVEN HAPPEN?
I have 4 different projects to build 5 different Apps
Fuck my work5 -
Guys, I'm maintaining an iOS project. I've never written any Swift code before or had any experience with this at least. Should I kill me self?6
-
As I'm seriously considering sending the guy I went on a date with recently who subsequently pissed me off the Telugu character, iOS 11.2.6 is released. 😞2
-
As a 17 year old iOS Developer it is hard to find iOS jobs. I found one and 8 months after working here their funding is low and they can’t afford for me to work anymore and are cutting my hours😤11
-
first experience with ios development and ios designer with xamarin.ios..
as an Android guy, I find yhe way apple make building UI too disturbing and not helping dev to do the job more fastly.
but anyway, it's a good opportunity -
Oh the irony! Was checking my app’s crashes on fabric.io iOS app....
And you know what.. Fabric crashed! 🤣 😄 😄 -
iOS notifications stopped working... Certs are good, nothing wss changed regarding notifications, everything works fine on the android side... What do you want from me apple???!!1
-
Why would Apple ever limit iOS developers to the Safari WebKit? They're basically saying no to wonderful things like Electron - and proper surfing, when you think about it...4
-
"Coding and testing of the iOS app will be done tomorrow. Then we need to sign and publish it + pass review so it might be live this time next year"1
-
Is there a good offline C# compiler for iOS? I want to program on the go as I am not by my pc a lot.2
-
Bug for iOS users to explore:
1. Take a photo
2. Edit the photo (crop/rotate)
3. Directly after saving the edited photo, start zoom
4. Zoom to infinity
Been there for years.4 -
I am an Android developer.
I tried once to develop with iOS and I found myselfin a very different environment and logic.
could you suggest a book or videos to learn iOS fastly for Android developers?6 -
How much mind raped are you if you're asked to develop an iOS app completely with material design even after you inform that it's against iOS guidelines?5
-
First feature in US, iOS App Store. It's for a sticker app but I'll take it. Last app on right. "Halloween Costume Stickers - Trick or Treat".
https://itunes.apple.com/developer/...1 -
I honestly thought spending a full vacation away (fifteen days) from a certain platform would make it feel better to use. As If I was overreacting due to fatigue. Maybe that platform is not slow :you are tired.
Back to work, code and design in a satisfactory time, all is well. Except until building. That. Took. Five. Minutes. THIRTY.
Yeah, Xamarin ios still is a raging bullshit. -
Is Yahoo mail client app (ios) showing me one unread email just to lure me into opening the app and clicking on the single email which is actually an ad?2
-
I've always loved to change technologies to work with...I developed Desktop applications, Web applications, android applications...and now I'm working on an IOS app and I have just one message to whoever came up with the brilliant idea of a drag & drop system for views in XCode:
I DO NOT RESPECT YOU AS A HUMAN BEING.
Sincerely,
Me1 -
Ffs. I thought I never had to touch development for ios devices anymore but I was wrong.
The god damn piece of shit hybrid app build in apache cordova works perfectly fine on android but guess what, after signing that pile of crap with xcode it won't work on ios because somehow that retarded os forgets to listen for click events on a simple fucking button which is used to activate the app.
Had to create a virtual machine with osx and wait for xcode to instal, sign that app only to figure out it won't work..
Even after seaching google for 3 FUCKING HOURS there are still no FUCKING RESULTS.
I'm done with the entirety of apple and all their products. -
Anyone elses weekend getting super fucked because of the new iOS update?
I am sitting here late at night working because they just decided to screw with their filesystem because of their ugly new camera...2 -
Just came another iOS app that is an exact replica of its android counterpart! Icons are pixelated...layouts are pathetic..when will people realise that jus replicating apps across iOS and android is the worst thing ever???4
-
Was looking forward to this week, since classes were cancelled, was going to begin working on some iOS projects I’ve been holding back on.
Wake up today, and guess what, classes aren’t cancelled anymore.
Fuck the University.3 -
What the fuck is the philosophy behind ionic and similar retarded frameworks?
To not to learn two or languages/ecosystems ?
You fucking deal with more in those "hybrid" shits: Ionic itself + Cordova + Angular + Android + iOS
I'd rather write the same code twice and just deal with Android + iOS
Are all other ""Hybrid"" and pseudo-native frameworks like this?22 -
I don't have an ios device (and hope I'll never have to :p) but I hear people saying that apps never crash on it.
Is this true? And if so, how is this achieved:
Forcing devs to pay extra attention to this or some system mechanics/structure or...?
Although i think i already saw things crashing somewhere...4 -
Any native iOS devs want to help me finish my app? It's a medical app and I estimate that I'm at least 70% done with it. But I guess since I'm supposed to be posting a rant WHY CAN'T I FIND ANYONE TO HELP ME?!4
-
Is there any way I can develop iOS apps on Windows? I read about VirtualBox and I already use it to run Linux. Any suggestions? Cant get a macbook right now!9
-
!rant
iOS 11 have a vulnerability allowing attacker to bypass your lock screen and brick your phone via prepared “dev profile”. Do not download any utrusted stuff untill official fix ;)7 -
Sucessfully made two hackintoshes in a span of a week. I think I've made my point apple, at least an effort to care about macs Apple. Who the fuck is gonna make the iOS apps that make your money maker useful?
Fuck you Apple,
A avid user5 -
So I'm thinking about programming an app for iOS and Android in C# for my senior project.. but since I lack creativity I can't think of something..
-
Hey guys, how would you rate iOS vs Android for privacy? I read recently that Android pulls up to 10x more data off of your phone (for data mining) than iOS and that overall, iOS is really the mobile OS of choice when privacy and control of your data is a priority.
Anyone have any hard evidence to support this?12 -
We are currently debugging the most ridiculous issue. We have an eForm embedded in a native iOS app, and in the iOS 11 beta, every time we tap a dropdown list it takes 4 taps to dismiss it because it keeps reappearing. The final time it reappears with no data in it. The dropdowns are generated by Safari. We have replaced the Safari native dropdowns with a custom view and now the issue doesn't occur. What the hell Apple? What change did you make to Safari to cause such a random issue in a web view?
-
I've just exported my flutter app using the magic codemagic and they sent me the versions, but the question is how can convert the .app format from the IOS version to .ipa cuz it's not working by directly rename it.
-
Being an old-timer and feeling a pain in my chest when people use Storyboard for iOS. It's the fucking bane of iOS.3
-
Quick question to you guys and gals,
I really want to become an iOS app developer. I know it would be long and painful way to learn Objective-C (some say it looks like alien language compared to C). Swift is rather new, much easier to learn, but I know Objective-C is a must to be considered as true iOS dev.
The question is: is there such a need of iOS developers (I mean UK/Canada/US/Germany)?. I live in Poland and there's not much to do in iOS development (few job offers, everybody is hyped by JS and frameworks changing every year, some offers are often underpayed remote work for foreign clients). I am now 20 years old, still learning at Uni and not having any responsibilities, so I may go someday to UK for a year or two, since the market for iOS devs is more diversed and bigger than in Poland. I know I am complaining (most Poles do that), but I've learned English since I was 4 and it's a pity not to use it as a resource to get a better job offer than in my mother country.
Thanks for all the responses, especially from people working as iOS devs3 -
Recently, Apple rolled out Push Notifications for PWA websites as a beta feature on iOS 16.4 devices. And let me tell you, it's a game-changer! But, when a client asked me to implement push notifications for their iOS users via web and service worker, I knew it wouldn't be a walk in the park.
Why, you ask? Well, their backend code base was written in Plain F*cking Vanilla PHP, which felt like I had time-traveled back to the 1980s! Plus, since the ios web push feature is still in its early stages, there were hardly any resources to guide me through the process of sending push notifications to Apple WebPush API using plain php.
Despite the obstacles, I managed to successfully send notifications to Mozilla and Google Chrome users. But Safari? Not so much. The client needed the task done within 24 hours, but due to delays, it ended up taking me three days to figure out the kinks. In the end, I had to refund the client, but I'm not one to give up easily.
In fact, I've created a public GitHub repo for a Quotes App in Flutter (https://github.com/GiddyNaya/...) that can send PN to iOS users via web. I'm diving down the rabbit hole to figure out how to make it work seamlessly, and I won't stop until I've cracked the code. Wish me luck!15 -
Need to translate my Android app to iOS....why so many restrictions, register this, register that, provision everything. Wanted to learn iOS for a while now...finally going it and hating it( any suggestions for learning iOS for Android developers?3
-
I was new on iOS so they hired a senior guy to lead the project ... I tried to listen to him but when he started to talk about "Gingleton" pattern i just put my headphones back
-
So, what are some useful / important Android and IOS apps for developers which can help them on the go?4
-
I finally almost have enough money to buy myself a MacBook (to get into iOS development) but now I know if I buy one it will be outdated as soon as the ARM processors come out...
So I guess I'll have my trusty Ubuntu laptop for the next year or two2 -
iOS public beta: people download it like a new gm release. « Why this shit are not working... » 🤯
Can’t wait two month more? Stupid users!1 -
I’m tired of Safari browser. After the IOS 11 update it got even worse. Do you know some good iOS browsers? I thought about Firefox or Dolphin. What do you guys think? 🤔9
-
"How can one Xcode point release cause so many problems?!"
Eight years iOS experience. Gets me every time.1 -
Mobile
To the iOs Users:
-Which iPhone do you have?
-Is it Jailbroken?
-Do you want to use the new Electra JB?
-And If Jailbroken: Why and what do you do with it?
-If not: Why?
To the Android Users:
-Which Phone do you have?
-Is it rooted?
-If yes: Why and what do you do with it?
-If not: Why?
And my Answer:
iOs
-iPhone X
-No
-Yes! I want it so badly
-No: Didn‘t think about it when I purchased it..18 -
After 3 days of struggles. I got the google maps in react native ios development.
Lesson learned: Read the given docs twice and do. -
If we want to learn machine learning & artificial intelligence programming for IOS, which is the tools , languages, modules ?2
-
I know it's a bit late from the official launch of iOS 11, but finally I get to have my hands on this. So, let's jump in and explore what's new.11
-
Is that just impression or iPhone takes longer to get slowly (deals better with bigger apps in the long run) when compared to Android?
I'm considering going back to iOS world. Android seems to get slow after less than an year.4 -
I was wondering why devRant could crash under iOS, so i caught the log:
So it's an internal problem in Titanium?1 -
Working on a app to manage git repositories on your ios device. Pretty much of the basic stuff is done. Looking for collaborators and testers who might be interested12
-
Tonic is the most fucked up app on iOS. It just straight up internally dies. As soon as you try scanning the piano it scans it in the wrong plane and doesn’t scan like the picture wants it to. Then it asks you to map the first key of the piano and it moves the key vertically instead of horizontal. If you scan it the other way it does the opposite plane. I just want to try a cool app for my phone and you call your app a functional app. How.
-
Should I apply for jobs (I'm an iOS developer) while attending college? knowing that I already had like 3 months of professional experience working for a company and I could work in holidays completing the full time working hours2
-
Want to start writing swift for iOS, but I'm split between using AppCode and/or Xcode. Any suggestions? :)2
-
All the iOS devs in the house, is it just me or has the latest Xcode beta taken lots of steps back in terms of stability?1
-
I recently started writing blog articles, mainly on iOS and Swift 😁 I would be very happy about feedback!
Here is my latest article:
https://link.medium.com/BUhhoegDo03 -
I'm and Android and iOS developer. This of course means that I can help everyone who asks to write their app idea, seeing as how it's so easy and I don't actually need my day job...SMH1
-
For Apple hardware, including iPhone, iPad, and iPod Touch, iOS app development is the most common way of making mobile applications . The software is written in the Swift programming language or Objective-C and then submitted to the App Store for users to download.
In case you're a mobile application developer, you might have had second thoughts about iOS improvement. Every designer needs a Mac PC— Macs are more costly than their Windows-based partners. Moreover, when you complete your application, it faces a tough quality survey measure before it gets circulated through the App Store.1 -
What do you think took windows out of the mobile phone race leaving just iOS and Android when they have some of the best development tools?7
-
the moment you think you're ready to deliver your responsive web app, then comes iOS safari screwing everything up. #fml3
-
Some iOS APIs are just retarded.
Apple's retarded double negative:
myUIButton.isHidden = fasle
How about just:
myUIButton.isShown = true4 -
Not a rant but just curious to see what mobile OS do all you devs on devRant use?
I recently moved from Android to iOS. Doing so has made me realise how much I loved using Android but due to its inherent stuttery lag, inferior standby time and memory management, I will be staying with iOS for now.
What are your reasons on using the mobile OS that you are using now?7 -
Most of my previous experience is in Java but my current area of focus is iOS apps for healthcare. Patient casenote management system and an electronic form solution for paramedics in ambulances. Im currently using both Java and Swift for my dissertation, an iOS app with a Java backend using Dropwizard for REST. iOS can be good but Im eager to get away from Objective-C. I wouldnt mind going back to java full time or even maybe C# since they are basically the same thing.
-
For an app, to be available in IOS and Android, i need to code it in both languages (Swift and Java)? or there is another way to do it?7
-
Is there any references sheet or books that I can use to start quickly with native iOS development? I'm using Flutter and need to interface with native swift code since there is no plugin that suit my purpose. I only know Android native and never touched any iOS stuff before.6
-
I like iOS human interface design much more than the Android's material design, though I am an Android user. It has some unimportant design components IMO. I feel that the default action bar title is too big. Also that floating action button is weird sometimes. It hides some important portion of the contents in poorly designed apps.
-
Got an emergency update to my iOS app blocked because the iPad screenshot wasn't pretty enough. While I admit the iPad screenshot was crap, it has been there for over 7 months with many updates not being held back until this update
-
I've ran into some problems because I misunderstood iOS `Decodable` protocol. After a while I've compiled some utility classes to transform it into something more expected.
I've written a short post about it here and I don't have any place to share for feedback. So I thought I would post it here.
- - -
Thanks for reading. (I cannot post an URL yet... So I guess I can only attach a screenshot of the title...)2 -
Is there any way to build React-Native iOS app without an Apple machine?
Currently I am on Debian, and Android version of the react-native app is working fine.8 -
What's the best language/IDE to learn Android and iOS development in? I have absolutely no experience but I'm looking for something new to try5
-
Nothing infuriates me more than how Safari on iOS supports less standards than IE6. How can we live in a world of standards with Apple giving us the middle finger.2
-
Recently moved from WebDev to iOS dev and realised how much the web dev community has contributed to open source.
Also,PHP sucks6 -
When you try and compile for iOS using TACO and you get an error message about an android icon file missing *wears the wtf hat*
-
Does anyone know a good termux equivilent for iOS. Or any sandbox terminal that has GCC, vim etc.?8
-
What is the best way to install iOS app for employees in a company?
Disclaimer, I'm no iOS developer.
In 2019 my boss asked if I could make a small iOS app. 3 forms which will have CRUD operations. I did it because I wanted to learn iOS development. The company got an Apple Developer Account and it finished the project within the week. The app can be used only from work's wifi, so if you try to use it outside that network will not work.
The issue is license. When I install the app from my XCode to one of the employees' iPhone, the app will work for 1 year (if I have paid for Developer Account). Also every time I make an update, the employee have to come to me with the iPhone and I have to install it directly.
Yesterday I submitted the app for Testing using TestFlight. The app updates automatically, but today I got notification that the "Submission for testing is rejected", because the tester could not connect with the server.
My question is, How do you install iOS apps for your work employees? I do not want to get Enterprise account because that will cost.5 -
Apple should implement a Team Viewer like system on his iOS devices or allow 3rd party developers to do it, when random relatives call because they don’t know how to do X with their phones/pads I always find quite awkward to guide them by voice since there are a lot of misunderstandings doing that.5
-
Do you know why I like to develop for iOS?
Cause I enjoy the challenge of making shitty hardware run faster.2 -
What's your opinion on using personal devices at work (especially for Android/iOS dev)? Using emulators is never really a practical solution in most cases.2
-
Learnt programming after taking Mark Price IOS developer course! From there I learnt the fundamentals and continued building up my knowledge to where I am today.
-
So I have some android device experience as well as scala with Play framework and someone has asked if I can build them and android and iOS for their business. Mainly information with a few tools for using their companies methodologies. I have never created an iOS app before only Android.
So my question is what should I do, write both natively or do hybrid using PhoneGap or alike (recommendations welcome)3 -
Spend hours trying to activate dev mode on iphone with ios > ios 8 :( PLEASE HELP !!!!
Why apple always remove good features...1 -
I am a beginner in iOS development. Currently, I am on my week 3rd of training in the iOS development and I am glad to admit that it has been a smooth ride to understand iOS concept. I know a bit about Massive View Controllers and how they are much of a headache for this community. So, one fine day I was surfing the web and reading blogs to understand app architectural patterns in iOS. So I just stumbled on this (https://simform.com/mvc-mvp-mvvm-io...). It recommends using MVVM when your team relies on test driven development.
Just wanted to know if anyone can explain to me how MVVM can be used for test-driven development?2 -
been thinking lately about turning my laptop into a hackintosh (for iOS dev obvs.)
any advice?
any reasons why I should opt for a vm?4 -
It fucking infuriates me when any iOS app presents the previous view controller instead of dismissing it when going back.
Please don't mess with my ram. -
Hey iOS devs 👋🏻 have you ever released an app internally without the Apple developer program? 🤔I need an alternative and I hope you can help me please3
-
Any Android / iOS Developers here? Share your apps or list the name of your app which is on play store/ app store?3
-
Are there any services that will compile your apps for iOS? I mean if you don't have an Apple computer yourself. If I use something like react native I could only compile it for android.6
-
Hey is there any iOS dev who can help me with this?
Is there any way to trigger a context menu in UIKit with only tapping the view instead of tap and holding? 🤔 -
September : started programming in xamarin Android. Slow, buggy and undocumented as hell.
October :getting used to Android. Might be nice after all.
November :started programming at ios.
December 2nd:still can't comment on it. Program hasn't finished compiling yet. -
While i am an iPhone user.
Siri you have to catch up to google. I feel iOS itself needs to catch up. Apple where is your innovation -
What difference does Edge for iOS and Android brings when its uses core platform rendering engine. Is it the only UI?1
-
Hello there. Best tips n tricks or hack of Xcode for iOS developers then please share that would be great help.1
-
Unity VS Xcode for beginner noob iOS game development? Is it better for a new programmer to learn Unity or learn the frameworks Apple offers?1
-
I need a cordova ios plugin for uploading files. The plugin "cordova-plugin-file" does not come up to the expectations. Please provide me with a link.
Thanks.1 -
After more 3 years developing for the web I’m considering to learn Swift and Objective-C and then switch to iOS hoping to find a job which involves less multitasking (now I’m split between front-end, back-end, DevOps and other), what’s do you think about a switch like this?3
-
damn ios sucks ass. you seriously don't support any good css. I feel like I have to hack everything since you can't even do zindexes correctly or background-size:cover.1