Square Register SDK

Square Register Android SDK

Лицензия

Лицензия

Категории

Категории

Square Прикладные библиотеки Financial
Группа

Группа

com.squareup.sdk
Идентификатор

Идентификатор

register-sdk
Последняя версия

Последняя версия

1.2
Дата

Дата

Тип

Тип

aar
Описание

Описание

Square Register SDK
Square Register Android SDK
Ссылка на сайт

Ссылка на сайт

http://github.com/square/register-android-sdk/
Система контроля версий

Система контроля версий

http://github.com/square/register-android-sdk/

Скачать register-sdk

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.squareup.sdk/register-sdk/ -->
<dependency>
    <groupId>com.squareup.sdk</groupId>
    <artifactId>register-sdk</artifactId>
    <version>1.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.sdk/register-sdk/
implementation 'com.squareup.sdk:register-sdk:1.2'
// https://jarcasting.com/artifacts/com.squareup.sdk/register-sdk/
implementation ("com.squareup.sdk:register-sdk:1.2")
'com.squareup.sdk:register-sdk:aar:1.2'
<dependency org="com.squareup.sdk" name="register-sdk" rev="1.2">
  <artifact name="register-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.sdk', module='register-sdk', version='1.2')
)
libraryDependencies += "com.squareup.sdk" % "register-sdk" % "1.2"
[com.squareup.sdk/register-sdk "1.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.android.support » support-annotations jar 23.3.0

Модули Проекта

Данный проект не имеет модулей.

Point of Sale Android SDK

The Point of Sale Android SDK lets you quickly build custom Android point-of-sale applications that take swipe, dip, or tap payments through Square hardware.

Get started!

Need help?

Here's how to get help.

Building the Hellocharge Sample App

The hellocharge app is available in the sample-hellocharge folder.

Check out this repo:

git clone https://github.com/square/point-of-sale-android-sdk.git
cd point-of-sale-android-sdk

Create a hellocharge.properties file in the sample-hellocharge folder, with a clientId key set to your application's client id which is the same as your application id in the Square Developer Portal (sq0idp-XXXXXXXXXXXXXXX). Do NOT use a sandbox clientId, as those do not work for the Point of Sale API.

echo clientId=\"put your production clientId here\" > sample-hellocharge/hellocharge.properties

And also create a bikeshop.properties file in the sample-bikeshop folder, with a clientId key set to your application's client id which is the same as your application id in the Square Developer Portal (sq0idp-XXXXXXXXXXXXXXX). Do NOT use a sandbox clientId, as those do not work for the Point of Sale API.

echo clientId=\"put your production clientId here\" > sample-bikeshop/bikeshop.properties

Build the SDK and the sample app:

./gradlew sample-hellocharge:build

Add the SHA1 fingerprint of the sample app to your application dashboard:

keytool -printcert -jarfile ./sample-hellocharge/build/outputs/apk/debug/sample-hellocharge-debug.apk

Install the sample app:

./gradlew :sample-hellocharge:installDebug

hellocharge_demo.gif

Bikeshop Sample App

The bikeshop is an example of a real point-of-sale application, available in the sample-bikeshop folder. To build this sample app, follow the same instructions as above, substituting "hellocharge" for "bikeshop".

Contributing

Contributions are welcome! Please read our contributing guidelines.

License

Copyright 2016 Square, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
com.squareup.sdk

Square

Версии библиотеки

Версия
1.2
1.1
1.0