iOS Heartbeat friendlyname is always media.name | Community
Skip to main content
November 16, 2018
Solved

iOS Heartbeat friendlyname is always media.name

  • November 16, 2018
  • 1 reply
  • 2066 views

I am using iOS heartbeat sdk (2.1.0).

[ADBMediaHeartbeat createMediaObjectWithName: mediaName

                                                                mediaId: mediaId

                                                                 length: mediaLength

                                                             streamType: mediaType];

I didn't explicitly set the a.media.friendlyName but I noticed that friendly value is same as mediaName. Is it possible to set a different value for media name and media friendlyname ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by himanshup604264

Hello vijayv90673263​,

mediaName is mapped to a.media.friendlyName and mediaId is mapped to a.media.name AA variables respectively. If you want to use a different a.media.name then that should be changed using mediaId in the method signature above.

Please let us know if you have any further questions.

Regards,

Himanshu

1 reply

himanshup604264
Adobe Employee
himanshup604264Adobe EmployeeAccepted solution
Adobe Employee
November 26, 2018

Hello vijayv90673263​,

mediaName is mapped to a.media.friendlyName and mediaId is mapped to a.media.name AA variables respectively. If you want to use a different a.media.name then that should be changed using mediaId in the method signature above.

Please let us know if you have any further questions.

Regards,

Himanshu