ApplicationVerificationFail during launching ios app with robovm & libgdx - libgdx

We are developing games with robovm(0.0.11) and libgdx(1.0.0), When we launching ios app on the ipad, there is an error tip: ApplicationVerificationFail.
But when I create a second game with the same signing identity and provisioning profile, it's OK!
So it is very strange, why our first game occured ApplicationVerificationFail on iPad device?
Any information will be appreciated!
Thanks in advance!

I have fixed the problem.
Because there is a png with chinese name, there will be ApplicationVerificationFail!
We must delete the Chinese png and rename app.mainClass and app.executable!
Hope it helpful to somebody!
thanks at the same!

Related

Is there any way to record an hls live stream video in safari webview (ionic)?

I'm creating a streaming app with ionic. Is there a way to record a video being played on an iOS system? I need to have a REC button working. I have already searched libs and API but I didn't found any, except for experimental WebRTC support. I don't want to ask my clients to turn on experimental features just to get the app working. Thank you. Currently works on Android with MediaRecorder API.
Cordova-replay is problem on iOS 14, because it uses a deprecated API
IOS has an application for screen recording. Just record and then edit the video to remove the edges.
Record screen:
Android: ionic-screen-recorder.
IOS: cordova-replay.
Use these two Cordova plugins and you can record the screen.
If anyone is going through the same problem, use back-end for processing timestamps and solutions to record your hls stream or .mp4 stream and then send it back correctly to ionic app. I haven't found any solution in-app only. Here a lib that could help.
https://github.com/IcaroAugusto/node-hls-downloader#readme

Windows phone, Using photocamera

I looked at the microsoft documentation on how to create an camera application but i got lost quickly. Here is my question:
How to make the screen show what the camera sees? Do you do this using canvas? I'm really stuck guys.. can you help please?
Are you following the sample camera app?
How to create a base camera app for Windows Phone 8.
They use a Canvas and set the background of the Canvas to the Camera's output. It is very simple to follow. Remember to set the Camera Capability <Capability Name="ID_CAP_ISV_CAMERA"/> in the WMAppManifest.xml file.

App crashes after take photo in iOS

I'm developing my app with "Adobe Flash CC 2014" with AIR 15 SDK.
I tested with iPhone 5S while developing. On iPhone 5S everything works perfect.
Today i try to test with iPhone 4 and it crashing while after taking photo with camera.
I didn't use ANE file for taking photo. I google it this issue, someones write this is memory issue.
Any ideas for what am i going to do?
edit:
I used distriqt Camera ane to solve this issue.

How to display facebook profile pic in Flash AIR mobile app for ios

I am working on Flash AIR application for iphone, using "facebook-actionscript-api" for Mobile.
does anybody know how to display FB user's profile pic using above API?
Thanks & Regards,
Swati.
Suposing that you already know how to login on FB Mobile.
FacebookMobile.api("/me", callbackFunction);
In the callback function you'll receive a lot data from the logged user.
If you are a newbie, come here. It's a article for Flex, but you can use the same info for anything in Flash.

how to launch resident vid player from mobile site

im trying to launch the resident vid player in a phone from a url on a mobile site
and having a tough time doing this
there are lots of complexities
1) the vids are on amazons cloudfront
2) they are signed and streaming
3) i want to write one codebase and have it work for both iOS and android
so ive got the signed and streaming bit to work on the normal desktop site
and using flowplayer
in order to keep to the one codebase idea
im using html5/jquery mobile
so whats the html5 that will launch the vid player for both platforms
is there even such a thing
thanks so much for your help
Checkout jw player http://www.longtailvideo.com