Tagged Questions
0
votes
0answers
7 views
How To Stop Recording Music by Gracenote SDK in iOS
Currently i'm using "GN_Music_SDK_iOS" SDK in my iPhone App.I just started the recording music by "[GNOperations recognizeMIDStreamFromMic:responseObject config:config];" method, then it is gieving ...
0
votes
0answers
31 views
app crash on ipad but work fine on simulator
app crash on ipad device .Hai ios developers, i am new in ios.
single app developed by me that was working fine on simulator. in starting stage working fine on ipad suddently the app will crash. what ...
0
votes
0answers
26 views
Terminating in response to SpringBoard's termination when switching device
I wanted to change my iPhone app to universal app. I changed the devices n project-summary tab from iPhone to universal. I have four xibs, 3 for type UITableView and one UIView. I created 4 similar ...
2
votes
2answers
209 views
Need to convert iOS 5.0 App to iOS 4.3.3
I am developing my app in iOS 5.0 but i also want to convert it to iOS 4.3.3.
My Problem is that i get no compiler warnings or error when i install my app in iPhone 3GS(iOS 4.3.3). But app crashes ...
0
votes
1answer
11 views
How do I retrieve a image from a rss entry?
I'm currently working on a news app and would really like to add a image to a table row of the image for the news article.
I have managed to parse everything else, it's just I can't parse the image ...
1
vote
1answer
53 views
Xcode4.2 : an error occurred uploading to the itunes store
Hey in trying to submit my app to iTunes. It passes the validation, but when i submit it's showing an error:
an error occurred uploading to the iTunes store
I have tried all possible solutions ...
1
vote
0answers
88 views
Getiing error on Apple LLVM Compiler 3 but no error on 4.1
i created a project on xcode 4.5 with LLVM 4.1, but when i sent it to my friend he gets a lot of errors like declare method errors and other errors, but my project works perfectly om my macbook, of ...
0
votes
0answers
16 views
Trigger audio samples before sample has finished
I'm currently making a drum machine using Xcode 4.2, AVFoundation, ios5.
i can get the drum samples to play and reduced the lag considerably by reducing the bit depth on the samples and converting ...
1
vote
1answer
131 views
Import AdSupport,social,account framework into Xcode 4.2 on Snow Leopard
I am using AddThis sdk for social sharing which internally required to add Adsupport,Social and Account framework.
But I am still using Snow Leopard OS due to older mac mini.
I have xcode 4.2.
I ...
2
votes
2answers
225 views
Xcode 4.2 not detecting Device(ios6)
I trying to connect my device iPAD (iOS 6.0) to the X-code(4.2 with iOS 5.0) but device is not been detecting..I have made all the changes..Device can been seen in the Organizer but not in the ...
0
votes
1answer
59 views
How to scroll the text horizontally and vertically? Objective C
I have UILabel view, i want to move text horizontally RIGHT to LEFT with a fixed duration.I am a newbe plz help! Thanks!
0
votes
1answer
140 views
highly interactive iOS app in html5+jquery or core xcode
I want to design an iOS app, which is highly interactive + animated sliding views.
i have option like:
1) core xCode
2) HTML5 + jquery mobile + CSS
3) phone gap
but im not sure which platform is best ...
1
vote
1answer
136 views
How to add ViewController on top of tabBarViewcontroller using storyborad?
In my application i want to add a viewcontroller with nib on top of tabbarviewcontroller using storyboard.
for eg; when the application launch for first time i want to show that view controller for ...
0
votes
0answers
30 views
how to play video after selecting video name from uipickerview?
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
// do coding for movie
array = [[NSArray ...
0
votes
1answer
150 views
How to request and get a response in XML format from a web server using .PHP address- Objective C [closed]
Basically what I need to do here is to download a XML file from a web server by registering my device (iPAD) which I've already done.
So, I thought of doing it like this :
I request the server to ...