Search found 7 matches

by nicolascro
Sun Oct 25, 2015 8:18 pm
Forum: iOS Deployment
Topic: Current state of sockets on IOS
Replies: 3
Views: 3119

Re: Current state of sockets on IOS

Hi again, While I am having great results working with sockets on a local networks for an IOS multiusers game, I now want my apps to be able to access my socket server from the web rather than only from the local network. what is the right way to do it? -Is there actually a way to run a standalone (...
by nicolascro
Tue Sep 29, 2015 3:50 pm
Forum: iOS Deployment
Topic: Current state of sockets on IOS
Replies: 3
Views: 3119

Re: Current state of sockets on IOS

Thanks LCMark,

I previously had problems with 7.1.0 RC3, but I just tried 7.1.0 STABLE which was apparently released a few days ago and it all works fine!!

Great!
by nicolascro
Tue Sep 29, 2015 12:06 pm
Forum: iOS Deployment
Topic: Current state of sockets on IOS
Replies: 3
Views: 3119

Current state of sockets on IOS

Hello, I want to develop a simple multi-users game and I figured out using sockets would be a good option. But although I've been doing some successful attempts on mac and windows using the chat server sample stack as a starting point, I can't get it to work properly on iOS (client) I've been lookin...
by nicolascro
Wed Sep 16, 2015 1:05 pm
Forum: iOS Deployment
Topic: Build standalone with 8 indy (Linking for arm (arm7) failed
Replies: 5
Views: 4122

Re: Build standalone with 8 indy (Linking for arm (arm7) fai

Hi Neil, thanks for the answer, I am kind of glad it is not only me. I'll report the bug, thanks but now, that leaves me with no possibility to publish either using 7.1 (bug) nor 8(bug), I had updated from 7.0.6(which is what I had been using successfuly until recently) because I started having prob...
by nicolascro
Wed Sep 16, 2015 10:43 am
Forum: iOS Deployment
Topic: Build standalone with 8 indy (Linking for arm (arm7) failed
Replies: 5
Views: 4122

Build standalone with 8 indy (Linking for arm (arm7) failed

Hi, I've recently installed LC indy 8.0 dp4 and when I attempt to build a standalone (with any app even the simplest hello world app) I get: Linking for arm (arm7) failed with duplicate symbol _NXargc in: /Applications/Xcode.app/Contents/Developer/Platofrms?iPhoneOS.platform/Developer/SDKs/iPhoneOS8...
by nicolascro
Wed Sep 16, 2015 10:37 am
Forum: iOS Deployment
Topic: App not showing on iPad
Replies: 2
Views: 3133

Re: App not showing on iPad

Hi, I've got the same problem here, any app I build with 7.1 when installed on my iphone5 shows the splash screen and then closes. although on my ipad they work fine (same version of ios) the same apps built with 7.0.6 or 8 work normally. (although to be honest, apps build with 7.0.6, while they wor...
by nicolascro
Fri Mar 20, 2015 2:35 pm
Forum: iOS Deployment
Topic: mobilePlaySoundOnChannel not working on iPhone 5S iOS 7.1
Replies: 12
Views: 9705

Re: mobilePlaySoundOnChannel not working on iPhone 5S iOS 7.

Hi Geoff, I've had the same issue and your post (regarding the mute switch) saved me :idea: :idea: . I didn't think about the mute switch either. Many thanks!! However, in my app, while most of the time mobilePlaySoundOnChannel didn't work( when switched to mute), it did work sometimes for no appare...