Latest Episode
Share This Page

Go Back   Keith and The Girl Forums Keith and The Girl Forums Talk Shite

Talk Shite General discussion

Reply
 
Thread Tools Display Modes
Old 04-07-2009, 03:06 PM   #11 (permalink)
Senior Member
 
yoav's Avatar
 
Join Date: Apr 2006
Posts: 1,034
wait what is all this Prov_Profile_Ad_Hoc.mobileprovision stuff? couldn't you just make an .ipa file to drag into itunes? or put it up in cydia... once installed does it auto update?

why are you using rapidshare?

i think the forums and chat are too much for the phone.
(Offline)   Reply With Quote
Old 04-07-2009, 03:10 PM   #12 (permalink)
Senior Member
 
aptmunich's Avatar
 
Join Date: Sep 2005
Location: Munich, Germany
Posts: 629
Quote:
Originally Posted by yoav View Post
wait what is all this Prov_Profile_Ad_Hoc.mobileprovision stuff? couldn't you just make an .ipa file to drag into itunes? or put it up in cydia... once installed does it auto update?

why are you using rapidshare?

i think the forums and chat are too much for the phone.
For it to be a legal iTunes store app you need to develop it with the SDK. To be able to install it on devices you need a signed provisioning profile.

It's no good making a cydia version that runs for the few that jailbreak but is no use to anyone else.

Plus even cydia apps need to be hosted somewhere...
(Offline)   Reply With Quote
Old 04-07-2009, 03:18 PM   #13 (permalink)
Senior Member
 
yoav's Avatar
 
Join Date: Apr 2006
Posts: 1,034
Quote:
Originally Posted by aptmunich View Post
For it to be a legal iTunes store app you need to develop it with the SDK. To be able to install it on devices you need a signed provisioning profile.

It's no good making a cydia version that runs for the few that jailbreak but is no use to anyone else.

Plus even cydia apps need to be hosted somewhere...
oh.. never developed for iphone.. thought cydia/store apps were packaged the same but submitted to different places.

can't github host the app? seems odd they'd only host source code.

i'm frightened and confused.
(Offline)   Reply With Quote
Old 04-07-2009, 03:33 PM   #14 (permalink)
Senior Member
 
picard102's Avatar
 
Join Date: Aug 2006
Location: Toronto, Ontario
Posts: 2,823
Quote:
Originally Posted by hayroob View Post
If I can't come up with a nice mobile interface, I'm gonna drop that
There are iPhone skins for vB, but that would be something they'd need to install here, rather then the phone. I'd imagine it would be incredibly hard to scrape and then format the data from the forums.
(Offline)   Reply With Quote
Old 04-07-2009, 03:58 PM   #15 (permalink)
Senior Member
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,561
Quote:
Originally Posted by aptmunich View Post
For those of you trying to install the beta: I find using the iPhone configuration utility makes that process much easier:
Apple - Support - iPhone - Enterprise

- I'd ditch forums support for 1.0 - that katg twitter might actually be more practical and easy to do.

- Youtube you might just want to send a youtube:// link to katg in the youtube app - that's what it's there for.

- A mobile version of the store page should be pretty easy for michael and would be a nice addition to the app

- I personally also use the past guests page a lot... is that data accessible?
I think i'm calling it on the forums for 1.0

I like the twitter idea a lot, I'll figure something out for that.

The mobile YouTube interface is pretty good and I can't see any reason to leave the app to play the videos.

I think the store is a good add, I'll do that today, maybe figure out a paypal thing (I need to check the SDK rules on stores in apps)

Past guests may get integrated into the past shows tab
(Offline)   Reply With Quote
Old 04-07-2009, 04:29 PM   #16 (permalink)
Senior Member
 
Join Date: Apr 2006
Location: Germany (American)
Posts: 371
I can't get the install to work...
Attached Images
File Type: jpg katgappfail.jpg (12.3 KB, 240 views)
File Type: jpg katgappfail2.jpg (12.4 KB, 233 views)

Last edited by ryanvc76; 04-07-2009 at 04:42 PM.
(Offline)   Reply With Quote
Old 04-07-2009, 04:49 PM   #17 (permalink)
Senior Member
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,561
Quote:
Originally Posted by ryanvc76 View Post
I can't get the install to work...
I won't be home till 7 but I'll post a new copy to make sure it's good

For now delete the copy you've got and redownload
(Offline)   Reply With Quote
Old 04-07-2009, 05:17 PM   #18 (permalink)
Senior Member
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,561
Quote:
Originally Posted by Sajizzle View Post
Great thanks for this! I'd suggest making sure to integrate the katg.com/feedback page so that it's practical to listen and send in feedback on the same screen.
Feedback will probably replace the live show tab
(Offline)   Reply With Quote
Old 04-07-2009, 07:31 PM   #19 (permalink)
Senior Member
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,561
Brian A and RyanVC should be good to go, just hit the download link.

I think I'm going to stop taking UDID for a couple days, this is eating up to much time when I should be coding. I'll start again once I get some new features tackled.
(Offline)   Reply With Quote
Old 04-07-2009, 08:40 PM   #20 (permalink)
Senior Member
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,561
anybody know anything about html POST requests. I need to generate a POST request to work with voxBack to submit feedback. I could just add a webView for feedback, but it looks like balls, so I'm hoping that I can use native textFields to input the text and then generate a post request to replace the default voxBack form.

generic code for html POST in obj-c:
NSString *myRequestString = @"&myVariable1=Hello%20World&myVariable2=Ohai2u ";
NSData *myRequestData = [ NSData dataWithBytes: [ myRequestString UTF8String ] length: [ myRequestString length ] ]
NSMutableURLRequest *request = [ [ NSMutableURLRequest alloc ] initWithURL: [ NSURL URLWithString: @"http://www.google.com/" ] ];
[ request setHTTPMethod: @"POST" ];
[ request setHTTPBody: myRequestData ];

NSData *returnData = [ NSURLConnection sendSynchronousRequest: request returningResponse: nil error: nil ];

This will send the POST request: http://www.google.com/&myVariable1=H...riable2=Ohai2u and place any data that comes back int the NSData object returnData

voxBack form:
Feedback
__________________


If you like the KATG app feel free to kick in some bucks (or don't)
KATGIPHONE Donation




Last edited by hayroob; 04-07-2009 at 08:42 PM.
(Offline)   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -5. The time now is 08:48 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Keith and The Girl
iPhone news and app directory