• Sean Le 6
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
I am using Salesforce iOS SDK 3.3 for my native iOS App. When I open the app then I have to wait about 60 seconds or more for loading login screen (I used SFAuthenticationManager.sharedManager().loginWithCompletion function). Do anyone know why it takes a lot of time for loading?
I really noticed that it only happens when I run my app in real device (Simulator is fine)
 
Hello everyone,

I am developing a native iOS app using Salesforce SDK (connected app). I want to use push notification api to send notification to anyone who is involved in some events (out of Salesforce). But it does not work for me.
https://developer.salesforce.com/docs/atlas.en-us.pushImplGuide.meta/pushImplGuide/connect_resources_notifcations_push.htm

 Here's the uri which I use to send a post method:
/services/data/v31.0/connect/notifications/push

and the server returned an error:
{
        "message": "The requested API is not available to portal users. You may need to specify a community for portal user access.",
        "errorCode": "FUNCTIONALITY_NOT_ENABLED"
}
Hello everyone,

I am developing a native iOS app using Salesforce SDK (connected app). I want to use push notification api to send notification to anyone who is involved in some events (out of Salesforce). But it does not work for me.
https://developer.salesforce.com/docs/atlas.en-us.pushImplGuide.meta/pushImplGuide/connect_resources_notifcations_push.htm

 Here's the uri which I use to send a post method:
/services/data/v31.0/connect/notifications/push

and the server returned an error:
{
        "message": "The requested API is not available to portal users. You may need to specify a community for portal user access.",
        "errorCode": "FUNCTIONALITY_NOT_ENABLED"
}