Questions tagged [apple-business-chat]

7 questions
3
votes
1 answer

How to Derive the Key and Initial Vector in Node.js

I have a shared key that I need to derive an iv from so I can decipher. The apple business chat docs state: Generate the Derived Key and Initial Vector Run the shared key through the X9.63 Key Derivation Function with SHA256 hash function. This…
Kafka
  • 98
  • 6
3
votes
1 answer

Decrypt Apple Business Chat auth token

I'm looking at this integration document: https://register.apple.com/resources/business-chat/BC_Sending_an_Auth_Msg.pdf See "How to Decrypt Your Auth Token" section I am using Bouncy Castle v1.8.3 for c# I have a test console app: namespace…
Tim Peel
  • 2,274
  • 5
  • 27
  • 43
1
vote
1 answer

What is the payload of a richLinkData in Apple Business Chat

I am trying to send a richLink with the Apple Business Chat Sandbox. However I am not able to find out what the correct payload is. The sandbox does not provide a predefined payload for a richLink. Therefore I am using the RAW JSON tab in order to…
mkn
  • 12,024
  • 17
  • 49
  • 62
0
votes
0 answers

Interactive messages for apple business chat

I am looking for interactive messages for list picker and date picker. I followed apple doc and used Json format. Json format is not supported. its showing json in messages not looking like interactive message. Can anyone knows the correct…
0
votes
1 answer

NodeJS Apple Business Chat REST API, Downloading and Decrypting Large interactive message

I am reading the apple business chat api docs and I'm at the section "Receiving Large Interactive Data Payloads". The last step is to decipher an attachment then send to the Business Chat Api. The Download & data step Documentation --- And the…
Kafka
  • 98
  • 6
0
votes
2 answers

Apple Business Chat Sandbox not loading

I'm seeing the following while trying to sign into Apple Chat Business Sandbox for the first time: The spinner keeps spinning without any response... This is happening in both Safari and Chrome browsers. I'm on and What's missing?
Simeon Leyzerzon
  • 18,658
  • 9
  • 54
  • 82
0
votes
1 answer

Move interactive message bubble to app area

I'm writing a messages extension that is meant to work with Apple Business Chat. When receiving an interactive message, I would like to show a static bubble that the user taps to show more options down in the app area OR simply show my interactive…
Aaron Bratcher
  • 6,051
  • 2
  • 39
  • 70