Swiftpack.co - steuerbot/ios-sdk as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by steuerbot.
steuerbot/ios-sdk 2.13.0
The iOS Steuerbot SDK lets your users declare their tax declaration in minutes, within your app!
⭐️ 0
🕓 1 year ago
iOS
.package(url: "https://github.com/steuerbot/ios-sdk.git", from: "2.13.0")

Steuerbot iOS SDK

This Swift Package allows you to add the Steuerbot SDK to your iOS App.

Installation

Add the Swift Package to your Project

Add the package by selecting FileAdd Packages… in Xcode’s menu bar. Search for the Steuerbot SDK using the repo's URL:

https://github.com/steuerbot/ios-sdk.git

Then, select Add Package.

Embed the Framework

Make sure Steuerbot is added to Frameworks, Libraries and Embedded Content in your apps target.

Usage

Basic Initialization:

import Steuerbot
...
let user = User(email: "[email protected]", forename: "John", surname: "Doe")
let framework = SteuerbotSDK(partnerId: "your-partner-id", token: "your-user-token", user: user)

let controller = UIViewController()
controller.view = framework.getView()
self.present(controller, animated: true, completion: nil)

Detailed Instructions

You can find detailed instructions in the Wiki

License

The contents of this repository are licensed under the Apache License, version 2.0.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics