|
|
#11 (permalink) |
|
Senior Member
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) |
|
|
|
#12 (permalink) | |
|
Senior Member
Join Date: Sep 2005
Location: Munich, Germany
Posts: 629
|
Quote:
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) |
|
|
|
#13 (permalink) | |
|
Senior Member
Join Date: Apr 2006
Posts: 1,034
|
Quote:
can't github host the app? seems odd they'd only host source code. i'm frightened and confused. |
|
| (Offline) |
|
|
|
#14 (permalink) |
|
Senior Member
Join Date: Aug 2006
Location: Toronto, Ontario
Posts: 2,823
|
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) |
|
|
|
#15 (permalink) | |
|
Senior Member
Join Date: Mar 2008
Location: Detroitish
Posts: 1,561
|
Quote:
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) |
|
|
|
#19 (permalink) |
|
Senior Member
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) |
|
|
|
#20 (permalink) |
|
Senior Member
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) |
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|