I have created external iOS app using salesforce mobile sdk, and follow salesforce documentation for push notifications with salesforce.
SFPushNotificationManager Registeration for notifications with Apple succeeded but failed with Salesforce. User token is not registering on salesforce. Getting an error
[SalesforceSDKCore] CLASS: SFPushNotificationManager Registration for notifications with Salesforce failed with error Error Domain=com.salesforce.RestAPI.ErrorDomain Code=404 "(null)" UserInfo={error=(
{
errorCode = "NOT_FOUND";
message = "The requested resource does not exist";
}
)}
Has anyone able to succeed in pushing notification to IOS app from Apex Trigger/class? Is there any other way to push notification to IOS app from salesforce ?
SFPushNotificationManager Registeration for notifications with Apple succeeded but failed with Salesforce. User token is not registering on salesforce. Getting an error
[SalesforceSDKCore] CLASS: SFPushNotificationManager Registration for notifications with Salesforce failed with error Error Domain=com.salesforce.RestAPI.ErrorDomain Code=404 "(null)" UserInfo={error=(
{
errorCode = "NOT_FOUND";
message = "The requested resource does not exist";
}
)}
Has anyone able to succeed in pushing notification to IOS app from Apex Trigger/class? Is there any other way to push notification to IOS app from salesforce ?