8000 GitHub - steuerbot/ios-sdk: The iOS Steuerbot SDK lets your users declare their tax declaration in minutes, within your app!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.
/ ios-sdk Public archive

The iOS Steuerbot SDK lets your users declare their tax declaration in minutes, within your app!

Notifications You must be signed in to change notification settings

steuerbot/ios-sdk

Repository files navigation

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: "hello@steuerbot.com", 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.

About

The iOS Steuerbot SDK lets your users declare their tax declaration in minutes, within your app!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0