The sdk tag has no usage guidance.
0
votes
0answers
5 views
How get all subscribers that in a same group by PHP SDK [on hold]
I want send out emails to a kinds of group filter by profile attribute.
So, my I know how can get all the subscribers in a same group via PHP SDK and send emails to them ?
Thanks,andy help is ...
0
votes
0answers
10 views
Subscribe email with contact details issue
I am working with Fuel SDK to pass the customer email address to the subscriber list along with some contact details. I am using Fuel SDK to implement. I can see couple of methods doing that one is "...
0
votes
2answers
53 views
How can I send the device token with the SDK?
I have a iOS native App and it´s integrate with salesforce with REST Services.
Now, I have to support push notifications.
I can´t send the token device with any web service.
I think that the only ...
2
votes
1answer
45 views
Add Salesforce SDK to an existing iOS (Objetive C) project. How to do it?
I have a stable project on iOS, with Objetive C.
I use cocoapods.
This is my podFile:
“
platform :ios, 7.0
pod 'RestKit', '~> 0.20.0rc'
pod 'FMDB'
# pod 'FMDB/FTS' # FMDB with FTS
...
2
votes
1answer
66 views
UpdateAsync Force.com SDK
I am having a problem with Force.com SDK for C#. the UpdateAsync function is updating Lead owner automatically every time I update any field on the lead. Here's the code that I am using
var success =...
2
votes
1answer
35 views
Journey Builder for Apps Android SDK questions
I have two technical questions about Marketing Cloud MobilePush, especially on the "Journey Builder for Apps Android SDK" [JB4A]:
If last version of JB4A IOS SDK (4.1.0) is compatible with IOS 9.1
...
0
votes
1answer
67 views
Caught exception: Unable to validate App Keys(ClientID/ClientSecret) provided.: DateTime::__construct(): It is not safe to rely
I have installed Marketing Cloud (ExactTarget) PHP SDK, created my App and updated config.php with ClientId and SecretId but when I am running any sample or any other code I get this error
"...
4
votes
0answers
63 views
Occasional SOAP endpoint not found failure: EndpointNotFoundException
I'm using the Fuel SDK to manage subscribers on in lists. We are using synchronous calls to patch subscribers and tend to call it pretty heavily, as we loop through the list of our subscribers and ...
1
vote
0answers
47 views
Enable bitcode for libJB4ASDK-*.a static library
We are using JB4A-SDK as 4.1.0 now, and just found out that the static library file: libJB4ASDK-4.1.0.a is not using bitcode.
Since our whole project and other 3rd party dependencies are using ...
0
votes
0answers
26 views
How to get id_token (openid) from Salesforce using Mobile SDK
Goal is to authenticate from a native iOS app into Salesforce using Mobile SDK (using SFAuthenticationManager) and then obtain the id_token (open id token) that I can use to conenct to a third party ...
0
votes
1answer
97 views
Typescript definition files for SalesforceCanvasJavascriptSDK?
Is there a typescript definition file for SalesforceCanvasJavascriptSDK?
I am converting my code to typescript and the Sfdc variable does not work in my code because I am missing a typescript ...
0
votes
0answers
69 views
500 internal server error when Using fuel sdk
I am trying to write to a data extension. I have created the app and linked it to marketing cloud, I also downloaded the files from github. I then added the clientid, clientsecret and defaultwsdl to ...
1
vote
1answer
53 views
Accessing stored attributes in ExactTarget SDK
I'm using the JB4A Android SDK. It seems that the ETPush class exposes a method called getAttributes() which returns an ArrayList of the key-value pair attributes that are sent to the server. I want ...
2
votes
0answers
65 views
Java SDK - Setting Additional Attributes for a Triggered Send
I have been reading on here that the method to set attributes for triggered sends isn't available in the Java SDK.
Can anyone tell me if this is still the case? And if so, is the alternative to go ...
0
votes
1answer
143 views
PHP Fuel API Attributes not updated
I'm updating an existing subscriber, however I cannot get custom Data extensions updated. Here is my code
$client = new ET_Client( );
$subscriberWrapper = new ET_Subscriber();
$subscriberWrapper-&...
0
votes
1answer
84 views
Missing implementation files in Salesforce IOS SDK
I created a ios project by running forceios create and only can see header files in its installed plugins like SalesforceSDKManager.h and SFUserAccountIdentity.h. However, if I download the ios SDK ...
-1
votes
1answer
38 views
Cannot retrieve HomePhone from Contacts via SOQL
I am trying to retrieve the HomePhone of my Contacts via SOQL through a rest request in a native android app but I get 400 error.
It works if I only ask for Phone and MobilePhone
Why?
1
vote
2answers
307 views
Retrieving all phones from contacts and tasks
I need to retrieve, through two disctinct SOQL queries, the home, mobile and default phones from contacts and tasks but while
MobilePhone and Phone fields work for Contacts HomePhone does not
For ...
1
vote
1answer
347 views
Is it Possible to access SDK From Static Resource?
If I have a SDK in .jar file can I upload it to Static Resource and call it in Apex Classes.
As per Documentation it says I can able to call ".css" , ".Js" , ".Jar" Files in VF Page.
5
votes
1answer
338 views
Salesforce Platform Mobile Services
I've been doing force.com mobile development for several years now but I'm very confused about the nomenclature with some of the recent changes.
1) Is Salesforce Platform Mobile Services (recently ...
5
votes
2answers
1k views
The Requested Scope is not Allowed
Building a Cordova hybrid app with the Salesforce 1.5 sdk (iOS)
I've just cloned the SalesforceMobileSDK (ios) repo, ran the ./install.sh script and opened x-code and selected a new salesforce ...