본문 바로가기
반응형

전체 글123

앱에서 다른 앱 실행할때. 1. 실행당할 앱 plist에 저런식으로 빨간박스 하나 만들어서 앱스토어에 등록해주면 된다. URL identifier랑 Bundle identifier랑 맞춰주던건가..?는 해봤는데 안되던가 기억이 안난다. URL Schemes를 URL Identifier 뒤의 단어로 해야되던가?.. 는 딴걸로 안해봐서 모르겠다. 암튼 저런식으로 해주면 무조건 된다.. 실험정신투철한 사람도 아니고 되면 된거지 뭐.. 의심하지말고 걍 할지어다... 2. 실행할 앱 BOOL isInstalled = [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"스키마값://"]]; if (!isInstalled) { [[UIApplication sharedApplic.. 2011. 4. 27.
TIP : 투명한 버튼 UIButton * button = [UIButton buttonWithType:UIButtonTypeCustom]; [button setBackgroundColor:[UIColor clearColor]]; alpha값 0으로 주면 클릭 안됨.. 크윽 삽질 15분 2011. 4. 22.
ERROR : The archive is invalid. app.ipa does not exist. The archive is invalid. * app.ipa does not exist. 인터넷 찾아보니 1. Quit Xcode 2. With a text editor open the file YourProject.xcodeproj/project.pbxproj 3. Delete all lines containing PROVISIONING_PROFILE = 4. Delete all lines containing CODE_SIGN_IDENTITY = 5. Save & close project.pbxproj 6. Reopen your project in Xcode 7. Clean the project 8. In the Build Settings pane choose the correct code signin.. 2011. 4. 16.
TIP : DB업데이트 http://code.google.com/p/pxl/wiki/Shimmer 참고참고 정리는 난중에 2011. 4. 5.
반응형