«info-plist» 태그된 질문

4
원격 푸시 알림은 Info.plist에 UIBackgroundModes를 추가해야합니까?
원격 푸시 알림을 통합했지만 다음 경고가 표시됩니다. didReceiveRemoteNotification:fetchCompletionHandler:],하지만 여전히 에서 remote-notification지원되는 UIBackgroundMode의 목록에 " " 을 추가해야 합니다 Info.plist. 내 Xcode 버전은 8.3.1입니다. 나는 이것을에 정말로 추가하고 싶다 Info.plist. 나는 몇 가지 튜토리얼을 따랐지만 이것도 언급하지 않았습니다. 나는 정말로 무엇을해야합니까?

3
canOpenUrl-이 앱은 체계 instragram을 쿼리 할 수 ​​없습니다.
iOS9에서 내 앱에 Instagram URL을 추가하려고하지만 다음과 같은 경고가 표시됩니다. -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 이것은 …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.