Search Results

Search found 2 results on 1 pages for 'itarek'.

Page 1/1 | 1 

  • Two AppStore Accounts With The Same Name. I got codeSign error 'Name' appears more than once in the

    - by iTarek
    I got another new account for the AppStore, I setup the new account certificates on my MAC. Now when I try to publish XCode gives me the error CodeSign error: Certificate identity 'iPhone Distribution: 'Name' appears more than once in the keychain. The codesign tool requires there only be one. How can I change my certificate identity for the other account? While I have to leave my Name as it is on both itunes profiles. How can avoid this problem without have to remove one certificate each time I need to publish app on appstore. Thank you.

    Read the article

  • About setStatusBarHidden

    - by iTarek
    Today my app approved, but I got emails from users says it crash. I figured out that [[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation: UIStatusBarAnimationSlide]; Is the problem, Because users have firmware 3.1.x this API is not working and app crash. So I have replace it with if ([[[UIDevice currentDevice] systemVersion] floatValue]>=3.2) [[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation: UIStatusBarAnimationSlide]; else [[UIApplication sharedApplication] setStatusBarHidden:YES animated:YES]; My questions... Is what I did the best solution? Why XCODE did not warn me that SetStatusBarHidden withAnimation is not in 3.0 while I set my Traget OS firmware 3.0? Do I have to check on every API to see if it is working with my Target OS? Thank you

    Read the article

1