Corona Links inside Fortumo Website are all corrupt

If you click any link from anywhere about Corona inside Fortumo website, it just doesn’t work

even if the links are provided by Forumo’s search engine on their portal

so i’m unable to get sample code… because what i have now does not work

as soon as i select to initiate a payment i get a native alert saying that Payment Details could not be loaded…

so i’m not really sure what did i do wrong

i already created an account with fortumo, configured a service, and used provided data in my app but nothing is happening

any help please

local fortumo = require("plugin.fortumo")

local function sayHi() --do something here end function onPaymentComplete( response )     local productName = response.productName     local serviceId = response.serviceId     if ( response.billingStatus == fortumo.BILLING\_STATUS\_BILLED ) then         --the payment was successful         sayHi()    elseif ( response.billingStatus == fortumo.BILLING\_STATUS\_PENDING ) then         --the payment was probably successful (must wait to be sure)     else         --cancelled or failed     end end local function buyCredit()     local request = fortumo.newPaymentRequest()     request:setService( "db5bede2ec590f6743c41d99aae64a54", "01fbf40059f77070fbf70180c3884036" )     request:setProductName( "QismahNaseeb" )     request:setType( fortumo.PRODUCT\_TYPE\_NON\_CONSUMABLE )     fortumo.makePayment( request, onPaymentComplete ) end buyCredit()

Can you provide some URLs where we can see this?

Rob

@Rob

this link is a search for the word corona inside fortumo website … 28 results retrieved … none of them work!

https://developers.fortumo.com/search/?q=corona

also the sample code URL below from corona website from this page https://docs.coronalabs.com/plugin/fortumo/index.html

http://developers.fortumo.com/wp-content/uploads/CoronaSample.zip

We don’t have any control over their website. Let me see if I can find out what’s going on.

Rob

Just received this email!!

Hi,

 

Unfortunately Corona plugins are not supported anymore. For Android developers, we recommend switching over to our native Android SDK.

 

Hopefully this will be helpful.
 

Best regards,

So you confirm that there is no more support for corona sdk with fortumo then. I mean: I was trying it on an app test and I always get a message showing up, telling me that the network connection might be down and transaction failed… so probably the reason …

Our business development team has reached out to them to see the status. I’ll report back here if we learn anything. But given that the post above says they have dropped support, it’s reasonable that you would get network errors.

Rob

We heard back from Fortumo and to keep it simple, Google requires IAP to go through Google Play for devices with Google Play installed on them. Fortumo has shifted their business focus to markets where Google allows 3rd party billing or Google Play is not in the equation.

For now, you should look to use Google Play IAP or Amazon IAP for Android devices. It sounds like the old plugin isn’t going to work any more and there are not immediate plans for them to service games and standalone apps. 

Rob 

Can you provide some URLs where we can see this?

Rob

@Rob

this link is a search for the word corona inside fortumo website … 28 results retrieved … none of them work!

https://developers.fortumo.com/search/?q=corona

also the sample code URL below from corona website from this page https://docs.coronalabs.com/plugin/fortumo/index.html

http://developers.fortumo.com/wp-content/uploads/CoronaSample.zip

We don’t have any control over their website. Let me see if I can find out what’s going on.

Rob

Just received this email!!

Hi,

 

Unfortunately Corona plugins are not supported anymore. For Android developers, we recommend switching over to our native Android SDK.

 

Hopefully this will be helpful.
 

Best regards,

So you confirm that there is no more support for corona sdk with fortumo then. I mean: I was trying it on an app test and I always get a message showing up, telling me that the network connection might be down and transaction failed… so probably the reason …

Our business development team has reached out to them to see the status. I’ll report back here if we learn anything. But given that the post above says they have dropped support, it’s reasonable that you would get network errors.

Rob

We heard back from Fortumo and to keep it simple, Google requires IAP to go through Google Play for devices with Google Play installed on them. Fortumo has shifted their business focus to markets where Google allows 3rd party billing or Google Play is not in the equation.

For now, you should look to use Google Play IAP or Amazon IAP for Android devices. It sounds like the old plugin isn’t going to work any more and there are not immediate plans for them to service games and standalone apps. 

Rob