在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:apptentive/apptentive-ios开源软件地址:https://github.com/apptentive/apptentive-ios开源编程语言:Objective-C 95.8%开源软件介绍:Apptentive iOS SDKNote: This repository hosts Versions 5.3.4 and earlier. Version 6.0 is now available at https://github.com/apptentive/apptentive-kit-ios The Apptentive iOS SDK provides a simple and powerful channel to communicate in-app with your customers. Use Apptentive features to improve your app's App Store ratings, collect and respond to customer feedback, show surveys at specific points within your app, and more. See our Quick Start Guide to get up and running as quickly as possible. For complete information on installing and using Apptentive, please see our iOS integration reference. InstallationApptentive can be installed using CocoaPods or Carthage, or manually as an Xcode subproject. Using Apptentive in your AppTo begin, you will have to initialize the Apptentive SDK: @import Apptentive;
...
ApptentiveConfiguration = [ApptentiveConfiguration configurationWithApptentiveKey:@"<#Your Apptentive App Key#>" apptentiveSignature:@"<#Your Apptentive App Signature#>"];
[Apptentive registerWithConfiguration:configuration];
...
[Apptentive.shared engage:@"event_name", from: viewController]; Or, in Swift: import Apptentive
...
if let configuration = ApptentiveConfiguration(apptentiveKey: "<#Your Apptentive App Key#>", apptentiveSignature: "<#Your Apptentive App Signature#>") {
Apptentive.register(with: configuration)
}
...
Apptentive.shared.engage(event: "event_name", from: viewController) Later, on your Apptentive dashboard, you will target these events with Apptentive features such as Message Center, Ratings Prompts, and Surveys. API DocumentationPlease see our Customer Learning Center for the Apptentive iOS SDK's API documentation. Apptentive's API changelog is also updated with each release of the SDK. Testing Apptentive FeaturesPlease see the Apptentive testing guide for directions on how to test that the Rating Prompt, Surveys, and other Apptentive features have been configured correctly. Apptentive Example AppTo see an example of how the Apptentive iOS SDK can be integrated with your app, take a look at the The example app shows you how to integrate using CocoaPods, set your Apptentive App Key and Apptentive App Signature, engage events, and integrate with Message Center. See the ContributingOur client code is completely open source, and we welcome contributions to the Apptentive SDK! If you have an improvement or bug fix, please first read our contribution agreement. Reporting IssuesIf you experience an issue with the Apptentive SDK, please open a GitHub issue. If the request is urgent, please contact mailto:[email protected]. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论