您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

GoogleService-Info.plist 891B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>API_KEY</key>
  6. <string>correct_api_key</string>
  7. <key>TRACKING_ID</key>
  8. <string>correct_tracking_id</string>
  9. <key>CLIENT_ID</key>
  10. <string>correct_client_id</string>
  11. <key>REVERSED_CLIENT_ID</key>
  12. <string>correct_reversed_client_id</string>
  13. <key>GOOGLE_APP_ID</key>
  14. <string>1:123:ios:123abc</string>
  15. <key>GCM_SENDER_ID</key>
  16. <string>correct_gcm_sender_id</string>
  17. <key>PLIST_VERSION</key>
  18. <string>1</string>
  19. <key>BUNDLE_ID</key>
  20. <string>com.google.FirebaseSDKTests</string>
  21. <key>PROJECT_ID</key>
  22. <string>abc-xyz-123</string>
  23. <key>DATABASE_URL</key>
  24. <string>https://abc-xyz-123.firebaseio.com</string>
  25. <key>STORAGE_BUCKET</key>
  26. <string>project-id-123.storage.firebase.com</string>
  27. </dict>
  28. </plist>