Post not yet marked as solved
I have a service I use that employs a calendar from appointment.com.
in each day of the calendar the word "schedule" is there either in blue (available) or grey (unavailable).
I've tried a tab refresh to watch the page, but refresh goes back to the main login page and not the calendar.
So, i thought a script that monitors that month's calendar to see when a)the word "schedule" appears, and b)lets me know when it is also "blue". I believe i have the two proper color hex codes for the blue and grey too.
Is this something that can be done in Automator? I've made automated processes that run through different menu links on sites before (to save clicks and such).
I've just never had it monitor for a word to pop up and check it's color.
Thoughts?
Thanks in advance.
Post not yet marked as solved
Pushing builds to TestFlight is not an issue, but I am confused about getting new builds attached to the current version of the app on the App Store.
Can someone point to documentation to get the app updated?
Would I be correct to state the app version needs to be changed (for example: 1.0 to 1.1) to incorporate the new build?
The documentation I see seems to focus on getting the app pushed the first time, and I can't find an area that discusses updates.
Any guidance would be really helpful.
thanks.
Post not yet marked as solved
I was (possibly incorrectly) told I have to move up to 11.7 and 12 (the betas) when I upgraded my iOS to 13.6.1.
I'd like to go back to the lowest version that would allow this as I think there were some issues with stack views that several of us have been unable to troublshoot.
Is there documentation on Xcode that discusses compatibility?
Post not yet marked as solved
Greetings,
I'm working on a product to be offered to a company. It's nearly company specific, meaning it will have little utility elsewhere.
The company has approximately 13,000 employees that would have access to the app (on their company-issues iPads).
Can anyone provide some guidance or link to literature that discusses who licensing for use is done this way--how it's also priced this way?
My initial thoughts were a one-time fee for unlimited installations as well as an option to license it in groups of 15,000 (if possible) in the event they grow and exceed that 13,000 by a large amount.
New territory for me. I appreciate the patience. Searching the archives now.
Post not yet marked as solved
Each and every time I find a post about this everyone instantly runs to explain how to show the default or the highlighted.
Is there really no way to have a button toggle between two images once you've pressed and removed said finger?
If it's done in the attributes pane I can't find the combination.
Every time I find code to try it's got syntactical problems that don't seem to be current with Xcode 11.5/Swift
The state of the image will dictate some other things (i.e., a setting).
Need I just make a transparent button that sits atop an image view and make the changes that way?
I'm taking two online courses (iOS/Swift and a swift-only) and the response times to questions is slower than Congress.
Thanks for taking a moment.
Post not yet marked as solved
I can get the iPhone 8 simulator just fine, and I can test on my iPhone 8.
However, I cannot get the iPhone 8 from the list of choices.
I set the target development to
Catalina 10.15.5.
Xcode: 11.5
iOS (on my phone 13.3.1)
The only things that appear are:
iPad Pro 12.9 (3rd gen)
iPad Pro 11
iPad pro 12.9
iPad Pro 10.5
iPad 10.2 7th gen
iPad 9.7
iPhone 11 Pro max
iPhone 11
iPhone 11 pro
iPhone 8 plus
iPhone SE 2nd
iPhone SE 1st
iPhone 42
I'm running Xcode 10.2. I am just trying to test a project on an iPhone 8. I can't get a simulator up and running so I tried putting it to my phone.
Getting OSStatus error -2147416032.
It's been a while since I've tooled with Xcode, but in the past I was able to simulate fine and use my phone. I'm sure I am not up to speed, but I'm not finding good guidance to read.