คำถามติดแท็ก info-plist

4
การแจ้งเตือนแบบพุชระยะไกลจำเป็นต้องเพิ่ม UIBackgroundModes ใน Info.plist หรือไม่
ฉันได้รวมการแจ้งเตือนแบบพุชระยะไกลไว้แล้ว แต่ฉันได้รับคำเตือนนี้: didReceiveRemoteNotification:fetchCompletionHandler:]แต่คุณยังคงต้องเพิ่ม " remote-notification" ในรายการที่รองรับ UIBackgroundModeในInfo.plistไฟล์. เวอร์ชัน Xcode ของฉันคือ 8.3.1 ฉันต้องการเพิ่มสิ่งนี้ในInfo.plist. ฉันได้ทำตามแบบฝึกหัดเช่นกัน แต่พวกเขาไม่ได้พูดถึงเรื่องนี้ด้วย ฉันควรทำอย่างไร

3
canOpenUrl - แอปนี้ไม่ได้รับอนุญาตให้ค้นหาโปรแกรม instragram แบบแผน
ฉันพยายามเพิ่ม URL Instagram ในแอพของฉันใน iOS9 แต่ฉันได้รับคำเตือนต่อไปนี้: -canOpenURL: failed for URL: "instragram://media?id=MEDIA_ID" - error: "This app is not allowed to query for scheme instragram" อย่างไรก็ตามฉันได้เพิ่มสิ่งต่อไปนี้LSApplicationQueriesSchemesในส่วนของฉันinfo.plist; <key>LSApplicationQueriesSchemes</key> <array> <string>instagram</string> <string>instagram://media?id=MEDIA_ID</string>//this one seems to be the issue </array> ความช่วยเหลือใด ๆ ที่ได้รับการชื่นชมอย่างมาก? แก้ไข 1 นี่คือรหัสที่ฉันใช้เพื่อเปิด instagram: NSURL * instagramURL = [NSURL URLWithString:@"instragram://media?id=MEDIA_ID"];//edit: note, to …
98 ios  info-plist 
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.