Yes, please do. AT&T provides these SDKs to make the development of applications using APIs provided by AT&T as fast and simple for you as possible.
Change Topic
SDK FAQs
Updated: 06/08/2017
Created: 02/09/2017
What is the class 'definition not found' error in Android Sample Apps?
This error occurs because the SDK jar file is not added to the application. Steps to fix this issue:
- Go to the properties of the application.
- Select Java BuildPath.
- In Libraries Tab, Press "Add Jar" button and add the SDK_NAME.jar file.
- Now go to "Order and Export" tab and Check/Select the "SDK_NAME.jar" file and press OK.
- Rerun the application now.
Updated: 02/09/2017
Created: 02/09/2017
Do I need to have an App Key, App Secret, and short code to run the SDK Sample Apps?
Yes, to run the SDK Sample Apps you must first create a new app in My Apps to acquire an App Key and App Secret.
The short code is optional. It is only needed by SDKs that require AT&T Wireless customer consent to allow the apps to use the customer’s AT&T Wireless mobile number.
Updated: 02/09/2017
Created: 02/09/2017