Pages

Saturday, November 16, 2013

how can I change the binary of live App from universal app to ipad only?

I need to change the current live App from universal to ipad only as the wrong binary was uploaded in the first instance how can I change this?View the original article h...

Xcode updater's blues

I recently started teaching myself C++, with Xcode.  I'm pretty new to programming, but everything was going great, until I updated Xcode from v3.2.6 to v5.0.2.  Now I am completely baffled by this new interface.  All the menus are different, and I cannot for the life of me get my programs to run!  It just keeps saying "Build Succeeded" and then nothing happens.  On Xcode 3, all I had to do was hit cmd-return and my programs would run.  Now, nothing. Please help me get my programs to run again!  Thanks.View...

D&B information was not accepted.

I've tried enrolling into Apple Developer Program but it says my D&B information was not accepted. Can anybody guide me through the process? Thank you!View the original article h...

Getting stuck at - Authenticating with the iTunes Store

I am trying to upload new version of my app. It validated successfully and then we tried to publish through Xcode Organiser. But it took ages and finally we had to cancel after 1 hour. Its a small app less then 1 MB. Next we tried to upload using Application Loader and found the same problem, but it displayed "Authenticating with the iTunes Store" and was stuck there forever. Did not return any error, but did not upload as well. Please someone help me, its really urgent.View the original article h...

How can i add a progress bar to my UIwebview

i have a page in my application where i have a UIWebview what i want to do is have a progress bar somewhere on the screen to indicate the loading status on the page.View the original article h...

How can I programmatically get the Bluetooth address of an iPhone

I want to  determine the Bluetooth MAC address for an iPhone or iPad from within an app on said device. But I didn't find any API that will return the Bluetooth Address or name . View the original article h...

Launch images for landscape app iOS7 and iOS6

I am developing an Universal landscape app for iOS 6 and 7 (using Xcode 5).I added all launch images in Images.xcassets. When i launch app on device with iOS6, I can see my launch image, but on device with iOS7 I see just black screen.Can you help me with this problem?View the original article h...

Xcode not detecting ipad

Hi, I am able to develop applications for iphone...but when i connect the ipad(real device) to Mac means Xcode is not detecting.Can any one tel me how to solve this problem...and why i am getting this problem...        Thank U..:)View the original article h...

Generating of Provisioning Profiles down?

I've tried adding devices to an newly created provisioning profile for development several times now and it keeps hanging in the last step. The page just shows me the page spinner / loader and does nothing. Also i've tried this with different browsers and different accounts. Who else is experiencing this aswell?  Best, SidneyView the original article h...

timestamp.apple.com down?

Today it seems timestamp.apple.com is down, tried pinging and nothing so i cannot build or install any apple based software. Anyone know of an alternative timestamp server compatible with apple timestamping?View the original article h...

Sunday, October 13, 2013

dashcode doesnt recognise ftp deployment destination

I have set up an ftp destination to deploy my project on the server. however when i try to deploy, the systems hangs and it looks as though dashcode is trying to deploy the project on my hard disk. I got a friend to try top deploy to the same destination on his mac and it worked. I am running dashcode v3.05 on a macbook pro running osx 10.8.4View the original article h...

mctube application developer!!!

Dear sir,I have purchased mctube application from appstore to removed the ads. After a while, the mctube has been removed from the app store then the developer cheats with creating same application but with different name! Is this acceptable?  Regards,View the original article h...

Property 'frame' not found on object of type 'ad'

I am trying to move a button in Xcode, but I am getting an error. Ad is the name of my button. Here is my code  CGRect frame = ad.frame;                     //Property 'frame' not found on object of type 'ad'    frame.origin.x = 129;     frame.origin.y = 401;     ad.frame = frame;                        ...

Bug Reports: What Devs Need To Know

As always, for betas or releases, registered devs should feel free to use Report a Bug for any fixes, samples, doc additions, feature requests or enhancements you'd like to see as well. Provide detailed information for the issue, including the system and developer tools version information, and any relevant crash logs or console messages. Be prepared to submit a sample project that demonstrates the issue(s). • Each top level issue deserves a unique report. • Posting in the Developer Forums is not reporting. Apple does not read those comments...

Is there a way to hide the source code in an Xcode app?

