RE: In-App Purchase Subscription

2019-09-26 Thread Ralph DiMola via use-livecode
Lagi,

You can test purchasing by creating test sandbox iTunes user on
iTunesConnect. Then login in to it on your test device. You can then
purchase without cost. The only test you can't do is a dispute cancelation.
That you need the low tier test on a live iTunes account to fully test.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Lagi Pittas via use-livecode
Sent: Thursday, September 26, 2019 6:17 AM
To: How to use LiveCode
Cc: Lagi Pittas
Subject: Re: In-App Purchase Subscription

Hi Heather,

Todd is Au Fait with all that, it wasn't purchases that were the problem it
was subscriptions , Todd wrapped that up it up easily on the Google Play
Store..
In the end I Googled(Duck Duck Go'd actually)  and found a MUCH easier way
by enabling server to server notifications.

So with a bit of Node.JS on the server,  the code doesn't depend on language
features  for subscriptions and can be used in any language than can do a
HTTP POST.

https://developer.apple.com/documentation/storekit/in-app_purchase/enabling_
server-to-server_notifications

https://tjaart.gitlab.io/post/implementing_app_transport_security_on_nodejs/


Hope this helps others.

Oh and thanks to Ralph for the low cost tier trick - seems we have to put
the App on the store before we can test.

Lagi


On Thu, 26 Sep 2019 at 09:06, Heather Laine via use-livecode <
use-livecode@lists.runrev.com> wrote:

> In case its helpful:
>
>
> http://lessons.livecode.com/m/4069/l/186807-how-do-i-implement-in-app-
> purchases-in-livecode-apple-appstore
> <
> http://lessons.livecode.com/m/4069/l/186807-how-do-i-implement-in-app-
> purchases-in-livecode-apple-appstore
> >
>
> Regards,
>
> Heather
>
> > On 25 Sep 2019, at 17:28, Todd Fabacher via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Hello LiveCode community,
> >
> > Does anyone have a sample of selling a subscription using LiveCode's
> In-App
> > Purchase functionality? We are looking to sell an app with a monthly
> fee. I
> > have it set up in Apple correct, but getting errors in testing.
> >
> > --Todd Fabacher
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: In-App Purchase Subscription

2019-09-26 Thread Lagi Pittas via use-livecode
Hi Heather,

Todd is Au Fait with all that, it wasn't purchases that were the problem it
was subscriptions , Todd wrapped that up it up easily on the Google Play
Store..
In the end I Googled(Duck Duck Go'd actually)  and found a MUCH easier way
by enabling server to server notifications.

So with a bit of Node.JS on the server,  the code doesn't depend on
language features  for subscriptions and can be used in any language than
can do a HTTP POST.

https://developer.apple.com/documentation/storekit/in-app_purchase/enabling_server-to-server_notifications

https://tjaart.gitlab.io/post/implementing_app_transport_security_on_nodejs/


Hope this helps others.

Oh and thanks to Ralph for the low cost tier trick - seems we have to put
the App on the store before we can test.

Lagi


On Thu, 26 Sep 2019 at 09:06, Heather Laine via use-livecode <
use-livecode@lists.runrev.com> wrote:

> In case its helpful:
>
>
> http://lessons.livecode.com/m/4069/l/186807-how-do-i-implement-in-app-purchases-in-livecode-apple-appstore
> <
> http://lessons.livecode.com/m/4069/l/186807-how-do-i-implement-in-app-purchases-in-livecode-apple-appstore
> >
>
> Regards,
>
> Heather
>
> > On 25 Sep 2019, at 17:28, Todd Fabacher via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Hello LiveCode community,
> >
> > Does anyone have a sample of selling a subscription using LiveCode's
> In-App
> > Purchase functionality? We are looking to sell an app with a monthly
> fee. I
> > have it set up in Apple correct, but getting errors in testing.
> >
> > --Todd Fabacher
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: In-App Purchase Subscription

2019-09-26 Thread Heather Laine via use-livecode
In case its helpful:

http://lessons.livecode.com/m/4069/l/186807-how-do-i-implement-in-app-purchases-in-livecode-apple-appstore
 


Regards,

Heather

> On 25 Sep 2019, at 17:28, Todd Fabacher via use-livecode 
>  wrote:
> 
> Hello LiveCode community,
> 
> Does anyone have a sample of selling a subscription using LiveCode's In-App
> Purchase functionality? We are looking to sell an app with a monthly fee. I
> have it set up in Apple correct, but getting errors in testing.
> 
> --Todd Fabacher
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: In-App Purchase Subscription

2019-09-25 Thread Ralph DiMola via use-livecode
2 quick notes on iOS in-app products.
1) DO NOT add a screen shot until you are getting ready to submit. The
in-app product will time-out and you can't test.
2) Apple has never provided a facility to test a purchase that the user
disputes and gets canceled in the sandbox. The only way to test is to put
the app into production using a "special" product for tier 1 and pay the
$.33 US royalty every time you test. The big rub here is that Apple only
allows users it dispute and cancel an in-app product purchase a few times
before you will be cut-off from disputes. Apple... go figure.

My code is so big(bloated with some spaghetti I'm embarrassed to say) and
tied so tightly into my app and handles both PlayStore/iOS, I don't know if
it will be much help.
You basically have to enable and wait for and process the various messages
that you will get as a user navigates thru the Apple purchase prompts. I
would start by testing in the sandbox and logging the various messages to
get the feel on how the process progresses.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Todd Fabacher via use-livecode
Sent: Wednesday, September 25, 2019 12:28 PM
To: Use-livecode Use-livecode
Cc: Todd Fabacher
Subject: In-App Purchase Subscription

Hello LiveCode community,

Does anyone have a sample of selling a subscription using LiveCode's In-App
Purchase functionality? We are looking to sell an app with a monthly fee. I
have it set up in Apple correct, but getting errors in testing.

--Todd Fabacher
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


In-App Purchase Subscription

2019-09-25 Thread Todd Fabacher via use-livecode
Hello LiveCode community,

Does anyone have a sample of selling a subscription using LiveCode's In-App
Purchase functionality? We are looking to sell an app with a monthly fee. I
have it set up in Apple correct, but getting errors in testing.

--Todd Fabacher
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode