본문 바로가기

NoAppStorePass - 웹스토어 패스워드 저장하기

이어플은 웹스토어에서 다운받을때 암호를 물어보지 않고 바로 다운로드 가능하게 해주는 시디아어플입니다.
일단 사용방법은 시디아에서 설치하시고 처음 웹스토어에서 아무어플을 받을때 암호를 한번만 입력하시면 쭉~ 암호를 입력하지 않고도 다운로드가 가능합니다.

침고로, 다시 원상복구 하고싶어서 시디아어플지워도 다시 돌아오지 않습니다. 아래글 참조
그리고 이어플사용으로 인한 과소비, 터치미스로 인한결재는 책임을 지지 않는다고 써있네요.

이젠 로그인화면 없이 바로 어플을 다운받을수 있습니다.


제작사의 말을 간단히 보면 이어플로인한 터치미스등 과다구입은 책임없고 별도의 인터페이스는 없다고 적혀있네요.
 
 

추가 - 삭제후에도 계속 패스워드를 안물어본다면 아래파일을 받아서 압축푸신후
/Applications/AppStore.app 안에 넣고 재부팅하시면됩니다.

안에 소스를 비교하니 아래와 같이 다르네요
왼쪽이 원본 오른쪽이 시디아어플 설치후 입니다.
 <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CFBundleDevelopmentRegion</key>
    <string>en</string>
    <key>CFBundleDisplayName</key>
    <string>App Store</string>
    <key>CFBundleExecutable</key>
    <string>AppStore</string>
    <key>CFBundleIdentifier</key>
    <string>com.apple.AppStore</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleResourceSpecification</key>
    <string>ResourceRules.plist</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleSupportedPlatforms</key>
    <array>
        <string>iPhoneOS</string>
    </array>
    <key>CFBundleURLTypes</key>
    <array>
        <dict>
            <key>CFBundleURLName</key>
            <string>iTunes App Store URL</string>
            <key>CFBundleURLSchemes</key>
            <array>
                <string>itms-apps</string>
                <string>itms-appss</string>
            </array>
        </dict>
    </array>
    <key>CFBundleVersion</key>
    <string>1.0</string>
    <key>DTCompiler</key>
    <string>4.2</string>
    <key>DTPlatformName</key>
    <string>iphoneos</string>
    <key>DTPlatformVersion</key>
    <string>4.1 GM</string>
    <key>DTSDKName</key>
    <string>iphoneos4.1.internal</string>
    <key>DTXcode</key>
    <string>0324</string>
    <key>MinimumOSVersion</key>
    <string>4.1</string>
    <key>SBAppTags</key>
    <array>
        <string>AppStore</string>
    </array>
    <key>SBMatchingApplicationGenres</key>
    <array>
        <string>Lifestyle</string>
        <string>Entertainment</string>
    </array>
    <key>SBUsesNetwork</key>
    <integer>11</integer>
    <key>UIDeviceFamily</key>
    <array>
        <integer>1</integer>
        <integer>2</integer>
    </array>
    <key>UISupportedInterfaceOrientations</key>
    <array>
        <string>UIInterfaceOrientationPortrait</string>
        <string>UIInterfaceOrientationPortraitUpsideDown</string>
        <string>UIInterfaceOrientationLandscapeLeft</string>
        <string>UIInterfaceOrientationLandscapeRight</string>
    </array>
</dict>
</plist>
 <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundleExecutable</key>
    <string>AppStore</string>
    <key>CFBundleGetInfoString</key>
    <string>1.0, Copyright © 2004-2009 Apple Inc., All Rights Reserved</string>
    <key>CFBundleIdentifier</key>
    <string>com.apple.AppStore.axbundle</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>AppStore</string>
    <key>CFBundlePackageType</key>
    <string>BNDL</string>
    <key>CFBundleShortVersionString</key>
    <string>1.0</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleSupportedPlatforms</key>
    <array>
        <string>iPhoneOS</string>
    </array>
    <key>CFBundleVersion</key>
    <string>1.0</string>
    <key>DTCompiler</key>
    <string>4.2</string>
    <key>DTPlatformName</key>
    <string>iphoneos</string>
    <key>DTPlatformVersion</key>
    <string>4.1 GM</string>
    <key>DTSDKName</key>
    <string>iphoneos4.1.internal</string>
    <key>DTXcode</key>
    <string>0324</string>
    <key>MinimumOSVersion</key>
    <string>4.1</string>
    <key>NSPrincipalClass</key>
    <string>AXAppStoreGlue</string>
    <key>UIDeviceFamily</key>
    <array>
        <integer>1</integer>
        <integer>2</integer>
    </array>
</dict>
</plist>