Thanks for responding. Yes, you are correct in understanding my need. Upon further investigation, WiFi has not even been incorporated into the test device I received. A bit of cart before the horse, I believe. I will post an update once I have more information, as a resource for others interested in...
Hello, everyone! I am currently trying to finish a mobile app that has changed scope. Previously the app just communicated via its own WiFi connection to a hosted database. Works perfectly. Now the customer wants me to use the app to set up the initial connection between an external device and the W...
Panos, Thank you for the pointing to the bug. I believe it is a 10.3.1 issue, as I did not experience this problem prior to the iOS upgrade a couple of weeks ago. Additionally, existing builds that were working built with LC9pd6 are crashing at startup. This leads me to believe it's an iOS update is...
I have noticed on 3 projects I am working on that custom fonts which previously worked (pre iOS 10.3) are not working. Can anyone verify this? I am creating standalones with LC 9 dp 6, the same way I always have. While fontNames() returns the custom fonts as installed, they do not display properly. ...
Many thanks to SparkOut and Richard for their help. What I managed to find is this simple (for me) solution. 1) Create the string in Livecode to send to a php page hosted on my server. Example: put urlEncode(field "email") into tEmail put urlEncode(field "password") into tPassword put tEmail & ";" &...
SparkOut, Thank you so much for taking the time to respond. I really do appreciate it. Is it my correct understanding that iOS developers (and Android, for that matter?) have the ability to do this directly in the Xcode IDE (or whatever is being used for Android)? I think I understand your mention o...
Hello, everyone! I have a current project that requires posting of an SHA512 hash of specified data to a particular web service. My question is not how the actual posting is done--I'm fine with that. What I do not know is how to create the SHA512 hash of the data. I read another thread regarding thi...
Greetings to you all, Would it be possible for someone to write out step-by-step how to implement this for a non-programmer. Don't get me wrong, I am not completely new to this, but implementing something like this is beyond me--I do not know where to start, and I have a current project that needs t...
Good morning! I am currently working on an app for both mobile platforms and have run into an issue for which I hope there is a solution. I have the following code in a button: on mouseUp answer "Leave a review on:" with "DealerRater" or "Google+" or "Yelp" or "Cancel" end mouseUp iOS responds as ex...