If you have an iphone and are NOT using Apollo for reddit...you are really missing out. It is 1000000000x better than the stock reddit app. Crazy because its developed and maintained by ONE guy.
Apollo is what every iOS app should aspire to be.
If you have an iphone and are NOT using Apollo for reddit...you are really missing out. It is 1000000000x better than the stock reddit app. Crazy because its developed and maintained by ONE guy.
Yadda yadda yadda.We tracked this down to a codepath in the post composer that checks for URLs in the pasteboard and then suggests a post title based on the text contents of the URL. We do not store or send the pasteboard contents. We removed this code and are releasing the fix on July 14th.
People keep saying things like "I can't see any reason to allow apps to have clipboard access". Well, you need to think harder then.
Apples own apps do things such as reading SMS messages from Apple, to get 2FA codes for logging in, so you don't need to copy and paste that data. Other apps don't have as deep linking capabilities that Apples ones do, but in an attempt to recreate it, they have used clipboards. I have a parcel tracking app - if I copy a tracking number from an email and then open Parcel, it auto-fills the details with the tracking number from the clipboard. So there's one use for it, on one app I have. How many others are doing cool things?
Also I do buy the Tik-Tok anti-spam excuse. Twitter, Facebook and other such apps are absolutely filled the brim with bot. By detecting keystrokes you can work out if it's a bot of a person typing. Bots probably don't type letter by letter - a person does. A person types at inconsistent pacing, whilst a bot would be perfect. A person would use the backspace key for mistakes, etc etc. It's comparing what the person is typing to the clipboard to try and work out if it's a person, and if it's a person, are they just pasting spam messages in constantly.
Don't get me wrong - I'm not saying apps should all have this access to the clipboard. But with just a tiny bit of thought, it's quite easy to see how and why apps are doing this. But the practice should stop and move onto better ways of doing things.
How does this affect Password apps? Does this pose a security risk?
Doesn't 1Password copy the password to the clipboard before filling in the login fields?
Love how they all call it a „bug“ when it’s probably been there since it was launched in the App Store
They're conveniences
If you haven't developed for iOS then it is best to just not talk about it.BS. I haven’t developed on iOS enough to know for sure, but Java
Users have the ability to paste themselves.
It could even be that there are some negative consequences in terms of app experience due to the hysteria
And how do all the Reddit app haters here think Apollo detects content in your clipboard? The stupidity on these boards just never ceases to amaze me.Apollo is what every iOS app should aspire to be.
People keep saying things like "I can't see any reason to allow apps to have clipboard access". Well, you need to think harder then.
I have a parcel tracking app - if I copy a tracking number from an email and then open Parcel, it auto-fills the details with the tracking number from the clipboard. So there's one use for it, on one app I have. How many others are doing cool things?
Can someone explain to me what's happening here.
I mean, from my viewpoint, you can't accidentally program something to keep copying what's in the clipboard.
Code does not write itself, you have to work hard to get anything to work correctly when coding a program.
If you have an iphone and are NOT using Apollo for reddit...you are really missing out. It is 1000000000x better than the stock reddit app. Crazy because its developed and maintained by ONE guy.
And how do all the Reddit app haters here think Apollo detects content in your clipboard? The stupidity on these boards just never ceases to amaze me.
It's really trivial. You start listening on clipboard change notifications (one line of code). When you receive one, you then access the clipboard to check if it contains anything meaningful for your app (another line of code and some regex parsing). In all apps supporting deep-linking, this would typically be a URL that you understand (copied from the desktop, or copied from Safari or somewhere else where direct tapping leads to an undesirable action). This is just a convenience function that is easy to implement.
BS. I haven’t developed on iOS enough to know for sure, but Java, JS, and other languages have listeners for actions such as key presses and touch/mouse inputs. Doing a quick Duck Duck Go search i do see a stack overflow post that seemingly confirms that there is also an option for Swift and Obj-C: https://stackoverflow.com/questions/16016729/how-to-detect-keyboard-key-pressed-in-iphone
There is absolutely no reason for a social media App to track your clipboard. Users have the ability to paste themselves. Devs don’t need it for debugging. Heck, your claimed “bot” prevention can be easily achieved by timeouts, listeners, and content reading on each post pre posting.
They don’t care about you or your privacy.