Hi,
We are posted our app to TestFlight to test camera functionality. Any time we try to access any method or properties on the Device object in the hybrid website .. e.g: Device.Valid the iOS app crashes. I have included a very stripped example projects of both the client and website.
This works on the iOS simulator and Android when posted to google play.
Any help of suggestions would be appreciated!
Thanks,
HAL.
Hi Harold,
Glad to hear it’s working on Google Play!
Can you try adding this to iOS?
<PropertyGroup Condition=”‘$(TargetFramework)’==’net9.0-ios'”>
<MtouchInterpreter>-all,Humanizer</MtouchInterpreter>
</PropertyGroup>
All optimizations and linking/trimming should be disabled.
You can also compare your configuration to our sample app that we deploy:
wisej-hybrid-examples/Showcase/App/HybridApp.csproj at 4.0 · iceteagroup/wisej-hybrid-examples
HTH,
Levie
Please login first to submit.