Whenever I export an Applescript app from Xcode, in the resources folder, there is the unprotected source code. Someone else has changed the source code a bit and has begun distributing my app as his own. Is there anyway to compile or encrypt this code on export?View the original article h...

access photoshop from external program

Hi, I need to control Photoshop from a program written in Cocoa and I am sure there must be some interface for this. In Windows there was something like that for accessing functionality provided by binary applications - it was called OLE and COM. I can't imagine not having this in OS X (it is so good). Thanks,JuanView the original article h...

Every time I try to access iTunes Connect, I got this error: Apple ID does not have permission to access iTunes Connect.

I had register at iOS developer program. But every time I try to access iTunes connect, I got this error: Apple ID does not have permission to access iTunes Connect.View the original article h...

Developing Java in Xcode

In a better world, no one would have to use Java anymore. Sadly there are still university programs where people are expected to use Java. Rather than cast people into the world of Eclipse, here are instructions on how to get Xcode building Java. These instructions are current as of Xcode 4.6.2. You will need to download a JDK from somewhere. This is a basic environment meant only for writing simple school programs. It has no debugger. Replace with whatever you want to name your project. Your main project file, main project class, and Xcode...

I have processed the unlocking of iphone from the carrier but i'm still waiting for the itunes sync to activate .

The carrier has said it would take 48 hrs but i have now gone past that any help would be greatful?View the original article h...

How do I set up an e meil accont? be specific on what information to place where?

How do I set up an e meil accont? be specific on what information to place where?View the original article h...

Is there a way to get imei number of device using objective c?

I did some searching with Google, and found this thread on Stack Overflow that describes how to do it:How to get IMEI on iPhone? - Stack OverflowThat thread, in turn, points you to Erica Sadun's site. She's a well-regarded iOS developer and author on iPhone development.It sounds like it is possible, but only by using a private framework. Thus you can do it, but if you try to submit an app to the store that uses a private framework it will be rejected.So, for your own private use it's possible.Is there an officially supported way to get imei?View...

How can i get Representation of Apple co. ?

Hello Sir I am Hamed Akbari and I am living in Glendale,CA. I am from Iran. I noticed that Apple has removed sanctions on Iran So I want to know How can i  give apple representation or Apple store in Iran?please help me Thank'ssincerely Hamed Aknari ArdestaniView the original article h...

Re: Is there a way to hide the source code in an Xcode app?

In your project's build settings there is an OSACompile - Build Options section where you can select the option to Save as Execute-Only.  The run-only script isn't encrypted, but I haven't heard of anyone taking the time to decompile one.  Note that even though the script is no longer easily readable, text strings and variable/method names can still be seen.View the original article h...

Re: How can i get Representation of Apple co. ?

We are users. This is not Apple speaking here. Apple does not solicit such information.View the original article h...

I have processed the unlocking of iphone from the carrier but i'm still waiting for the itunes sync to activate .

The carrier has said it would take 48 hrs but i have now gone past that any help would be greatful?View the original article h...

Xcode Versions ~ #iOS - As of 9.18.13

? 9.18.2013: Xcode 5 is the latest general release for Mountain Lion [specs]:Build #: 5A1413Includes SDKs for OS X 10.8 Mountain Lion and iOS 7 (see note below)LLVM compiler builds 64-bit apps for iOS 7Requires 10.8.4 and upAvailable via the Mac App Store* 1.96 GB Warning: Using the store to install Xcode 5 _will_ remove Xcode 4.6.3, so if you still want to have that version around, copy it to another drive, rename it 'Xcode4.6.3' and unmount that HD (optional) so the installer will ignore it, or if it's too late and 4.6.3 is gone, download...

How To Change Your Apple ID/Password

Go to https://appleid.apple.com/ and select "Manage your Apple ID". Log in with your Apple ID and password, then select Password and Security from the left column.  Your Apple ID password is used for most everything Apple-related, including your Developer Account, iTunes, the App Store, and this site. An iBook account requires an additional/different login. If you want to change logins for Team Members you can do so via iTunes Connect*. Passwords are case-sensitive. At least one character must be upper case. At some point Apple...

How do I set up an e meil accont? be specific on what information to place where?

How do I set up an e meil accont? be specific on what information to place where?View the original article h...

