A serious Gripe with Adobe Phonegap

55 views
Skip to first unread message

BCG Mobile

unread,
Feb 18, 2018, 9:45:21 PM2/18/18
to phonegap
I have a serious gripe with phone gap... (Which cost me 12 hours of sleep)

My question is what doesn't the initial hello world app come with the purchase plugin installed and working or even a few quick example or maybe even an ad plugin.

Do they think people make apps for the heck of it or to make some kind of money? I don't get it...

jcesarmobile

unread,
Feb 19, 2018, 10:02:05 AM2/19/18
to phonegap
Hello World is Hello World

As Phonegap is free, maybe they think everybody does things for free, right?

Rob Willett

unread,
Feb 19, 2018, 12:19:48 PM2/19/18
to phon...@googlegroups.com
The reason why the sample app doesn't come with a purchase plugin or an ad plugin is they are useless for a hello world app. 

Do you have any idea how difficult setting up purchasing for either IOS or Android is? If you know enough about how to use them, installation of them is simple, if you don;t know how to use them, and downloading the helloworld app indicates you might be a starter, having these additional plugins simply complicates things.

The reason why the original C program was 
#include <stdio.h>

main ()
{
printf("Hello World\n");
}

(and thats the original version) was that it proved that your compilation tool chain worked, It provided that the right libraries got linked, it proved that the C preprocessor worked. It gave the user a sample program that worked. It was simple and easy to get going, nothing complicated. 

Now if you do not need the Hello World app then you know how to use the plugin system, you also know that there are more than one purchase plugin, that each have their foibles and that each of them are really difficult and you need a good understanding of a whole range of other technologies. Technologies that are not necessary for a simple Hello World.

Hope this helps,

Rob

--
-- You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
phonegap+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en
 
For more info on PhoneGap or to download the code go to www.phonegap.com
---
You received this message because you are subscribed to the Google Groups "phonegap" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phonegap+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages