I am using latest fastlane (2.114) and appcenter plugin. During the build I see this in the log:
Binary uploaded
..
dSYM uploaded
I do not know how to verify if dSYM is actually uploaded to App Center, but in the Hockeyapp I do see the build, but do not see dSYM. Instead I see Symbols none.
I use plugin like this:
appcenter_upload(
api_token: "my_token",
owner_name: "my_company",
group: "Collaborators,some-other-group",
app_name: "app-name",
ipa: "ipa-path",
dsym: "dsym-path"
)