Hello,
I am finishing an app for my client.
He wants to submit it to Apple himself.
What must I do ?
Should I give him the app unsigned ?
Should I ask him a provisioning profile ?
Should I be added to his team and to his Distribution Profile ?
Thanks a lot for your help ?
Thierry
...
Hi,
I'm trying to build a PHP webservice for an iPhone project I'm developing. I need to be able to send an image (picture) to the webservice, where I'll then store this in a database. I also need to write a service that will, of course, return this data when requested.
I'm not sure where to start though. I've 'googled' for how I can b...
Hello,
I'm looking for good iPhone SDK tutorials in terms of using Interface Builder to set up views (like using the Navigation Controller or Tab Bar Controller). I can't seem to set one up correctly and add it as a sub view for the main app window to display. I always get a blank screen and I've yet to find something that helps me.
An...
have any example or code can show how to embedded a UINavigationController within tabBarController,typically we develop application is from UINavigationController rather than tabBarController,so i am so confuse now can help
...
I just started using Instruments and its Leak detection feature. I was monitoring my code and I noticed there is a leak when I call the method:
AudioServicesCreateSystemSoundID
I am basically using the SoundEffect.m file from the Metronome sample code. I am using a soundfile that was originally a .wav and I converted it using Itunes to...
Duplicate:
can i use highlighted the table view cell without default blue color in objective c?
How can I change the default blue color when selecting the row of UITable?
...
I have a reference app and some of the webviews I use have web links. The web links are supplements to content in the webviews. I currently open web links in the app (inside the webview). I have a few web links that can take a while to load on 2G Edge. Would providing a table at the bottom of the webview listing approx download times o...
I want to doing a project where i need to connect to iphone music library. When my application is start music file is add my application and play when i want.
...
I have a line like:
-Image- This is simply a test
-Image- but I want to know how
to separate the two lines. What
to do here?
The best way I could figure to implement on the iPhone is:
UIImageView UILabel1
UILabel1
UILabel2
If there's an easier way to do this with the UI elements - i'm all ears. Otherwise, I'm...
hi,everybody:
i have a gdi engine that result in the standard bmp bits stream ,and now i wanna to display it by the CG in iphone , i use it like this:
// size -> image size
// rect -> current view rect
// pBits -> the BITMAPINFO image bits stream
long imgSizePerRow = ((long)(24 * size.width + 31) / 32) * 4;
CGDataProviderRef provid...
I am just looking into development for the iPhone and I was wondering if it is possible to trigger an action at a certain time?
Based on what I have read it does not seem like this is currently not an option because there are no background processes allowed. Is this true? If so do you guys/gals have any ideas on alternatives?
Thanks
...
At iTunes, some iPhone Applications have their own background image screens.. like Sim City
I'm not talking about "primary screenshot / additional screenshots" or "Large 512x512 icon"
I'm talking about the big eye-candy title screen that some famous iPhone App got inside the iTunes Store screen.. like "Let's GOLF" .. "Sim City" etc.
H...
To customize the visual look of a UISlider you can set the thumb and track images. Part of the track images gets stretched to the appropriate with. From the documentation:
A stretchable region sits between two
end cap regions. The end caps define
the portions of the image that remain
as is and are not stretched. The
stretchab...
Some mobile web sites such as the BBC mobile website stop you zooming in on the main home page on an iPhone - how is this acheived. Is there a directive that has to be included in the HTMl code or something ?
...
Hi,
Can someone please explain why the following code causes my app to bomb?
NSData *myImage = UIImagePNGRepresentation(imageView.image);
:
[myImage release];
If I comment out the 'release' line, the app runs... but a few times calling the function containing this code and I get a crash - I guess caused by a memory leak.
Even if I...
I want to know the serial number of my iPhone using my application. I have writen code below.
- (NSString*)getSerialNumber
{
CFTypeRef serialNumberAsCFString;
io_service_t platformExpert = IOServiceGetMatchingService(kIOMasterPortDefault, IOServiceMatching("IOPlatformExpertDevice"));
if (platformExpert)
{
serialNumberAsCFStr...
I have a line of code that is cause a "EXC_BAD_ACCESS" error. The line of code is as follows (formatted into one line and nested code removed for ease of reading).
if (![sendData isEqualToString:@"-"]){ ... }
The actual error occurs on the IF line. the odd thing is that if I put a breakpoint on that line, the NSString called sendData ...
I have a UITabBarController, and each tab handles a different UIViewController that pushes on the stack new controllers as needed. In two of these tabs I need, when a specific controller is reached, the ability to rotate the iPhone and visualize a view in landscape mode. After struggling a lot I have found that it is mandatory subclassin...
In the various smartphone APIs/SDKs, I was wondering if it is possible to prompt a user if they'd like to log a phone call after they hang up. The most basic functionality would be after calling out or receiving a call, the phone would ask
Do you want to log the call to|from 555-555-5555?
Yes | No | Never this number
(then it might tak...
Hello,
I am building an application based on a single table with a column with text. Occassionally, an adjacent column will have an image. Is it better to store this image as a BLOB in SQLITE or should I store them on the file system and reference them from my programs.
Thanks!
...