Tagged Questions
Specific to Apple's iPhone and/or iPod touch, but inapplicable to iPad. For questions not dependent on hardware, use the "iOS" tag. Another tag to consider is "cocoa-touch" (but not "cocoa"). Please refrain from questions regarding the iTunes App Store or about iTunes Connect.
0
votes
0answers
3 views
Storekit requestProducts returns empty products array, nothing returned invalid
I am trying to get IAP working with Appcelerator Titanium 3.1. I have all the signing/certificates/provisioning profiles/contracts working. I was getting an invalid product ID, and fixed that issue. ...
0
votes
0answers
6 views
Displaying SELECT tag larger in mobile browser
I'm trying to design a mobile version of a website and the SELECT tag is displaying very tiny on the iPhone. Please see attached screenshot. I'm trying to design it closer to specs that client layed ...
1
vote
0answers
15 views
How to convert from iPAD/iPAD2 layout to iPhone4/iPhone5/iPAD-mini layout
I never used Interface Builder ever in my app, and don't think it is something good to do.
My app was already designed for iPad/iPad2 layout, without ever considering making it work on ...
0
votes
0answers
17 views
Having a store in your mobile app
What are some suggestions for allowing the purchase of merchandise through an app? For instance, a musician wants to be able to sell shirts and other merch to their fans through their personal iPhone ...
0
votes
0answers
13 views
Black screen iOS MPMoviePlayerViewController?
My problem is the following: managing properly the app states.
I have several xibs implementing MPMoviePlayerViewcontroller. The light (that weight around 100kb)looping videos autoplay when the app ...
0
votes
0answers
29 views
How to register your UDID in the Apple developer program
I am a registered Apple developer and I have registered my UDID for access to pre-release software. I just wanted to make sure I registered it right. Could someone double check me and make sure I did ...
1
vote
1answer
24 views
Embed App Store in my app
I see games in the App Store that allow you to download other games. Rather than app switching to the App Store to download the other game, it brings up an embedded App Store within the app itself.
...
0
votes
0answers
16 views
Rotating a view controller in an Objective-C application
I want to "rotate" a view controller by going to another view controller with the exact same objects but with the view controller in another orientation. Is there any way to do this? Thanks.
0
votes
1answer
24 views
How do you change the orientation to landscape only in IOS 6?
Please give me a detailed response. I am very new at programming.
In my MainStoryboard_iPhone.storyboard, I created have a View Controller with some UIImageViews on it. In my attributes inspector of ...
-1
votes
1answer
42 views
Possible to return an object into a completion block?
I work with Core data and I want to call a function for returning an object. This object is completed in this function with AFNetworking into a completion block. I want to know if it's possible to ...
0
votes
0answers
13 views
How to send app update notifications in private app “store”?
I have a webpage which lists the links to .apk files for android applications which users can download. Is there a way to send upgrade notifications to people who have downloaded a certain app and I ...
-1
votes
0answers
14 views
How can i referencing outlets segmented Control in storyboard segue?
I want to find a solution how to referencing outlets segmented Control (Map type "Standard""Satellite""Hybrid") with two view controller.I am using storyboard segue with style Modal and transition ...
1
vote
2answers
61 views
Objective-C Thread Safe Counter
I am trying to keep the network activity indicator under control in a thread-safe way.
Here is the way I am currently doing, but I think there must be a better way to do it. I was looking of using ...
0
votes
1answer
25 views
IPhone Rotation: Making a Donkey Punch Iphone Game
I want to develop an IPhone game that requires the player to hold the IPhone and spin it in huge circles. Basically like Donkey Kong's charge up punch from Super Smash Brothers. How would I go about ...
0
votes
0answers
29 views
UIPageControl images
I have a question
I have a page control in my app.
It has circle images to tell you what page you are on.
How can I change the images from circle to something else?
Thanks.
2
votes
1answer
16 views
Divergent model versions in CoreData
I'm working on a major update of an iOS application. Let's say that we have two branches, develop contains what's currently on the App Store and feature/new_version the one with the major update.
...
0
votes
2answers
38 views
Draw a simple vertical bar in iphone
I wanted to draw a vertical single bar graph. I was trying to do it using DrawRect, but could not able to do so. Can nay one hlep me to knwo if this can be done easily by providing start and end point ...
0
votes
1answer
19 views
UICollectionView in UITableViewCell - touches only received in a portion of view
I'm having an issue receiving touches in UICollectionViews contained within UITableViewCells. The desired effect is a UITableView with n rows of horizontally scrolling UICollectionViews. The view is ...
0
votes
1answer
23 views
Two or more collection view in one single view
I would like to have two or more CollectionView in one single view (UIViewController "delegate/sourcedata").
I have already done one and it works fine, but I would like to have another one in the ...
-1
votes
1answer
27 views
NSObject (NSObject) doesNotRecognizeSelector
I am using Leaves sample code from GitHub to display pdf file when UIButton is pressed in the detailviewcontroller of the collectionviewcontroller.
Difference is that Leaves project is using ...
0
votes
2answers
26 views
Collecting Iphone GPS data
So I know that there are all these plug-ins for apps that use GPS data, but that is not what I am asking...I wrote a Python library that uses GPS data, and I was wondering if the Iphone stores your ...
-5
votes
0answers
21 views
error when installing in iphone 5 showing linker erros,All static library creating problems. But working fine in ipad [closed]
problem when installing in iphone 5 showing linker erros,All static library creating problems. But working fine in ipad
architecture armv7s clang: error: linker command failed with exit code 1 (use ...
0
votes
1answer
16 views
How to share IAPs across an iPad and iPhone app
I've seen this done before with apps that I use, but I was wondering how it would be possible to share IAPs between an iPhone and iPad application. More specifically, I want to make sure that users ...
0
votes
1answer
9 views
AVAudioPlayer or MPMusicPlayerController for playing simentanously & in background
I have the following needs to audio: it needs to be able to play at least 2 local audio files and it need to support playing in the background, so the user can close the app and multitask while the ...
0
votes
0answers
9 views
Game center issue with sending data
I'm working on a iOS multiplayer game which use Game Center.
When users login in Game Center and tap "play now" GC connect 4 players and game starts. The problem is that game is frequently freezing ...
0
votes
1answer
31 views
Why is Class not appearing in blue in Xcode?
I have a class called PlayingCard. I am trying to use it in a class called PlayingCardDeck.
I have imported PlayingCard.h in PlayingCardDeck.h
#import "PlayingCard.h"
@interface PlayingCardDeck : ...
0
votes
1answer
39 views
Is it possible to have different style font when on a selected tab in UISegmentedControl?
I have written this code to set font attributes for UISegmentedControl for normal state and highlighted state but its not working. Please help me point out why.
NSDictionary *attributes = ...
0
votes
1answer
14 views
Getting rid of bullet list decoration in iphone Apple Mail
I am still fighting with newsletter implementation on iPhone (tested with Apple Mail)
The following code works perfectly in Outlook2007. On the iPhone, unfortunately, the bullet list decorations are ...
0
votes
2answers
32 views
Is there a way to know which direction one iPhone is from another?
Presume I have two+ iPhones connected to the same server.
Using the sensors built in the iPhone and any possible calculations based on their information, is there any way to tell which direction one ...
0
votes
1answer
9 views
MPMoviePlayer start video only after buffering half the video file
In my iphone app,I have used MPMoviePlayer.
The video start playing after small part of buffer is over and fastly it becomes buffer again.Thus the video interrupts many times while watching
Is there ...
0
votes
1answer
20 views
detect request from mobile app not from browser in php
Hello guys i know how to detect mobile browser in php but my case is different now. if i am requesting php web service from app using NSURL than php fails to detect that it is mobile request or not . ...
0
votes
3answers
44 views
How can i change UITextview content
I'm fetching datas from my api and trying to write datas to UITextview but when I try this I'm getting error.
These codes are feching datas from api and write them in uitextview:
NSOperationQueue ...
-7
votes
3answers
54 views
Where can I find sample code for make a calendar for iOS and how to use it [closed]
I've a problem (not only one...). My boss wants an app for iPhone that has the calendar at the right of the screen (like a sidebar). In the rest of the page he wants add all the meeting, birthdays and ...
0
votes
0answers
15 views
Controls are not working when view is oriented to landscape in iOS6
I am using Custom alert in my application, when i rotate my view with custom alert to landscape from portrait, the controls which are present in alert like buttons are not working.I have added the ...
-1
votes
1answer
21 views
iPhone Distribution issue [closed]
I am developing an iphone app for an equipment dealer who will distribute the App to a number of sub-dealers. The App is actually a price list type of App where sub-dealers can check the available ...
-5
votes
3answers
54 views
How to add an animation in adding a view?
I have an application in which I had a button on the navigationbar.
When clicking on that I need to add a subview to the self.view.
DemoViewController *demoViewController1 = [[DemoViewController ...
0
votes
0answers
43 views
Scrolling a scrollview hides all unhidden subviews
I have two subviews and two uibuttons nested within a scrollview.
When the buttons are tapped, each of the subviews are unhidden and appear underneath their respected uibutton.
What's weird is ...
0
votes
1answer
24 views
How to add textfields on uicollection view?
i am doing a project ,where i have to show a view like this i tried to use table view ,but i was unable to implement ,after that i have decided to implement this with the help of collection view.but ...
-1
votes
1answer
17 views
MPMoviePlayerController fade out while exit full screen
I am playing a movie in full screen mode using MPMoviePlayerController. I want that when full screen exits, it should exit with a fade out effect. Does anybody know how to achieve this?
Thanks in ...
-2
votes
1answer
13 views
How to display the Binary PDF data received from a web service on iPhone? [closed]
I want to display the Binary PDF data received from web service as PDF in human readable format.
0
votes
2answers
45 views
how to play video on splash after loding default image in iphone?
i want to play video of 4 second in app after default black image is launched what can i do? please help me
my code is below
-(void)viewWillAppear:(BOOL)animated
{
NSString* moviePath = ...
-1
votes
1answer
20 views
HTML Newsletter - Strange line spacing in iOS
I am developing a newsletter template. Works well on Outlook2007 but on iPhone I still have some issues. With the following code I try to create a teaser block which contains an image and a text-block ...
2
votes
0answers
16 views
What the use of Website Push ID and how it differs from the normal APNS?
Hello everyone I have been doing push notifications the usual way. There also I can send push notification via a website via proper scripts. I am reading Website Push ID that you can send push ...
0
votes
0answers
17 views
In Iphone/IOS UIWebView Handle 304 Response?
Server returning 304 Not modified Response. How to let my uiwebview know that handle this 304 response.
0
votes
2answers
24 views
Resize content frame in webView without modifying UIWebView frame?
How the content frame (say for example text) in UIWebView can be modified?
Please check the below image which explains my requirement.
In the above image, the box with yellow border is UIWebView ...
-7
votes
2answers
74 views
What are the drawbacks of using Storyboard [duplicate]
Why are many organisations not using Storyboard for developing iPhone apps?
What are drawbacks of using Storyboard?
-1
votes
1answer
52 views
How to create a calendar like this
I want to create a week based calendar, it should show the days in UITableView as a list. Below is image i have posted to clear the required output. Have gone through google a lot, but doesn't got ...
1
vote
0answers
17 views
iOS MDM Device Information payload results
I'm working over iOS MDM and found some inconsistencies with the response of the DeviceInformation payload. See response below based on test performed on iPhone (iOS 6) and iPad (iOS 5). The response ...
0
votes
1answer
18 views
iOS webview changing session on history navigation
I am currently loading a URL on my iOS app's UIWebView component and POSTing some data at the same time. After progressing through a few pages on the webview, the user has the option of navigating ...
1
vote
3answers
50 views
Is GPS Spoofing possible in iOS sdk?
Is there any way in iOS to spoof the GPS location. I mean to say show user different coordinates not the real one ?
Thanks!
