Update: when you do the show leaderboard node do not put in anything for the category name
@CowlandGameStudios3 жыл бұрын
good vid! How long have you been learning unreal?
@edwardtohme92804 жыл бұрын
Love your videos! Please do IAP next!
@TheUnrealCousinzzz4 жыл бұрын
check out this video: kzbin.info/www/bejne/sJ7Rc559fdqEbLM
@TheUnrealCousinzzz4 жыл бұрын
Also, in app purchases video coming soon
@LitAngelo Жыл бұрын
Hey, thanks so much for your vids, I have a couple of questions. Does Game Center work in Development builds? and is there any specific things to keep in mind when trying to implement IOS multiplayer in blueprints?
@TheUnrealCousinzzz Жыл бұрын
I am pretty sure that it has to be through testflight for it to work because you have to have an app in app store connect. Also, explain what kind of multiplayer you are talking about.
@LitAngelo Жыл бұрын
@@TheUnrealCousinzzz thanx for that, I had my app in TestFlight and everything but it just kept crashing when trying to create a session using the create advanced session node. I tried for a while and couldn’t figure anything out Lol so just gave up for now
@asdrty123 Жыл бұрын
@@LitAngelo hello, have you figured it out? Have similar issue and getting Invalid displayName passed to MCPeerID and LogOnlineSession: Display: OSS: - (void)initSessionWithName:(NSString*) sessionName in xcode debug console when trying to create or join session. Im running without TestFlight, just straight deployed in dev mode to device. Could it be issue?
@asdrty123 Жыл бұрын
@@TheUnrealCousinzzz Have similar issue and getting Invalid displayName passed to MCPeerID and LogOnlineSession: Display: OSS: - (void)initSessionWithName:(NSString*) sessionName in xcode debug console when trying to create or join session. Im running without TestFlight, just straight deployed in dev mode to device. Could it be issue?
@LitAngelo Жыл бұрын
@@asdrty123 if you are very proficient in c++, perhaps you can study how Nineva uses c++ to work with iOS in their plugins. It’s very complex so I’d only say to give it a shot if you are experienced since Nineva plugins are expensive.