Page 12 of 12

Re: Did someone say iPhone app?

Posted: Sun Jul 14, 2013 11:17 am
by rimai
Not the timeout. Android doesn't crash. It reports SAX parser error.

Re: Did someone say iPhone app?

Posted: Sun Jul 14, 2013 12:33 pm
by binder
lnevo wrote:It was 450. Now it's 1420.

That was it... no more issues. So not a code problem... whew :)

Curt, can we get the current version submitted now :) Can't wait for my fixes to be in place :D
I am in the process of figuring out how to go about that process plus differentiating between this newer version and the existing version.


Sent from my iPad

Re: Did someone say iPhone app?

Posted: Tue Jul 16, 2013 11:55 am
by Poiromaniax
Well my ios "training" has been out on hold, so I hope someone has managed to fix ios 7 issues :p otherwise the app will be redundant soon enough :( :(

Re: Did someone say iPhone app?

Posted: Tue Jul 16, 2013 12:08 pm
by lnevo
redundant? i think you mean obsolete..

We still have until the fall before iOS 7 is going to be widespread. I'm 100% sure that most of the issues will be resolved when a release candidate comes out for iOS 7. Until then I wouldn't worry too much. My brother is doing the beta for iOS 7 and apparently many apps are broken. Apple won't release it if it breaks a lot of their 1billion apps on the app store...

Re: Did someone say iPhone app?

Posted: Tue Jul 16, 2013 2:41 pm
by Poiromaniax
lnevo wrote:redundant? i think you mean obsolete..

We still have until the fall before iOS 7 is going to be widespread. I'm 100% sure that most of the issues will be resolved when a release candidate comes out for iOS 7. Until then I wouldn't worry too much. My brother is doing the beta for iOS 7 and apparently many apps are broken. Apple won't release it if it breaks a lot of their 1billion apps on the app store...
Lol, yes that's what I meant.

I really really hope so and that Apple aren't just relying on Devs to update their apps with ios 7 compatibility.

I seem to recall something similar with ios 6, a lot of apps would randomly crash until they were updated

Re: Did someone say iPhone app?

Posted: Sat Jul 20, 2013 11:26 am
by iiluisii
What is going on with the iPhone app now it stuck on updating I deleted the app and download it again and same issue.

Re: Did someone say iPhone app?

Posted: Sat Jul 20, 2013 12:29 pm
by lnevo
Did you change the flush size on your wifi module?

Re: Did someone say iPhone app?

Posted: Fri Sep 20, 2013 5:41 pm
by romebaby
Anyone else getting some weirdness in iOS 7? Temp reading works about every other refresh as do the on/off status bars on the outlets.

Re: Did someone say iPhone app?

Posted: Fri Sep 20, 2013 6:32 pm
by lnevo
Yes its broken. No ETA.

Re: Did someone say iPhone app?

Posted: Sat Sep 21, 2013 10:16 am
by binder
Correct. No ETA. I'm looking at the code now and just trying to follow along with it. It's a little confusing to a non-ios programmer. Regardless, when the app is updated, unless wolfador updates it (which is doubtful), the app will be released under a different signature.

Re: Did someone say iPhone app?

Posted: Sat Sep 21, 2013 12:42 pm
by lnevo
Curt just curious if the problem is still present when compiled under Xcode 5? If so... carry on with the troubleshooting...

Re: Did someone say iPhone app?

Posted: Sat Sep 21, 2013 1:05 pm
by binder
lnevo wrote:Curt just curious if the problem is still present when compiled under Xcode 5? If so... carry on with the troubleshooting...
yeah, there's still more problems.
some stuff that it breaks on doesn't make sense to me right now.
label downloading is broken. I think xml parsing for everything is broken.
so im trying to follow through everything and see what i can come up with.

Sent from my Nexus 7

Re: Did someone say iPhone app?

Posted: Tue Oct 15, 2013 7:31 pm
by binder
Ok, just to give everybody a status update on the app...

The existing/current app is confusing and poorly designed (sorry for all that were involved). Things changed with iOS7. Lots of existing libraries and addons were broken and not updated. One specifically that comes to mind is the XML parsing.

Since the app is pretty broken and tough to track down all the problems and follow along, I'm creating a new app specifically for iOS7 and later. It will initially be stripped down to the basics (which isn't much deviated from the existing app). I have updated the internal workings of the app and made it more modular (following along with my android app). I have XML parsing working currently (but not all elements are saved, still have to get that going but I've got the data being pulled down). The way I'm handling it should not break any time in the future unless Apple breaks their own XML parsing utilities.

Once I get the rest of the XML data being saved, I will have to get the first relay box data being displayed, then toggling relays and saving settings. I'm hoping to have this stuff completed by the end of the week and have it submitted to iTunes Store. It will initially be only targeted at the iPhone and run on the iPad in compatibility mode.

I ask that everyone continue to bear with me during this process as iOS programming is new to me and my time is limited. Hopefully things will come through pretty quickly.

Re: Did someone say iPhone app?

Posted: Tue Oct 15, 2013 8:40 pm
by Robert1969
Thanks for the update. Really looking forward to using the app again

Re: Did someone say iPhone app?

Posted: Tue Oct 15, 2013 9:43 pm
by 3rdson
This is very good news! I'm going through withdrawal badly!
Thank you for your efforts, I know it's a lot of work for you.

Re: Did someone say iPhone app?

Posted: Wed Oct 16, 2013 5:39 am
by binder
3rdson wrote:This is very good news! I'm going through withdrawal badly!
Thank you for your efforts, I know it's a lot of work for you.
you're welcome. i know how important the app is on my android phone and it's definitely needed for the iphone.

Re: Did someone say iPhone app?

Posted: Sun Oct 20, 2013 4:26 pm
by binder
I've made some progress but not as much as I would like. I've got the app downloading the status from the controller and displaying any errors (connection, timeouts, parsing, etc). It's only displaying the main status and not the status of the relay boxes (yet). I've got it parsing the data, but not displaying the relay box data (that will require additional things to get the display to work properly and allowing for scrolling).
I have the main app settings stored in the main Settings app for iOS. This will be where you set the host, port and your portal username (this is not currently used, but it is configured).

Here's some pictures of my progress:
Main Screen
Main Screen
iOS Simulator Screen shot Oct 20, 2013 7.06.36 PM.png (723.34 KiB) Viewed 16863 times
Setting Section
Setting Section
iOS Simulator Screen shot Oct 20, 2013 7.07.58 PM.png (69.99 KiB) Viewed 16863 times
Settings
Settings
iOS Simulator Screen shot Oct 20, 2013 7.10.16 PM.png (47.39 KiB) Viewed 16863 times
When I release the app, I will be creating a new thread on here since it is a "new" app (meaning I didn't use any code from the existing app or even look at it closely).
What is everybody's opinion?? Do I release it now with the limited functionality so you can start using it or do you want to wait for me to get the main relay box working first (which I can't give you an eta on this)?

Re: Did someone say iPhone app?

Posted: Sun Oct 20, 2013 4:41 pm
by lnevo
Release early release often! Hehe yes please! Looks awesome!!! Great job!

Re: Did someone say iPhone app?

Posted: Sun Oct 20, 2013 5:00 pm
by rimai
I like it :)

Re: Did someone say iPhone app?

Posted: Sun Oct 20, 2013 7:15 pm
by jjdezek
Release it. It's gotta be better then nothing.

Re: Did someone say iPhone app?

Posted: Mon Oct 21, 2013 6:01 pm
by binder
jjdezek wrote:Release it. It's gotta be better then nothing.
I'm in the process of figuring out how to submit it to the iTunes Store. This part is a little confusing and tricky. Once I get it released to the store and approved, I will create the new thread and post the links to download it.

Re: Did someone say iPhone app?

Posted: Wed Oct 23, 2013 8:42 am
by binder
Just created a new topic about the iPhone app. This is where I will continue on with development and future discussions pertaining to the iOS 7 related app.

http://forum.reefangel.com/viewtopic.php?f=8&t=3962

Re: Did someone say iPhone app?

Posted: Wed Nov 27, 2013 7:35 am
by Graham2212
Thank you very much Curt! Looks great so far!

Re: Did someone say iPhone app?

Posted: Sat Feb 01, 2014 8:58 am
by ecam
Any updates on the full version.

Re: Did someone say iPhone app?

Posted: Fri Mar 28, 2014 6:03 am
by binder