Search found 136 matches

by Peter@multidesk.se
Mon Mar 17, 2014 6:23 pm
Forum: iOS Deployment
Topic: The chosen folder is not a valid iOS SDK
Replies: 1
Views: 2294

The chosen folder is not a valid iOS SDK

This is what i get when i try to add a new entry to my iOS development SDK,s
"The chosen folder is not a valid iOS SDK"
i have updated my xcode to 5.1 and the only option to choose, when I shall choose the path, seems to be the xCode program itself.

What to do?

///Peter
by Peter@multidesk.se
Sun Mar 16, 2014 6:31 pm
Forum: iOS Deployment
Topic: Codesigning failed whith iPhone Distribution
Replies: 1
Views: 1905

Codesigning failed whith iPhone Distribution

This happens when I try to build for posting my app to the app store. "There was an error while saving the standalone application codesigning failed whith iPhone Distribution" /Users/peterdahlstrom/Library/Keychains/login.keychains It works to build with my development profile but not with my distri...
by Peter@multidesk.se
Wed Mar 12, 2014 6:47 pm
Forum: iOS Deployment
Topic: Can not upload my app to the app store
Replies: 1
Views: 1928

Can not upload my app to the app store

Can not upload my app to the app store What am I doing wrong when this happens? The application Loader says: Apple's web service operation was not successful Unable to authenticate the package: 839561056.itmsp Error ITMS-9000: "This bundle is invalid. it does not contain a .app bundle, witch must be...
by Peter@multidesk.se
Wed Mar 12, 2014 11:39 am
Forum: Android Deployment
Topic: Deploy to Android Market
Replies: 5
Views: 4277

Re: Deploy to Android Market

Thanks, I got it working now. :D
It helped to read all the documentation from Google a bit more thoroughly.
And also to look through the LiveCode lessons in this topic one more time.

I was tired and grumpy when I wrote the original post, nothing seemed to be working right then.


///Peter
by Peter@multidesk.se
Mon Mar 10, 2014 6:25 pm
Forum: Android Deployment
Topic: Deploy to Android Market
Replies: 5
Views: 4277

Deploy to Android Market

I simply do not understand, How do I sign my app? What about the keysigning when it is a priced app? How can I upload my app on the Play Store? What files do I need and where can I find them? Is there anything specific I have to consider when I shall do this from Live Code? Should it be this hard to...
by Peter@multidesk.se
Fri Feb 14, 2014 11:10 am
Forum: Android Deployment
Topic: Unable to build for Android (apk Preparation failed)
Replies: 3
Views: 3023

Unable to build for Android (apk Preparation failed)

I'm trying to build my project for Android, which was originally built for iOS. I have now saved the project under a new name and configured as a standalone for Android. But after that, I get the "Unable to build: apk Preparation failed" message. I have tried to delete the file "debug.keystore" unde...
by Peter@multidesk.se
Fri Feb 07, 2014 10:45 am
Forum: Building Externals
Topic: Plug-in
Replies: 6
Views: 9519

Re: Plug-in

How does that work when I build a stand-alone, for example, iOS or Android?
Somehow I have to implement the first stack script with my standalone for this to work.

/ Peter
by Peter@multidesk.se
Thu Feb 06, 2014 10:39 pm
Forum: Building Externals
Topic: Plug-in
Replies: 6
Views: 9519

Re: Plug-in

I have a stack that contains a number of cards that I want my customers to be able to modify the appearance of. They shall have the ability to add graphics, text fields, buttons, and their own code to their personal preference. These modifications may only take place on the cards, and not on the sta...
by Peter@multidesk.se
Thu Feb 06, 2014 3:49 pm
Forum: Building Externals
Topic: Plug-in
Replies: 6
Views: 9519

Plug-in

How do I build a plug-in for Live code, so that my customers can use my functions and calculations in their own programming without seeing my code.

///Peter
by Peter@multidesk.se
Fri Jan 10, 2014 5:24 pm
Forum: Android Deployment
Topic: Database call using Url on Android
Replies: 2
Views: 2261

Re: Database call using Url on Android

There we go, now it works! :D

Thanks a lot

///Peter
by Peter@multidesk.se
Fri Jan 10, 2014 4:09 pm
Forum: Android Deployment
Topic: Database call using Url on Android
Replies: 2
Views: 2261

Database call using Url on Android

Does anyone know why this does not work on an android phone. it is a simple database calls, where i use the contents of an URL for that purpose. there is nothing wrong with the method since it works perfectly in the development environment and also in iOS. What happens is ... Nothing, the app freeze...
by Peter@multidesk.se
Thu Dec 19, 2013 10:19 am
Forum: iOS Deployment
Topic: Calculate bearing
Replies: 11
Views: 7383

Re: Calculate bearing

Ender Nafi, you're a rock!

Now it works exactly as it is supposed.

Math is certainly not my forte, so I really needed to get some help with this.

Thanks!

/ Peter
by Peter@multidesk.se
Wed Dec 18, 2013 4:30 pm
Forum: iOS Deployment
Topic: Calculate bearing
Replies: 11
Views: 7383

Re: Calculate bearing

When I try the code below, I get the answer 0.00 ... something, when in fact, I should get 222.059, which is the true direction between these waypoints. how come? / Peter on mouseUp put "59.562955" into plat1 put "17.046411" into plon1 put "58.02317100" into plat2 put "14.46755500" into plon2   loca...
by Peter@multidesk.se
Tue Dec 17, 2013 6:52 pm
Forum: iOS Deployment
Topic: Calculate bearing
Replies: 11
Views: 7383

Re: Calculate bearing

no! I was wrong. :? the code works but does not give the answer I need. It answers with number close to zero, not with the range of 0 - 360 that I need. I dont know if it's me that does something wrong, so I still need help with this problem. I have two geographic points that my app needs to figure ...
by Peter@multidesk.se
Tue Dec 17, 2013 11:11 am
Forum: iOS Deployment
Topic: Calculate bearing
Replies: 11
Views: 7383

Re: Calculate bearing

Jean-Marc

Just what I needed!
your code worked right away, without any problems

Thanks a lot

/Peter

Go to advanced search