Objective c 使用ipad中“我的设置”中存储的登录名和密码

Objective c 使用ipad中“我的设置”中存储的登录名和密码,objective-c,ipad,Objective C,Ipad,我是可可新手 我想通过我的Web服务进行身份验证,但我想使用保存在Ipad设置中的登录名和密码 功能: 在应用程序中实现设置捆绑,并在设置plist中添加用户名、密码信息 这个链接,帮助你 NSMutableArray *test12 = [[NSMutableArray alloc] init]; test12 = [SYNchronisationClass synchroniseGlobalLists:clientId:IDShopGlobal:userLogin:us

我是可可新手

我想通过我的Web服务进行身份验证,但我想使用保存在Ipad设置中的登录名和密码

功能:


在应用程序中实现设置捆绑,并在设置plist中添加用户名、密码信息

这个链接,帮助你

  NSMutableArray *test12 = [[NSMutableArray alloc] init];
        test12 =  [SYNchronisationClass synchroniseGlobalLists:clientId:IDShopGlobal:userLogin:userPassword];
  NSArray *paths1 = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
        NSString *documentsDirectory1 = [paths1 objectAtIndex:0];