Adobe-Marketing-Cloud / aep-sdks-documentation

Documentation repository for the Adobe Experience Platform Mobile SDKs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How i setTntId method Target user ID (also known as the tntId) Using ACP 2.X (OBJECTIVE-C).

shravanteegala opened this issue · comments

Using ACP 2.X (OBJECTIVE-C).

In ACPTarget.h file we have below getter methods.

  • (void) getThirdPartyId: (nonnull void (^) (NSString* __nullable thirdPartyId)) callback;
  • (void) getTntId: (nonnull void (^) (NSString* __nullable tntId)) callback;

And setter method setThirdpartyID is there.

  • (void) setThirdPartyId: (nullable NSString*) thirdPartyId;
    when i try to find setTntid method its not found.
    But I need to set Target user ID (also known as the tntId) tntID.
    So How I get these tntId is it coming (getting) automatically or any other option .?
    Please help me.

duplicate ticket.