Post

Replies

Boosts

Views

Activity

Post-reset device accessibility major flaw
If you have a iPhone with a home button, but the home button is broken, and you factory reset the device, the assistive touch accessibility feature will be disabled, and it's quite complicated to turn it back on, because when first powered on after a reset or after choosing "start over" in the setup process, the screen will only give one option, and one option only: "press home button to start". And if home button is broken, you are STUCK. Completely. There is no Siri, no voice control, no voiceover. Nothing! The only workaround we found was that, after restarting the device again after resetting, it would immediately show the languages list, and after choosing a language it showed the countries, and after choosing a country it FINALLY showed the "quick start" page, where on the top right it has the accessibility shortcut button, from where I was able to enable assistivetouch. BUT: if at any point I chose to start the setup over, I would have to wait for the device to restart, show the "press home to start" screen AGAIN, restart it AGAIN myself, so that it would show the languages, then countries, then the accessibility shortcut again. Why not preserve accessibility settings across "start setup over"? And why not show accessibility shortcut on the FIRST page shown to the user, whether when iOS decides to show the Hello screen where the only option is to press home (which is no good if button is broken or if user needs accessibility options), AND whether it shows languages list? Just show that shortcut right away, everywhere, and preserve accessibility settings across "start over" option of setup. Thanks.
1
0
997
Sep ’23
Cannot test iAPs / Create Sandbox account
The whole experience of creating sandbox accounts is broken. First of all, Safari asks if I want to save the chosen password by replacing the current App Store Connect, which makes no sense, as it's not my actual Apple ID. Secondly, attempting to add such an account, sends an email to that account that reads "You have changed your Apple ID email, click here to verify". What!? I don't want to change my Apple ID email. What makes anyone think that? And anyhow, when clicking on that weirdly worded link, it takes me to appleid website, and no matter what password I put (either the one I put in the textbox when creating the tester account, or my real password), it just says "unable to verify". Come on Apple, what is this..? Also: I never heard back from you, regarding the Small Developers Program, or whatever it's called, which would let me pay you 15% for every purchase, instead of 30%.
0
0
478
Feb ’22
Add Ads to iOS app
Hi. I would like to have ads in my apps. I don't know (nor care really) where they are served from. Apple, Google, someone else... As long as: Apple approves of them I can let users get rid of them with an in-app-purchase They are clean for children of any age. Please advise how to go about this. I have no idea where to begin. I strongly hope there is a first-party solution for this, without having to use Google stuff in my apps and such. Thank you.
2
1
6.1k
Feb ’22
iOS 15 Safari extension: replace word example
I'm looking to build a super simple app: an iOS 15 Safari extension, that replaces "word" with "another word" on any website. (I think what I want is called a "content blocker", but I am not sure) I created the (all-new) default project for iOS/macOS Safari extensions, and I am having trouble figuring out where in the project I should plop my JavaScript, which I want to be executed on webpages. Any help is appreciated. https://github.com/DaniSpringer/ohmygd Thanks, Dani @eskimo 👋☺️
0
0
625
Sep ’21
Xcode crashes on app launch
dyld: Symbol not found: _vfork  Referenced from: /Users/dani/Library/Developer/CoreSimulator/Devices/71E4AEC2-1486-40B2-AE9B-CE743E3D0A82/data/Containers/Bundle/Application/CF2583D6-6363-4B2C-ADA8-80A1E694B2B3/ColorFull.app/Frameworks/libclang_rt.tsan_iossim_dynamic.dylib  Expected in: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libSystem.B.dylib dyld: launch, loading dependent libraries DYLD_SHARED_CACHE_DIR=/Users/dani/Library/Developer/CoreSimulator/Caches/dyld/21A5304g/com.apple.CoreSimulator.SimRuntime.iOS-14-5.18E182 DYLD_ROOT_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot DYLD_LIBRARY_PATH=/Users/dani/Library/Developer/Xcode/DerivedData/ColorFull-cxygeqscqoehbndebjcqlvytvubm/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=@executable_path/Frameworks/libclang_rt.tsan_iossim_dynamic.dylib:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libBacktraceRecording.dylib:/Applications/Xcode.app/Contents (lldb)
4
0
1.5k
Aug ’21