问题标签 [intercom-ios]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - 将对讲集成到 Swift iOS 应用程序中
我正在尝试在我正在构建的 Swift 应用程序中使用Intercom iOS SDK 。但是,他们所有的文档都是用 Objective-C 编写的。由于我刚刚开始,我不太确定如何在我的应用程序中实现对讲机。
我已将“pod 'Intercom'”添加到我的 Podfile 中,并将导入语句添加到我的桥接头中。
在 iOS 应用程序中设置对讲机的下一步是在我的应用程序 AppDelegate 中使用以下代码对其进行初始化:
然后在我的快速视图控制器中使用objective-c代码,如下所示:
如何在我的 swift 项目中实现这样的 Objective-c 代码?
我四处搜索,并联系了对讲机的支持,但还没有找到答案。
非常感谢!
ios - 捕捉通知并做某事
我正在使用Intercom 的 iOS SDK并阅读我发现的可用标题:
我怎样才能在控制器中捕获这些通知,然后根据抛出的特定通知做一些事情?
ios - Intercom.io Custom Attributes for Swift aren't working
I'm trying to implement custom attributes for Intercom.io into my iOS app. I'm in XCode 7, Swift 2 and iOS 9.
Here's my code:
I am successfully submitting "name" & "email" but my "custom_attributes" aren't working. I think my syntax is correct according to the Intercom's documentation: https://docs.intercom.io/Install-on-your-mobile-product/configuring-intercom-for-ios
But I'm a Swift newbie and have no experience with Obj-C.
Also important to note that my events are reporting properly through.
Is there anything wrong with my syntax?? Or anything else? Please help!
ios - 快速对讲机推送通知
我正在尝试为对讲机推送通知注册应用程序。他们在这里有说明:https ://docs.intercom.io/Install-on-your-mobile-product/enabling-push-notifications-with-intercom-for-ios
他们在 obj c 中给出了这段代码,但我的应用程序很快,这对我来说就像胡言乱语:
有人可以解释如何快速完成这个过程吗?
ios - 对讲:iOS App 仅在 iOS 10.3.2 上更新用户时崩溃
我们很少有 iOS 用户在对讲机上更新用户时应用程序崩溃。所有人都拥有 iOS 10.3.2。
这是我们在注册后在对讲机上更新用户的方式
下面是我们在 crashlytics 上得到的日志
请帮助找到问题。
ios - 编译 Ionic 应用程序时未设置 PODS_ROOT 和其他 pod 环境变量
我已经构建了一个使用 Intercom(第三方扩展)的 Ionic 2 应用程序。对讲机是使用 cocoapods 安装的。
编译我的应用程序时出现错误:
这是由 Build Phase 生成的[CP] Check Pods Manifest.lock
:
我已经尝试在上面的脚本中输出环境变量PODS_PODFILE_DIR_PATH
,并且两者都是空白的。我可能可以通过自己修改这些路径来解决这个特定错误,但显然其他更基本的东西被破坏了,所以我需要自己解决实际问题。PODS_ROOT
STDERROR
echo
为什么这些变量是空白的?
我有额外的构建阶段[CP] Copy Pods Resources
,[CP] Embed Pods Frameworks
它们运行一些 shell 脚本。我试过改变这些的顺序,但没有运气。
我的 Podfile.lock 和 Podfile (无论如何都是自动生成的)看起来都不错:
播客文件:
Podfile.lock:
运行时没有错误pod install
,并且我期望的所有文件都存在。
我已经尝试过的事情:
- 跑步
pod install
(当然) - Running
pod deintegrate
, running Product > Clean in XCode, 重新运行pod install
- 手动删除
Podfile.lock
andPods
目录,在 XCode 中运行 Clean 然后重新运行pod install
- 睡个好觉,第二天早上再试一次!
注意事项:
- 我从不
project.xcworkspace
跑project.xcodeproj
- 我正在运行 XCode 8.3.3 的最新稳定版本
- 我正在运行最新版本的 Cocoapods 1.3.1
ios - react-native-intercom 引发神秘错误 - 架构 x86_64 的未定义符号
我正在使用 react-native-intercom 插件以及使用手动链接的最新对讲 ios 库。
该项目在链接阶段之前构建良好,然后引发此错误。
我已经完成了对讲机手动链接过程中描述的所有步骤,包括在构建设置中添加条框架脚本作为运行脚本阶段。
这是它抛出的错误消息。
我认为它与项目支持的框架架构有关,但我是 iOS 构建的新手,不知道如何解决这个问题。
dart - 无法在 flutter_intercom 中发送自定义数据属性
我正在使用intercom_flutter包将对讲机集成到我的移动应用程序中。该应用程序运行良好,我能够更新默认用户信息 ( data attributes
)。但是,无法更新自定义信息 ( custom data attributes
)。如果你们遇到并解决了同样的问题,请指导我。我也在包中创建了一个问题intercom_flutter
。
注意:也参考下面的链接