推 sorkayi:ios 5 sdk 只能裝 ios5的裝置, 如果要硬上只能 ad-hoc 02/06 22:04
→ sorkayi:更新 provision 也可以在那個頁面按 refresh 02/06 22:06
推 whitefur:你硬碟換了表示你的憑證也要換吧? 02/07 01:21
→ whitefur:重新產生一個憑證然後上傳到ios dev網站的certificate 02/07 01:22
→ whitefur:再下載新的憑證 然後provision profile那邊也要更新 02/07 01:23
→ bruce620:我憑證有換過 不然iphone4(ios sdk5)應該會傳不上去 02/07 08:06
→ bruce620:我發佈的程式是4.3的版本 照理說應該4.3以上都可裝才對@@ 02/07 08:07
→ bruce620:以上是指有新增device id的裝置 但流程不知哪出錯了/~\ 02/07 08:07
→ bruce620:refresh也有按過也是一樣@~@ 02/07 08:07
→ kokuyoku:info.plist的Required device capabilities裡面有什麼? 02/07 18:20
Required device capabilities 是YES
以下是info.plist資訊 請問還須提供什麼資訊嗎 謝謝
我今天試另台ipad新增device裝置 就可以上傳到ipad (ios sdk 6.0.1)
可是用另兩台iphone(ios sdk 4.3.3 ios sdk 6.0.1) 還是不行
通通都是沒jb過的
<?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>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>appicon.png</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.XXX.XXX</string>
<key>XXXXXX</key>
<array>
<string>XXXXX</string>
</array>
</dict>
</array>
<key>CFBundleIdentifier</key>
<string>com.XXX.XXX</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.1360228873</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1360228873</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>CFBundleIconFiles</key>
<array>
<string>appicon.png</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDefault</string>
</dict>
</plist>
※ 編輯: bruce620 來自: 220.132.234.97 (02/08 08:13)
→ kokuyoku:、armv7 這兩個值,如果都有的話,可能要提供錯誤訊息才 02/08 10:10
→ kokuyoku:能知道是什麼問題 02/08 10:10
→ bruce620:我是用titanium開發 我編譯出來再用xcode開看architectur 02/09 11:16
→ bruce620:es 裡面是選在armv6 armv7 不是選在armv7 armv7s的項目 02/09 11:17
→ kokuyoku:我對titanium這套IDE不熟,沒辦法幫上什麼忙 02/11 23:10