h1k3's Forum Posts

  • Hi back,

    I'm not exactly sure how you are having an issue or why the negativity in place of asking for assistance. That aside follow these steps to send an sms message:

    1: Install the plugin by dragging the c2addon file into Construct 2 IDE

    2: Restart Construct 2

    3: Open the project you wish to send an sms from

    4: From any layout, right click and choose insert new object

    5: Find and install SMS from the PhoneGap section

    6: Add a trigger condition, such as button on clicked

    7: In that event click on add action

    8: Find SMS and open it. From the SMS menu, choose Send SMS. It will be the bottom most action.

    9: Fill in the phone number and message you want to send before clicking done.

    10: That is all it takes my friend. Once you install it the first time it will become very easy to maneuver for you. If it doesn't don't hesitate to send me a private message. I get alerts for those to my email so I end up seeing and responding to those faster.

    Have a great day,

    Hi .. Just purchased this plugin

    BUT where is documentation ?

    http://lockegames.com/cordova-sms.html

    This is a real disappointment, thougt that It could be used

    for user would open the sms contacts > pick a number and

    then send.

    User cant even put in a phone number ?

    Hmmm

  • It uses this:

    https://github.com/cordova-sms/cordova-sms-plugin

    Okay .. But what plugin is used for the build ?

    R/

  • Hi ... have you tested it yet with XDK

    and is there a tutor in how to setup/use it

    REGARDS

    I have not tested on XKD. There i no setup, just use the actions wherever needed. I am available via email to answer any questions about how to use, but it's pretty straight forward.

  • I purchased this after reading your FAQ.

    To use the plugin, I insert the "Toast" object to the layout and add a "Toast - Show Toast" action in an event to the event sheet.

    Then I export the project as HTML5 & test the output with the Android device.

    As soon as I trigger an event the browser's page hangs up without any notification.

    (It shows a javascript alert when I tested in the preview)

    Tell me what should I do to solve the problem.

    I may be mis-understanding but I do not believe you should not be exporting to html. Please contact me at . I would be happy to assist you with this.

  • Zymantas

    Yes itt will work with Phonegap build service.

  • qngnht

    Yes it does

  • You can find the old ones in my Facebook group under files. Which from the group request it looks like you already figured out.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I think we spoke via email earlier today. If not can you provide further information on any errors you are receiving.

    Possible issue:

    It's usually just a case of trying to preview your app from Construct 2 preview. If that is the case, it will not work. It pulls a Phonegap specific library down from NPM or Github that is not pulled during html/Construct 2 preview. To fix this I would recommend building and testing from the build.phonegap.com platform.

    I'm getting a javascript error, please can you look into this?

  • Are you trying to view this from Construct 2 preview? If so, it will not work, apologies. It only works under a phonegap environment. build.phonegap.com is a rather easy to use system for rapidly building and testing your mobile applications. If you need further assistance don't hesitate to let me know at .

    I encountered error when try to run basic project using this plug in with "I love construct2!".

    "Javascript error!

    Uncaught Type error: Cannot read property 'speak' of undefined http:// 192.168.0.175:50000/locke_cordova_tts_plugin.js, line 40 (col 19)

    This maybe a bug..."

    Should it be still working?

  • I will look into that after the holiday.

    Does exactly what it says

    Only wish for improvement: be able to set the volume

    Cheers,

    Toby

  • I have a phonegap camera plugin for sale on my site.

    https://h1k3.tech/camera-file-transfers-phonegap/

    ethanpil i don't either.. i am looking for more plugins for camera now.

  • saad Swad

    I don't currently have it for sale. It requires quite a bit of customizing to adequately implement in app purchases securely using this method. I keep it around for the occasional person who would like to contract me out to assist with it. My site isn't completely functional yet, but you can see testimonials from other users here: https://h1k3.tech/testimonials/ if you wanted to see some.

    Paypal by default secures itself very nicely. ALL of their processing code is performed on their own servers. The general flow is

    1: Create a buy button in your Paypal account. It shows you button code when you complete this step(This puts a layer between your Paypal, the developer, and user)

    2: Add the button code to your app(My plugin just streamlined this, doesn't actually access your paypal account)

    3: Create a database on your own server to save player information and purchase information.

    4: Create an IPN callback file. When step 2 is complete, Paypal handles the transaction and then sends the results to the IPN file. So it will return whether the transaction was cancelled, or it will contain information on the transaction. If I recall it contains a success code, number of items purchased, and any other information that you might have requested that it pass along. If I recall it also returns a hashed string that you can then send to Paypal to verify the information that was just sent to the IPN file(This step will help prevent fraudulent transactions).

    5: Place code in the IPN file to verify the transaction on paypals server and then save the transaction to the user database on your server.

    It's quite the process, but it sort of needs to be in order to be secure for both you and the user.

    I do have a few plugins for sale on the Scirra store, although not much at the moment. I also implemented In App purchases on Facebook for someone. You can check it out https://apps.facebook.com/wild_bunch/?f ... ppcenter=1 It's quite the addictive little game.

    Hope that answers some questions and Happy coding,

    Lance

    BUY Now Paypal Button Intro:

    https://developer.paypal.com/docs/class ... ow_step_1/

    IPN Example

    https://developer.paypal.com/docs/classic/ipn/ht_ipn/

    h1k3 I don't see the plugin to buy it...

  • hi h1k3 did you still sell your facebook plugin? where do you sell it? I can't open your site as it show 404 page.

    There's a basic version on the Scirra store.

  • You can probably find something here to use as a starting example. Hope it helps.

    http://www.phpclasses.org/search.html?w ... o_search=1

    Hi guys,

    I'm attempting to use your Lockbox to encrypt Web socket data before sending. The Construct part is fine, it's working well, but I'm having trouble decrypting on the other side (I've tried a NodeJS server and .NET) Are there any examples of the backend required to decrypt the resulting AES/CCM protocol? This seems like a particularly difficult protocol to decrypt as IV length can vary according to data length, or am I mistaken?

    Thanks!

  • Hi guys,

    I'm attempting to use your Lockbox to encrypt Web socket data before sending. The Construct part is fine, it's working well, but I'm having trouble decrypting on the other side (I've tried a NodeJS server and .NET) Are there any examples of the backend required to decrypt the resulting AES/CCM protocol? This seems like a particularly difficult protocol to decrypt as IV length can vary according to data length, or am I mistaken?

    Thanks!

    Let me look into that. Is there an email address I can communicate with you, to speed up the process? You can reach me at