donations

Donate Feature inside iPhone app

99封情书 提交于 2020-01-11 03:32:22
问题 I am planning to develop a free app. Which could be useful for many people. So, I am planning to put a donate button inside my app. So if any people finds it useful, they will donate for development. Is it good if we implement in app purchase to achieve this functionality. I am not sure is this possible. Please correct me if this question is wrong and I will remove it. Thank you in advance. 回答1: Try to search. There are multiple questions on how to handle donations. You have to look for App

Paypal: trying to pass an amount with a Donation button

风格不统一 提交于 2019-12-20 10:55:55
问题 I have a Donate button set up for the user to enter the donation amount. I am trying to send an amount with the button. I can enter amount=1.00 in the Add Advanced Variables in the button setup - that works fine. However, I have had no success sending the amount as part of the URL. I have added the following line to the PayPal button form: <input type="hidden" name="amount" value="9.99" /> but the amount field is blank when I get to PayPal. Any thoughts what I am doing wrong? 回答1: If you're

What is the best practice for unlocking app features to the user in Android?

戏子无情 提交于 2019-12-19 02:06:16
问题 I just developed an Android App which I´d like to distribute for free. In order to be able to earn some money for my work, I´d like to add some adverts or notification to the app. If a user decides to donate some money, he will receive an unlock code for the "donate" version using some kind of unlock code. Is there any "best practice" for implementing this in Android? Thanks! 回答1: Yes, there is. It's in-app billing. :-) * edited because of the moderator comment. After reading the link above,

How to integrate a “donate” button into a website in India?

耗尽温柔 提交于 2019-12-05 14:38:13
问题 We are developing a website for a charity trust in India. For this we need to add a "donate" button to the website for anyone who wants to donate to the charity through a payment gateway. However, both Paypal and Google Wallet / Google Checkout restrict the use of the "donate" button in India (Google, rather than a donate button, provide a "support" button). Are either of these payment gateways possible to integrate into a website in India? Or are there any other alternatives? 回答1: Indian

How to integrate a “donate” button into a website in India?

限于喜欢 提交于 2019-12-03 23:23:12
We are developing a website for a charity trust in India. For this we need to add a "donate" button to the website for anyone who wants to donate to the charity through a payment gateway. However, both Paypal and Google Wallet / Google Checkout restrict the use of the "donate" button in India (Google, rather than a donate button, provide a "support" button). Are either of these payment gateways possible to integrate into a website in India? Or are there any other alternatives? Indian merchants cannot use Donation buttons through PayPal. If you tried to pass cmd=_donations in your button code

Paypal: trying to pass an amount with a Donation button

只谈情不闲聊 提交于 2019-12-03 03:58:26
I have a Donate button set up for the user to enter the donation amount. I am trying to send an amount with the button. I can enter amount=1.00 in the Add Advanced Variables in the button setup - that works fine. However, I have had no success sending the amount as part of the URL. I have added the following line to the PayPal button form: <input type="hidden" name="amount" value="9.99" /> but the amount field is blank when I get to PayPal. Any thoughts what I am doing wrong? If you're creating a so called 'hosted button' (that is, a button where the button details are stored on the PayPal

What is the best practice for unlocking app features to the user in Android?

血红的双手。 提交于 2019-11-30 19:46:35
I just developed an Android App which I´d like to distribute for free. In order to be able to earn some money for my work, I´d like to add some adverts or notification to the app. If a user decides to donate some money, he will receive an unlock code for the "donate" version using some kind of unlock code. Is there any "best practice" for implementing this in Android? Thanks! Yes, there is. It's in-app billing . :-) * edited because of the moderator comment. After reading the link above, you'll understand that you can implement various packages that will provide, each, the desired

How can I handle donations through iOS?

。_饼干妹妹 提交于 2019-11-30 08:13:39
My team and I are going to write an app for an organisation where the user can donate to this organisation. The app itself is not the problem, but we don't really know how we can handle this. Our first thought was that we could make the donations like if you purchase an item in a game for real money. But there are 2 problems: There are only fixed amounts like 99c and so on Apple gets 30%, and we want the user to know who gets how much. The developers: 10%, The Organisation 90%. But if Apple gets 30% of ALL the money, and people see that, they may not donate for that reason. I wouldn't either.

Is there another way of launching the Messages app in iOS? (for donations)

匆匆过客 提交于 2019-11-30 05:17:07
We're trying to submit an iOS app that makes charitable SMS donations. We've done a number of these in the past without issue; but Apple is no longer willing to accept our approach and have rejected our app. Their claim is that the app doesn't comply with point 21.2 of the guidelines. Which is: 21.2 The collection of donations must be done via a web site in Safari or an SMS In the past, and in this current app, we are using MFMessageComposeViewController in the MessageUI framework to build the SMS message. We use this because; being a donation to a shortcode we need to be able to write a

How can I handle donations through iOS?

£可爱£侵袭症+ 提交于 2019-11-29 11:50:20
问题 My team and I are going to write an app for an organisation where the user can donate to this organisation. The app itself is not the problem, but we don't really know how we can handle this. Our first thought was that we could make the donations like if you purchase an item in a game for real money. But there are 2 problems: There are only fixed amounts like 99c and so on Apple gets 30%, and we want the user to know who gets how much. The developers: 10%, The Organisation 90%. But if Apple