¡@

Home 

2014/10/15 ¤U¤È 10:09:55

iphone Programming Glossary: goods

Donate Feature inside iPhone app

http://stackoverflow.com/questions/12702564/donate-feature-inside-iphone-app

11.2 11.4 and judge if donation to non charities Charities covered in 12 are allowed I would say no. This is virtual goods not consumed inside the App. To work around it let people pay for a different background color or some minor functionality..

Pay for a physical product with in-app purchase

http://stackoverflow.com/questions/1980595/pay-for-a-physical-product-with-in-app-purchase

iPhone Application And PayPal

http://stackoverflow.com/questions/2084729/iphone-application-and-paypal

the sample UI to access PayPal but how can I implement the same thing Is it legal to use PayPal to deliver virtiual goods Application Functionality or Apple can reject this Thanks. iphone paypal share improve this question According to apple's.. share improve this question According to apple's App Store guidelines document if you are going to sell Digital goods upgrades or subscription Your only choice if Apple's In App Purchase. Charity donation You must redirect the user to a website.. donation You must redirect the user to a website using Safari you CAN'T use a UIWebView inside the app. Physical goods you CAN'T user Apple's In App Purchase you need to use a website or any other method for example the new PayPal Library...

Purchase physical product from iPhone app without Apple in app purchase

http://stackoverflow.com/questions/3355313/purchase-physical-product-from-iphone-app-without-apple-in-app-purchase

gateway shopping cart in app purchase product share improve this question You are not permitted to sell physical goods or services using 'In App Purchasing' since the goods purchased via this method must relate directly to the app using them... improve this question You are not permitted to sell physical goods or services using 'In App Purchasing' since the goods purchased via this method must relate directly to the app using them. You are free to implement your own payment handling.. relate directly to the app using them. You are free to implement your own payment handling system for selling physical goods though for instace the PayPal API If you already have a website for this purpose you could even forward them to that to..

Will use of the paypal ios library get my app rejected?

http://stackoverflow.com/questions/3894202/will-use-of-the-paypal-ios-library-get-my-app-rejected

anyone successfully published an app in the app store that uses this library If so what was the purchase for Digital goods Physical goods Content iphone ios paypal app store appstore approval share improve this question quote from some forum.. published an app in the app store that uses this library If so what was the purchase for Digital goods Physical goods Content iphone ios paypal app store appstore approval share improve this question quote from some forum Hello Apple.. this question quote from some forum Hello Apple policy restricts from using our library for accepting digital goods. Use our library should be for hard goods donations personal payments and services only. I hope this clarifies your question...

In App Purchase

http://stackoverflow.com/questions/6210065/in-app-purchase

App Purchase in the App Store Review Guidelines is stated in section that Apps using IAP to purchase physical goods or goods and services used outside of the application will be rejected. Looking also into iOS Developer Program License.. Purchase in the App Store Review Guidelines is stated in section that Apps using IAP to purchase physical goods or goods and services used outside of the application will be rejected. Looking also into iOS Developer Program License Agreement.. Guidelines I can see there in Attachment 2 section 1. 1.11 that You may not use the In App Purchase API to offer goods or services to be used outside of Your Application. 1 According to my understanding everything which is not consumed within..

If I use the PayPal gateway in my iPhone app, will Apple approve it? [closed]

http://stackoverflow.com/questions/7005929/if-i-use-the-paypal-gateway-in-my-iphone-app-will-apple-approve-it

content functionality or services in an app will be rejected Additionally note that any purchase of real world goods or services is not allowed as per section 11.3. I suggest reading the whole document or at least section 11 and 20 if it's..

Has anyone implemented the PayPal API through a native iPhone app?

http://stackoverflow.com/questions/779423/has-anyone-implemented-the-paypal-api-through-a-native-iphone-app

share improve this question Re Update As answered below this code may still be useful for the purchase of physical goods Update Although this code works App Store terms won't allow you to use this code within an app. Original Answer I figured..