Search found 20 matches

Go to advanced search

by Nick B
Fri Aug 01, 2014 9:13 am
Forum: Issues
Topic: Where do I upload my p12 file?
Replies: 3
Views: 409
 
Jump to post

Where do I upload my p12 file?

It does not say where the p12 files needs to be uploaded

by Nick B
Fri Aug 01, 2014 8:39 am
Forum: Issues
Topic: Where do I upload my p12 file?
Replies: 3
Views: 409
 
Jump to post

Where do I upload my p12 file?

Hi,

In your instructions it says that I should upload my .p12 file in order to be able to import my certificates into Appery. Questions is where do I upload the p12 file to?

http://devcenter.appery.io/documentat...

by Nick B
Tue Jul 29, 2014 7:54 pm
Forum: Issues
Topic: Whitelisting external hosts
Replies: 3
Views: 407
 
Jump to post

Whitelisting external hosts

Hi Evgene, Thanks for your reply. I should clarify: Getting the data works fine using the REST API I put on the DB, it's sending the data that is not working. When someone taps a button, a $.post action is executed to a php on my server to update a field in my DB. This action does not seem to get ex...
by Nick B
Tue Jul 29, 2014 9:52 am
Forum: Issues
Topic: Whitelisting external hosts
Replies: 3
Views: 407
 
Jump to post

Whitelisting external hosts

If I use an external db to get data for my app, can you confirm I need to whitelist the external url where the db is located for the Android and iOS builds? For example, for iOS, there is Externalhosts that needs to be edited. Is there a way to edit this Externalhosts in Appery or do I need to expor...
by Nick B
Mon Jul 28, 2014 3:35 pm
Forum: Issues
Topic: Analytics and Conversion tracking
Replies: 1
Views: 340
 
Jump to post

Analytics and Conversion tracking

My app is finished and I want to be able to add Google analytics to it but I am not sure sure how to proceed. If I export my app to Android/iOS, is it enough to add the JS code that G Analytics provides? Or do I need to add an SDK? Also, when advertising the app with G Adwords, do I need to add the ...
by Nick B
Fri Jul 18, 2014 3:08 pm
Forum: Issues
Topic: Connection refused PUT/POST method restservice
Replies: 3
Views: 424
 
Jump to post

Connection refused PUT/POST method restservice

Hi Katya,

They are allowed.

I've also whitelisted the Appery domain in my hosting account.

Any ideas what could be done?

by Nick B
Fri Jul 18, 2014 2:22 pm
Forum: Issues
Topic: Connection refused PUT/POST method restservice
Replies: 3
Views: 424
 
Jump to post

Connection refused PUT/POST method restservice

Hi, I have a restservice to fetch data from my mysql db which is on another domain. When using the get method, everything works fine with the proxy enabled in Appery. However when I try to use put/post, I get the following error message: "response":"org.apache.http.conn.HttpHostConnec...
by Nick B
Fri Jul 04, 2014 9:47 am
Forum: Issues
Topic: Adding html to html component that is mapped to a service
Replies: 8
Views: 823
 
Jump to post

Adding html to html component that is mapped to a service

Thanks for the help Yurri. I managed to solve it by adding a simple label to the listitem and then editing the JS in the mapping section with the following: codevar x = value.Rating; var y = "rating-static rating-" + String(x); $(element).find('#results_label_rating')&#...
by Nick B
Thu Jul 03, 2014 9:32 pm
Forum: Issues
Topic: Adding html to html component that is mapped to a service
Replies: 8
Views: 823
 
Jump to post

Adding html to html component that is mapped to a service

Hi Katya, Didn't manage to solve it yet unfortunately. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1072831/ratingscreenshot_inline.jpg?1404422832 My problem is that only the first listitem contains the span html. The other listitems do not have it but the labels are there. How do I add this span...
by Nick B
Thu Jul 03, 2014 3:50 pm
Forum: Issues
Topic: Adding html to html component that is mapped to a service
Replies: 8
Views: 823
 
Jump to post

Adding html to html component that is mapped to a service

Sorry, html went missing. The span would look something like this:
span class="rating-static rating-25"</span

Go to advanced search