SyneriseSDK 4.19.1

SyneriseSDK 4.19.1

测试已测试
语言语言 Obj-CObjective C
许可证 未知
发布日期上次发布日期Aug 2024

Krzysztof KurzawaSynerisekonned 维护。



  • Synerise

{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"SDK","path":"SDK","contentType":"directory"},{"name":"SampleAppSwift","path":"SampleAppSwift","contentType":"directory"},{"name":".DS_Store","path":".DS_Store","contentType":"file"},{"name":"CHANGELOG.md","path":"CHANGELOG.md","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"SyneriseSDK.podspec","path":"SyneriseSDK.podspec","contentType":"file"}],"totalCount":6}},"fileTreeProcessingTime":4.557129,"foldersToFetch":[],"reducedMotionEnabled":null,"repo":{"id":37848394,"defaultBranch":"master","name":"ios-sdk","ownerLogin":"Synerise","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-06-22T10:00:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/12987581?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"master","listCacheKey":"v0:1689891738.0","canEdit":false,"refType":"branch","currentOid":"c160394acab64b7ebef42f87b5f457fdf300fdc0"},"path":"README.md","currentUser":null,"blob":{"rawLines":null,"stylingDirectives":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/Synerise/ios-sdk/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null,"repoAlertsPath":"/Synerise/ios-sdk/security/dependabot","repoSecurityAndAnalysisPath":"/Synerise/ios-sdk/settings/security_analysis","repoOwnerIsOrg":true,"currentUserCanAdminRepo":false},"displayName":"README.md","displayUrl":"https://github.com/Synerise/ios-sdk/blob/master/README.md?raw=true","headerInfo":{"blobSize":"3.99 KB","deleteInfo":{"deletePath":null,"deleteTooltip":"You must be signed in to make or propose changes"},"editInfo":{"editTooltip":"You must be signed in to make or propose changes"},"ghDesktopPath":"https://desktop.github.com","gitLfsPath":null,"onBranch":true,"shortPath":"b2bef0f","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2FSynerise%2Fios-sdk%2Fblob%2Fmaster%2FREADME.md","isCSV":false,"isRichtext":true,"toc":[{"level":1,"text":"Synerise iOS SDK (v4.13.1) - User documentation","anchor":"synerise-ios-sdk-v4131---user-documentation","htmlText":"Synerise iOS SDK (v4.13.1) - User documentation"},{"level":2,"text":"Documentation","anchor":"documentation","htmlText":"Documentation"},{"level":2,"text":"Requirements","anchor":"requirements","htmlText":"Requirements"},{"level":2,"text":"Install Synerise SDK from CocoaPods","anchor":"install-synerise-sdk-from-cocoapods","htmlText":"Install Synerise SDK from CocoaPods"},{"level":2,"text":"Install Synerise SDK from Carthage","anchor":"install-synerise-sdk-from-carthage","htmlText":"Install Synerise SDK from Carthage"},{"level":2,"text":"Import Synerise SDK","anchor":"import-synerise-sdk","htmlText":"Import Synerise SDK"},{"level":2,"text":"Setup","anchor":"setup","htmlText":"Setup"},{"level":2,"text":"Initialization","anchor":"initialization","htmlText":"Initialization"}],"lineInfo":{"truncatedLoc":"119","truncatedSloc":"81"},"mode":"file"},"image":false,"isCodeownersFile":null,"isValidLegacyIssueTemplate":false,"issueTemplateHelpUrl":"https://githubdocs.cn/articles/about-issue-and-pull-request-templates","issueTemplate":null,"discussionTemplate":null,"language":"Markdown","large":false,"loggedIn":false,"newDiscussionPath":"/Synerise/ios-sdk/discussions/new","newIssuePath":"/Synerise/ios-sdk/issues/new","planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/Synerise/ios-sdk/blob/master/README.md","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","dismissStackNoticePath":"/settings/dismiss-notice/publish_stack_from_file","releasePath":"/Synerise/ios-sdk/releases/new?marketplace=true","showPublishActionBanner":false,"showPublishStackBanner":false},"renderImageOrRaw":false,"richText":"

Synerise iOS SDK (v4.13.1) - 用户文档

\n

平台\n语言\nGitHub 发布\nCocoaPods\nCarthage 兼容\n文档

\n
\n

文档

\n

最新文档可在 Synerise 帮助中心 - iOS SDK 获取。

\n

要求

\n
    \n
  • Xcode 14 和 iOS SDK 16
  • \n
  • iOS 9.0+ 最小部署目标
  • \n
  • 有效的架构:arm64 设备和 arm64、x86_64 模拟器
  • \n
\n

从 CocoaPods 安装 Synerise SDK

\n

CocoaPods 是 Cocoa 项目的依赖管理工具。您可以使用以下命令安装它:

\n
gem install cocoapods\n
\n

一旦您安装了 CocoaPods,您应该在 Xcode 中的 Podfile 中添加以下代码:

\n
platform :ios, '9.0'\nuse_frameworks!\n\ntarget YOUR_PROJECT_TARGET do\n  pod 'SyneriseSDK'\nend\n
\n

从 Carthage 安装 Synerise SDK

\n

在您的 Cartfile 中添加以下行:

\n
github \"synerise/ios-sdk\"\n
\n

之后,请更新 carthage

\n
carthage update\n
\n

进入 Xcode 项目的“通用”设置。在 Finder 中打开 <YOUR_XCODE_PROJECT_DIRECTORY>/Carthage/Build/iOS,并将 SyneriseSDK.framework 拖动到 Xcode 的“已嵌入的二进制文件”部分。

\n

确保选择了 需要的时复制,然后点击 完成

\n

导入 Synerise SDK

\n

您需要将 “-21C” 报头导入到包含与 “-22C” 相关代码的文件中。

\n

“-23C”

\n
¨C8C
\n

“-24C”

\n
¨C9C
\n

在 Objective-C 中,您可以在 AppName-Prefix.pch 文件中包含它。

\n

设置

\n
    “-25C”
\n
¨C10C
\n

“-26C”

\n

“-27C”

\n

要获取´-12C,请登录您的Synerise帐户并访问https://app.synerise.com/api。然后,为´-14C受众生成新的´-13C。

\n

应该在´-15C `-16C 方法完成之前完全解决´-28C 的配置。

\n

´-29C

\n
´-30C
\n

´-31C

\n
¨C17C
\n

´-32C:不建议在应用程序的发布版本中使用调试模式。

\n
","renderedFileInfo":null,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"repoOwner":"Synerise","repoName":"ios-sdk","showInvalidCitationWarning":false,"citationHelpUrl":"https://githubdocs.cn/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","showDependabotConfigurationBanner":false,"actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":{"timedOut":false,"notAnalyzed":true,"symbols":[]}},"copilotUserAccess":null,"csrf_tokens":{"/Synerise/ios-sdk/branches":{"post":"gDkYbOwf0eHAAk8oDj86jvDQYqFVFyQcxcV9q8OvURgI-cHqrgi5v0oK66KO1FyVXqB59N3SuDAVBAJXiQTb3Q"}}},"title":"ios-sdk/README.md at master · Synerise/ios-sdk","locale":"en"}