What's app business api message template rejection - message

What's app business api Message Template rejected.
Message Body
Hi {{1}},
A new booking has been requested for {{2}}. Please use the quick reply to accept or decline.
Kind Regards
{{3}} Team
No Header or Footer
I am adding the screenshots here
Message Template
Preview
Rejection Message.
Create a meta dev account , using a existing facebook account and provided business name Test Business.
Sent predefined hello_world template message to personal what's app number.
trying to make Message Template but keeps getting rejected.
read all the terms and policy of whats app business.
Followed guidelines
Note: I haven't added any original business account information yet.
Need help figuring out why and how to make template that will get approval.

Related

I have integrated twilio otp api and it suddenly stop working

I have integrated twilio and it was working fine but suddenly
end users stop receiving top message at their mobile. Is there any capacity problem if yes then how to fix this
Without providing the code, I can give the following suggestions to check upon.
1. Check if the Twilio Account has enough balance to send messages
you can check this in the dashboard.
2. Check if the Message template used is verified or not.
If the template is rejected for some reason, you won't be able to use it.
3. Use the API Gateway Dashboard to determine the cause for no sending messages.
If you can see the messaged being in outbounds mode, but not being sent, you can check the reason for it.
4. Check if the Twilio API library used has changed the API structure
Refer to Twilio Docs and confirm if the APIs have received some changes in them, deprecating any changes. (This is very rare, as most API Providers keep the Legacy API code format active for some time for users to migrate from it.)
5. Confirm If any New Government Rules are changed.
Ex. In India, there are some new laws put up for sending SMSes to users. You would need to follow the rules to register the template again to a Mobile Carrier's site, and then use it. These details will be provided on Twilio Dashboard.

several errors with sandbox.paypal.com?

I am trying to integrate paypal to my web app. I want to use paypal as payment gateway. In the process i am encountering various errors as listed below.
1) I logged into developer.paypal.com. When i click Accounts under Sandbox it lists all sandbox accounts i have. I wanted to delete the unused account but it says "Something went wrong. One or more sandbox accounts could not be deleted. Try again.".
2) I created merchant or business account in developer.paypal.com. I then logged into sandbox.paypal.com using the created business account. In the dashboard page there is Tools at the top. I clicked on it and selected API credentials in order to get the api credentials for paypal integration to my web app. After clicking on it, it redirects me to my official paypal account dashboard page. i.e https://www.paypal.com/myaccount/home
3) Finally another issue i have been facing and of which i have not been able to receive any solution yet is described in detail here. error trying to make sandbox paypal to work with rails?
So seeing all these issues i am wondering whether sandbox account is full of bugs and cannot be trusted for api integration testing. In that case does one recommend testing with real accounts? but that will be expensive because we need to send real money.
I appreciate any help on this dilemma. Thanks!
1) Unfortunately, this is something that tends to happen in their sandbox. You can try again later and it might work...it might not.
2) If this happens you should be able to add "sandbox" back into the URL. So in this case if you change it back to https://www.sandbox.paypal.com/myaccount/home then it should load what you're expecting.
3) Need to see the actual error code that's coming back in the PayPal response to help more on this one.

Issues in PayPal live transaction via PayPal iOS SDK

I am developing an iOS application for iPad, version 7.x. We Need to perform PayPal transaction via the application. We included PayPal iOS SDK and referring their sample code to perform the transaction.
The sample code is placed here
There are enough funds in the customer account
Also, we have proper Client ID and secret key where funds needs to be transferred.
Both payee and payer have live accounts.
Transaction via their Sandbox account was sucess
Upon debugging the code, we found that we are able to create the payment. However, we get error while the payment is about to be approved.
Here are the error details
PayPal SDK: Request has failed with error: UNKNOWN_ERROR - System error (UNKNOWN_ERROR). Please try again later. (400) | PayPal Debug-ID: 3e8087cbf6bd1 [live, PayPal iOS SDK 2.1.2]
Is there any specific configuration which we need to include in our code for making live transaction?
Or is there specific configuration that needs to be done, in one of the accounts?
Or is there something missing the sample code provided by PayPal iOS SDK? Please advice.
The issue is that you are not using the correct ClientID. The client ID you are using is not associated with an active App from yoiur developer portal. To correct this, please go into the developer portal and either use a different client ID from a different 'active' app or create a new app.
We discussed this issue with PayPal Technical Support team, and here was the FIX:
We’ve found the issue is actually not with buyer account, some flag was not updated for merchant account "XXX#YYY.com” due to a bug which had in our system at the time it was created.
The fastest workaround to resolve this would be if you could please add another email to same account "XXX#YYY.com”.
Steps to add another email address to "XXX#YYY.com” :
Please login to the PayPal account.
Click on Profile—> Email address. Add another email address.
This solved our issue.

iOS AppStore app rejected because the app include a link to registration. How can I solve?

We have created an app for an easy mail message system. New users have to create a new account on our website, before they can use our app. The creating of a new account is free. On the login form in the app is a button, which link to the registration form on our website. The review team has reject our app, because this link is not compliant with the guideline rule 11.13. The review team ask us to remove this button. But without this button is the app useless for new users, if they don't know where they can create a new account. I have asked the review team, if they accept our app, when we include the registration form within the app. But they are giving no answers to concept questions.
How would you solve this problem?
I think Apple wants you to make account creation integrated into your app rather than providing a link to account creation on your site.
You could build an account creation interface into your app, or (maybe) alternatively, wrap the account creation UI in a UIWebView or similar control.
See http://developer.appcelerator.com/question/140038/violation-of-apple-review-guild-1113
Basically, keep it all in the app.

How do I submit my Facebook graph api action for approval?

I have a mobile phone app, supporting web site and a Facebook account
When certain actions are taken on my phone app I interact with my web server. My web server then posts some info to a page on MY Facebook account.
I chose to use the graph api to achieve the posts to my Facebook page but I can see no way of complying with Facebooks requirements for submission.
When I try to submit facebook states the following
No Aggregations created for this Action Type. Please create a
completed Aggregation populated with sample data before submitting for
review.
Firstly I have no idea what an aggregation is?
Then the docs state
Review your Action Type before submitting for approval. Make sure your
definition is complete and your app is testable end-to-end for
publishing actions of this Action Type
Which makes sense but how do I get my mobile app to Facebook staff so they can test?
I should add that all works fine in development mode
If you are trying to create an action via the Facebook Open Graph Beta, you should first look into the documentation here. There you will find all information on actions, objects and aggregations you can generate on the timeline.
Further you will have to go to the subsection Open Graph of your App Settings:
https://developers.facebook.com/apps/YOUR_APP_ID/opengraph and create your aggregations populated with sample data.
If you want to make a simple post though, then use the Graph API and POST a Post object to the feed connection of the User object. There are a lot of examples and tutorials on the web and a lot of questions on that matter here on stackoverflow.

Resources