SmartStoreSDKManager返回RuntimeException

时间:2017-06-20 12:00:06

标签: android salesforce salesforce-ios-sdk

我正在尝试使用Salesforce sdk开发在本机android中使用smartStore。

我已经关注了Salesforce文档,每当我想使用

获取SmartStoreSDKManager的实例时
table

我的应用程序因例外而崩溃:

SmartStoreSDKManager sdkManager = SmartStoreSDKManager.getInstance();

有人可以帮我在原生android中使用smartStore吗?要使用的任何源代码? 谢谢

1 个答案:

答案 0 :(得分:5)

您需要做的是更改SDK Manager的初始化。 基本上,在您的应用程序更改

SalesForceSDKManager.initNative

代表

SmartStoreSDKManager.initNative