• rashrr
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

We have been working on a mobile iPad app that uses SalesForce Mobile SDK with OAuth2 and REST API for chatter and other SalesForce services. We went through the process of registering a Connected App in our SalesForce account. Next, took the OAuth id and secret, and integrated with our app with proper redirect URI.

 

After doing all the steps, our app works with the Developer Edition SalesForce account and we can access Accounts/Leads/Opportunities/Chatter via REST APIs from our iPad app. However, when we use it with our company's Group Edition SalesForce account, we get an error "API not enabled" for our account. However that said, our Group Edition account does work with ForcePad app available from Apple app store. I downloaded the ForcePad source code and replaced OAuthClientId with our registered connected app and got the same error about "API Not enabled" in our Group Edition account.

 

So we are not sure what else we need to do to get our iPad app authorized to access our Group Edition account  + our customers GE/EE/PE accounts also. Are there any other steps that we need to so get our app whitelisted for Group Edition so that it works similar to ForcePad available from iPad app store.

 

Appreciate some help here.

 

Rahul

We have been working on a mobile iPad app that uses SalesForce Mobile SDK with OAuth2 and REST API for chatter and other SalesForce services. We went through the process of registering a Connected App in our SalesForce account. Next, took the OAuth id and secret, and integrated with our app with proper redirect URI.

 

After doing all the steps, our app works with the Developer Edition SalesForce account and we can access Accounts/Leads/Opportunities/Chatter via REST APIs from our iPad app. However, when we use it with our company's Group Edition SalesForce account, we get an error "API not enabled" for our account. However that said, our Group Edition account does work with ForcePad app available from Apple app store. I downloaded the ForcePad source code and replaced OAuthClientId with our registered connected app and got the same error about "API Not enabled" in our Group Edition account.

 

So we are not sure what else we need to do to get our iPad app authorized to access our Group Edition account  + our customers GE/EE/PE accounts also. Are there any other steps that we need to so get our app whitelisted for Group Edition so that it works similar to ForcePad available from iPad app store.

 

Appreciate some help here.

 

Rahul