Is there a way to get imei number of device using objective c?

I did some searching with Google, and found this thread on Stack Overflow that describes how to do it:How to get IMEI on iPhone? - Stack OverflowThat thread, in turn, points you to Erica Sadun's site. She's a well-regarded iOS developer and author on iPhone development.It sounds like it is possible, but only by using a private framework. Thus you can do it, but if you try to submit an app to the store that uses a private framework it will be rejected.So, for your own private use it's possible.Is there an officially supported way to get imei?View...

Is there a way to hide the source code in an Xcode app?

Whenever I export an Applescript app from Xcode, in the resources folder, there is the unprotected source code. Someone else has changed the source code a bit and has begun distributing my app as his own. Is there anyway to compile or encrypt this code on export?View the original article h...

dashcode doesnt recognise ftp deployment destination

I have set up an ftp destination to deploy my project on the server. however when i try to deploy, the systems hangs and it looks as though dashcode is trying to deploy the project on my hard disk. I got a friend to try top deploy to the same destination on his mac and it worked. I am running dashcode v3.05 on a macbook pro running osx 10.8.4View the original article h...

Tuesday, September 17, 2013

Can I have bonjour over the internet

Can I have bonjour over the internet, I mean can i connect devices across the internet instead of intranet..??View the original article h...

Dev iOS programme

Hi, today i enrolled on the iOS dev program. What are the expected timescales for it to become active? Thanks in advanceView the original article h...

Strange behaviour iPhone 4 Safari

While testing my website's mobile version on several devices, I noticed a very strange behaviour.I have a scrollable content div with overflow: auto, and this works properly on all tested devices, except iPhone 4 on Safari. Other browsers and devices display it correctly, even iPhone 5 Safari.On iPhone 4 Safari, when you scroll to the end of the content, a lot of extra whitespace appears at the bottom (looks like 100-200% extra height) and the text disappears when scrolling. This doesn't happen on any other devices in Safari, nor does it happen...

Re: Can I have bonjour over the internet

I was under the assumption it was. Until I tried it (Snow Leopard Server) and my iPhone didn't see any services being offered by the computers on the VPN connection. So I looked in the Support Forums. Looks like it's not something in my config: RE: Bonjour over VPN ? Re: 10.4 Server VPN ConfigView the original article h...

Search API Causing Timeout

Hi there, I'm not sure if this is a problem occuring with anyone else, but since the recent change of the affiliates program, we have come across a few issues that points towards what I believe to be the Search API. When we query the search API between 8AM (PST) until around 12PM (PST), any page which runs a query through the Search API takes a very long time to load and then causes the page to timeout. Even when I type in the query URL directly (http://itunes.apple.com/lookup?id=xxx), it takes quite awhile to load the output page too....

IAP Sandbox error: payment info verification required

