IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label problem. Show all posts
Showing posts with label problem. Show all posts

Monday, April 28, 2014

Problem changing AppleID Name

Hello,

I am having problems changing my AppleID name. On Apple ID summary, it shows my moms name. Before I was 18 the billing information was under her name. Now I have changed it to my information. When I go to "Account Details" it shows my information, but when I go back to Apple ID summary, it still showers her name. How do i fix this or who can I talk to, to get this changed?

 

thanks


View the original article here

How to contact apple to a back problem on IOS?

Hello,
How to contact apple to a back problem on IOS?
The problem is the following: since update 7 IOS iPhone turns off at 20%, while before he died at 5%.
Thank you in advance
Automatic translation.


View the original article here

Wednesday, March 5, 2014

Problem in UI when orientation is landscape in ios 7.0.4

There is a problem in Control Center AirDrop UI when we use landscape orientation in iOS 7.0.4


View the original article here

Tuesday, March 4, 2014

Re: Problem when transfer app to another developer account - Unable to process request

Just found out you can transfer app, the problem is resolved, hee hee.


View the original article here

Re: Problem when transfer app to another developer account - Unable to process request

Just found out you can transfer app, the problem is resolved, hee hee.


View the original article here

Re: Problem when transfer app to another developer account - Unable to process request

Just found out you can transfer app, the problem is resolved, hee hee.


View the original article here

Monday, March 3, 2014

Re: Problem when transfer app to another developer account - Unable to process request

Just found out you can transfer app, the problem is resolved, hee hee.


View the original article here

Re: Problem when transfer app to another developer account - Unable to process request

Just found out you can transfer app, the problem is resolved, hee hee.


View the original article here

Re: Problem when transfer app to another developer account - Unable to process request

Just found out you can transfer app, the problem is resolved, hee hee.


View the original article here

Saturday, January 18, 2014

How to contact apple to a back problem on IOS?

Hello,
How to contact apple to a back problem on IOS?
The problem is the following: since update 7 IOS iPhone turns off at 20%, while before he died at 5%.
Thank you in advance
Automatic translation.


View the original article here

Saturday, August 17, 2013

ios 7 activation problem

Hey Guys,

 

 

I have purchased the developer license for ios7 and trying to activate my account, and i heard that there are people who have been waiting for the activation more than 48+ hours , plrease tell me when it's expected to fix the activation issue.

 

Thanks


View the original article here

Re: ios 7 activation problem

If you purchased a dev account, why are you posting here?

Discussion of beta software is restricted to the forums dedicated to them.


View the original article here

OS X problem

I am using XCode for developing apps, but I can't chenge .php ext to default->XCode.
How can I change it, if Gedit always resets it?


View the original article here

Sunday, June 16, 2013

Code sign...revoking certificate... problem

Hi,

 

I am having a breake down. I had the folowing problem:

 

Code Sign error: The identity 'iPhone Developer' doesn't match any valid, non-expired certificate/private key pair in your keychains

 

 

 

So i folowd the steps to solve this problem:

1) Open up Keychain Access app within /Applications/Utilities and click "All Items" under the Category sidebar. Type "iPhone" into the top-right search bar.

If you are replacing your Developer Certificate, delete your "iPhone Developer: " Certificate by right-clicking and choosing "Delete"; if you have multiple "iPhone Developer: " certificates, delete them all.

If you are replacing your Distribution Certificate, delete your "iPhone Distribution: " Certificate by right-clicking and choosing "Delete"; if you have multiple "iPhone Distribution: " certificates, delete them all.

2) Clean out your profile library according to the steps in section: Keep Your Profile Library Clean.

3) Log into the iOS Provisioning Portal. Click the Certificates sidebar. Click the DEVELOPMENT tab if you are replacing your Developer Certificate, and pick the the DISTRIBUTION tab if you are replacing your Distribution Certificate. Click Revoke in the Action column.

4) Perform the steps in section Provisioning Profile Refresh. Xcode will prompt to create the new certificates; choose "Submit Request" to allow Xcode to create the certificates.

 

After step 4:

I folowd this steps:

"To invoke Provisioning Profile Refresh, open Xcode's "Window" menu > Organizer > Devices tab > "Provisioning Profile" sidebar under Library and click the Refresh button. The first time refresh is pressed, a prompt appears requesting your team member credentials. It is important to answer positively when asked to create your signing certificates if they are needed. To do that, click "Submit Request" when you are prompted and Xcode will create, download and install the certificate(s)."

 

I had no button "Refresh" so i clickt "add device to Profsioning Portal" and get a device with this muber already exists. When i login to Portal, i dont see my developer Certificate>Development anymore. Before revoke i downloaded the certificate!!!.

 

