tiki-deprecated / publish-sdk-ios

TIKI SDK (iOS) - Consumer Data Licensing
https://mytiki.com/docs/sdk-overview
MIT License
3 stars 2 forks source link

[iOS] Test create a new title #287

Closed JesseMonteiro closed 1 year ago

JesseMonteiro commented 1 year ago

Scenario: Create a new Title

  1. Precondition: The initialized was called and ready to create a new Title
  2. Steps to reproduce:
    1. Generate a new ID
    2. Call TikiSdk.config().initialize
    3. Generate an PTR
    4. Call TikiSdk.instance.trail.title.create sending ptr, Tags with TagCommon.ADVERTISING_DATA
  3. Expected result:
    1. The method create a new title.
ricardobrg commented 1 year ago

implemented in #296