Search found 9 matches

Go to advanced search

by Michael Howey
Sat Aug 02, 2014 7:40 pm
Forum: Issues
Topic: Billing Issues
Replies: 5
Views: 304
 
Jump to post

Billing Issues

You win! I'll just switch to the $25 a month plan and only hold 3 app with you guys. I'll use unity and corona sdk for the heavy lifting. Seems silly that you guys send out emails telling customers they are grandfathered in and then take it back a few months later.

by Michael Howey
Sat Aug 02, 2014 7:21 pm
Forum: Issues
Topic: Billing Issues
Replies: 5
Views: 304
 
Jump to post

Billing Issues

That is not true. My plan did not expire and I have emails from Appery saying I would be grandfathered in. There is no place in the account settings to update a card

by Michael Howey
Sat Aug 02, 2014 7:01 pm
Forum: Issues
Topic: Billing Issues
Replies: 5
Views: 304
 
Jump to post

Billing Issues

My credit card on file expired and there is no place on your website to update it. I'm being told I have to pay the new plan price because my card expired. $30 more a month! I find that to be crap. That's no way to run a business I hope someone here can get this fixed for me

by Michael Howey
Tue May 27, 2014 9:40 pm
Forum: Issues
Topic: I'm trying to install a video ad service "Vungle".
Replies: 3
Views: 183
 
Jump to post

I'm trying to install a video ad service "Vungle".

I need to get Adcolony and Vungle installed. Having trouble getting any support from either company.

by Michael Howey
Tue May 27, 2014 9:38 pm
Forum: Issues
Topic: I'm trying to install a video ad service "Vungle".
Replies: 3
Views: 183
 
Jump to post

I'm trying to install a video ad service "Vungle".

Yup, no plugins exist except for Unity. Looks like I may have to switch from Appery to Unity if i can get this figured out. Not happy, love appery

by Michael Howey
Sun May 25, 2014 4:53 pm
Forum: Issues
Topic: I'm trying to install a video ad service "Vungle".
Replies: 3
Views: 183
 
Jump to post

I'm trying to install a video ad service "Vungle".

I'm trying to install a video ad service "Vungle". Has anyone here been able to accomplish it? Does appery offer a plugin?

by Michael Howey
Sun Feb 16, 2014 6:04 pm
Forum: Issues
Topic: Go back fails to load page correctly after using swipe on previous page
Replies: 4
Views: 279
 
Jump to post

Go back fails to load page correctly after using swipe on previous page

Anyway this may help someone else

At the top of my custom jQuery file I added this

var $j = jQuery.noConflict();

Then I replaced
$('.bestScore').html(thebestscore);

with

$j('.bestScore_num').html(thebestscore);

by Michael Howey
Sun Feb 16, 2014 5:54 pm
Forum: Issues
Topic: Go back fails to load page correctly after using swipe on previous page
Replies: 4
Views: 279
 
Jump to post

Go back fails to load page correctly after using swipe on previous page

Turns out to be a conflict issue. If I wrap my "game jquery" with the following everything seems to work. However now my game only works once correctly. It allows me to play it a second time but it is not firing off as it should. $.noConflict(); jQuery( document ).ready(function( $ ) { // ...
by Michael Howey
Sun Feb 16, 2014 4:15 pm
Forum: Issues
Topic: Go back fails to load page correctly after using swipe on previous page
Replies: 4
Views: 279
 
Jump to post

Go back fails to load page correctly after using swipe on previous page

Swipe fails and page loads half way when using the back button. When I load the app every thing works as expected. Swipe working but when I click a button to navigate to another page and then use the back button everything seems to fail. The page that contains the swipe loads half way. The button st...

Go to advanced search