I am testing my app against IAP sandbox, but it suddenly started asking for payment info verification. (I'm running this on simulator) Eroror message: Verification Required Before you can make purchases, you must tap Continue to verify your payment info.[Environment: Sandbox] --- I was successfully using this test account to test IAP until a few days ago.Is anyone seeing the same problem?View the original article h...

How long to active my developer account?

I bought developer account iOS, but i just want to know, how long to active my developer account?View the original article h...

Re: IAP Sandbox error: payment info verification required

Same happened to me yesterday. No way to make it work again.It was the third night I went frustrated to bed. :-(View the original article h...

Dev iOS programme

Hi, today i enrolled on the iOS dev program. What are the expected timescales for it to become active? Thanks in advanceView the original article h...

Monday, September 16, 2013

Re: Strange behaviour iPhone 4 Safari

In case anyone else is having the same issue, you can find a solution here:http://stackoverflow.com/questions/18489909/strange-horizontal-whitespace-on-iph one-4-safariView the original article h...

Cant sign up for apple ios developer programme?

It won't met me sign up to the apple ios development programme...  On the first step "Enter Account Info"  It tells me to enter my name and billing address, I have done that but when I click "continue"  It gives me the error: "Please fill out all required information" View the original article h...

iOS developer program enrollment pending

Hi,we have submitted our enrollment request for 3 weeks and the status is still Your enrollment is being processed. We are enrolling as a company.Can anyone tell me when this will be fixed?I've called Apple and they told me the database sync between D&B is still unavailable.If anyone recently got the approval for company enrollment, please let me know.I want to know if they are lying. thxethanView the original article h...

in-app vs 3rd party service purchases for call center

Dear Support  I am creating a service that gives an opportunity for a user to have audio / video consultation with a specialist sitting in my real-world call-center. My service has a web interface as well with the same functionality as the mobile app.  To be able to get a consultation user should buy "consultations" from either mobile app or website. Consultations purchased from web should be available in application for the same user and vice versa. So basically mobile application is just an extension of my business. Could you please...

iAd 1.150 requests but just 2 impressions

My app has 1150 requests but only 2 impressions. Is this normal? Maybe because the version of the app with iAd enabled has been approved just today? But the iAd report in iTunes Connect shows correctly statistics and shows me 2 impressions. I really don't know how to do! Any suggestions?View the original article h...

bash script

I have a nicely working bash script, and want to change the default setting so that it will run on a double-click, but don't know the proper "open by" name. Please?View the original article h...

Re: Dev iOS programme

It can typically take one week if you are inside the US - two outside. Apple has been having trouble with activations lately, so if it takes longer (watch your email), best to contact them directly.View the original article h...

bash script

I have a nicely working bash script, and want to change the default setting so that it will run on a double-click, but don't know the proper "open by" name. Please?View the original article h...

How to Convert ARC XCode Project into Non-ARC ?

hi........Every one. In my XCode i am enabling ARC & set flag    -fno obj arcit takes 20mb more than  using with NonArc XCode project . Now i want convert MyProject ARC into NON-ARC mode. is it possible?if YES ,then please guide me Thank you in advance:)SrikanthView the original article h...

Re: Xcode

I don't think I was very clear in my last post. What I'm trying to do is create a tool that read user input from the command line (i.e. Terminal) and open only specified apps depending on user input. If you know a bash command like "read >> theVariable" or something like that, that would also help, but I don't know of the possibility of creating if conditions in a shell script. That is why I decided to create an app for it. So in C++ code it would read user input other the prompt "Do you want to open Mail?" and if the user input equals "y"...

If I have an good idea that someone will take as a part of there brand. Who do I contact them?SAFER

Hey. My name is Reidar Johnsen.And think I have a good idea for apple products, theproducts that will make this fully self-contained.(ipad, ipod, iphone tablets and so on. + +Will help to help many people.And apple brand will expand furter than the group it is today.Then afterwards, you can sit back and injoy yourself.Think that now is the apple safe from getting bankruped the next few years.  MVH Reidar Johnsen.  View the original article h...

Xcode

Hi all,I just started using Xcode, so these questions will seem very easy and "newbie-ish" to many. Obj-C:I'm not sure which text field I need to fill in to give a certain NSButton or other object a name so I can access in the actual code (please don't give me the usual "check the documentation" because the reason I'm posting this is to get a straightforward answer that very often only humans can provide). Also, what method do I need to use to listen for "action events" as they are called in Java on an NSButton (i.e. how to I make a method...

Xcode Versions ~ #iOS - As of 6.13.13

? 6.13.2013: Xcode 4.6.3 is the latest general release for Mountain Lion [specs]:Build #: 4H1503“Xcode 4.6.3” is a maintenance release (simulator fix) responding to reported developer issues and Apple QA testing.Includes iOS SDK: iOS 6.1Includes Mac SDK: Mac OS X 10.8Requires 10.7.4 and upAvailable via the Mac App Store*Includes the ability for Delta updates from the storeiPhone 5 support (4-inch launch image & armv7s) requires minimum Xcode 4.5.xiPhone 5 and retina support are mandated as of 5.1.2013.For iOS 6.1.4/iPhone 5 support, simply...

xcode lunch error

hello .. I have got this error when I lunched the xcode on my MAC OS 10.8.2 and I have do all search to fix it but nothing help .. so who can help Please ... the error is Process:     Xcode [2975]Path:        /Applications/Xcode.app/Contents/MacOS/XcodeIdentifier:  com.apple.dt.XcodeVersion:     4.5 (1839)Build Info:  IDEApplication-1839000000000000~3App Item ID: 497799835App External ID: 10747437Code Type:   X86-64 (Native)Parent Process: ...