Post not yet marked as solved
Hi Forum,
whatsapp Business was working fine on ios16 beta 2 till 29 June 2022. To till today the app will not launch at all and kept crashing. To test this, we logged out of WhatsApp business on another developer phone and Re logged in. It stopped Launching on that phone also.
we have deleted the app, reset the phone but the problem persists. On reinstalling, moment we restore the messages, it crashes at the next step.
any guidance ?
Regards
Siddharth Kothari
Post not yet marked as solved
Can an Enterprise Apple ID be associated with more than 16 AirTags? We're looking to use AirTags to manage a fleet of Mountain Bikes (and other equipment if successful), but having 16 to an account is cumbersome when the fleet exceeds one hundred.
Post not yet marked as solved
Hey,
is it possible to distribute buissnes app to multiple countries.
right now it is only alow users to download through the redemption code on israel store.
but the organization have employees all around the world.
how can i allow the apps in stores in other countries as well?
Post not yet marked as solved
Hi, designing a high security solution utilising facial recognition and would like to connect with Australian (Sydney) based developers that may be interested in working on the project.
Post not yet marked as solved
Hello, we successfully uploaded a safari extension to the app store which was approved and shows ready for sale.
We want it to be private, only for our organization and we selected the organization in the Pricing and Availability section. We also selected all countries and regions.
We tried to download the extension from several locations: Bulgaria, Us, China but on all of them we are getting "App Not Available in your country or region."
Could you please help on what we are missing?
Thanks
Post not yet marked as solved
It has been three months since the application was made. I have tried both by email and phone. The reply is Ren, and the account registration is under review.
Post not yet marked as solved
I am thinking of using Siri as voice to text converter only for my project. Siri will convert voice from user to text then send it to a webhook (A RASA chat bot server) and receive output text from it and converts it to voice for end user.
Post not yet marked as solved
The documentation gives instructions to decode the key back to it's original value from hex, and to use that to decrypt the attachment.The decryption-key is originally provided as hex in the attachment payload.However, I can't seem to figure out how to decode to that original value.Any advice would be greatly appreciated.
Post not yet marked as solved
Hi,
How long does it take for Apple to approve Apple Business Chat MSP request?
Post not yet marked as solved
I am still having a serious issue trying to pay the $99.00 for Apple Developer Program - Membership. For over two weeks your checkout page will not accept any form of payment. The answers I have got back from devprograms@apple.com are meaningless, as if no human is actually reading or understanding the issue.
The issue is the same, your checkout page will not process my cards. I need to get Apple Pay integrated into my site ASAP, however I need full access to do this.
I have called 1-800-My-Apple several times, they cannot help because this with issues involving the Apple Developer Program. How the HELL do I pay the $99.00 if your site does not accept payment????
Apple Developer Program Support Case#101162925591
Post not yet marked as solved
Hi Team,
I am working on apple business chat using Amazon connect. My lex bot is returning response card, where it is not getting rendered in my iPhone. But I can see the list picker is working as expected.
Any help would be highly appreciated.
Post not yet marked as solved
Hello all,
I am trying to create a JWT token to sign and verify messages in Business Chat. To do this I need to decode the Messaging API secret key(Base64-encoded string) before using it to sign the JWT.
I am using the Buffer object to decode the secret key.
However, it returns gibberish
Any help would be appreciated!
Here is my code:
let base64string = process.env.API_SECRET_KEY;
let bufferObj = Buffer.from(base64string, 'base64');
let decodedStr = bufferObj.toString('utf-8');
Post not yet marked as solved
I am working on a contact centre platform that enables business to interact with customer over Apple Business Chat. I was able to integrate Business Chat with our platform, but wondering is there a way (API) to get Customer's name from incoming 'Source-Id' i.e. "urn:mbid:AQAAYyUbut6E4B3T9FLv5EbG/....."