How do i get it back? How do i solve this problem?

 

alix


View the original article here

Tuesday, April 23, 2013

Command-line paste problem

Hi!

I have a following problem: When I try to paste long input to my command-line app, only few first lines are pasted.

I see, that I Can copy that to apps like TextWrangler, TextEdit.

 

What Can I do?

 

Regards.


View the original article here

Thursday, April 11, 2013

Problem with UIBarButtonItem


Im having a problem trying to get my home button UIBarButtonItem back to my initial ViewController.



I have this code within the viewDidLoad method:



//  Create a home button


UIBarButtonItem *homeButton = [[UIBarButtonItem alloc] initWithTitle:@"Home" style:UIBarButtonItemStylePlain target:self action:@selector(goHome:)];


[self.navigationItem setLeftBarButtonItem:homeButton animated:NO];



//  Go to home page


- (void) goHome {


ViewController *view1 = [[ViewController alloc]initWithNibName:@"ViewController" bundle:nil];


[self presentViewController:view1 animated:YES completion:nil];


}



When I try and invoke the function goHome by clicking the button, I get NSInvalidArgumentException



Thanks in advance 


View the original article here

Monday, April 1, 2013

Re: problem With typecasting at JSONParsing?

@XNAV

After writing  this it shows error  like ........

Assignment to cast is illegal, lvalue casts are not supported

 

please sugest me.


View the original article here

Re: problem With typecasting at JSONParsing?

@XNAV

After writing  this it shows error  like ........

Assignment to cast is illegal, lvalue casts are not supported

 

please sugest me.


View the original article here

Problem With SQLite? at this time Retrive Data from DB.

hi........every one.

 

i create one DB(StudentDB1.sqlite) & along with one table(StudentsTable1)

 

in XIB 3 Text Fields ,1 Button with action.........

like,,,,,,, NOw

- (IBAction)getDataFromSQLite:(id)sender {

   

    NSString *studentDB_Path= [[NSBundle mainBundle]pathForResource:@"StudentDB1" ofType:@"sqlite"];

    NSLog(@"studentDBPath is:%@",studentDB_Path);

   

    const char *c_studentDB_Path = [studentDB_Path UTF8String];

    //sqlite3_open(<#const char *filename#>, <#sqlite3 **ppDb#>);

   

    sqlite3_open(c_studentDB_Path, &sqlite_studentDB);

   

    NSString *selectStateMent = [NSString stringWithFormat:@"select * from StudentsTable1 where SNumber = \"%@\" ",self.sNumberTF.text];

   

    NSLog(@"Entered Number is:%@",self.sNumberTF.text);

   

    const char *c_selectStateMent = [selectStateMent UTF8String];

   

    //sqlite3_prepare_v2(<#sqlite3 *db#>, <#const char *zSql#>, <#int nByte#>, <#sqlite3_stmt **ppStmt#>,<#const char **pzTail#>)

  

    sqlite3_prepare_v2(sqlite_studentDB, c_selectStateMent ,-1, &(sqlite_preparedStatement),NULL);

   

    while(sqlite3_step(sqlite_preparedStatement) == SQLITE_ROW){

        NSLog(@"entering into While loop");

       

        self.sNumberTF.text = [NSString stringWithFormat:@"%s",sqlite3_column_text(sqlite_preparedStatement,0)];

       

        self.sNameTF.text   = [NSString stringWithFormat:@"%s",sqlite3_column_text(sqlite_preparedStatement ,1)];

       

        self.sMarksTF.text    = [NSString stringWithFormat:@"%s", sqlite3_column_text(sqlite_preparedStatement,2)];

       

       

    }

    sqlite3_finalize(sqlite_preparedStatement);

    sqlite3_close(sqlite_studentDB);

}

Every thing is fine , no issues.

compiling & path retrived ,bring values from TextFields.

but not Entering into while Loop  it will go to directly Finlize ()

 

Reason?

Solution? Plese


View the original article here

Friday, March 22, 2013

i have problem with nsuser at login

i have problem with this i want want to login with another view controller the username and password recive from webservices

 

and responce string return the 0 and 1

 

NSString *responseString = [[NSString alloc] initWithData:returnData encoding:NSUTF8StringEncoding];

    NSLog(@"responcestring%@",responseString);

  

 

 

    if([responseString isEqualToString:false] )

   {

       UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"" message:@"WRONG USER" delegate:self cancelButtonTitle:@"Ok" otherButtonTitles:nil, nil];

       [alert show];

       [alert release];

 

      

 

          }

     else {

         [prefs setObject:@"true" forKey:@"login"];

         [prefs synchronize];


View the original article here