I am trying to build the superhero wallet into IOS.
I was following the readme and did following steps.
cordova prepare ios
Opened xcode with the .xcodeprojec file
Showing this Issues
Value for SWIFT_VERSION cannot be empty.
Any help is appreciated
thanks
Related
I am creating flutter windows plugin with c++ which uses bluetooth device. The problem is my app is crashing just before I start scanning because of similar reason as this.
In the answers, they suggested adding bluetooth in Capabilities in appxmanifest in windows. But how can I do this for flutter project? I tried msix package for this, but to no avail. I would really appreciate your help if you could help me on this!
I'm trying to use expo-dev-client to add react-native-sms-retriever library to my project because expo doesn't have a library that supports reading sms messages. In expo documentation, it's suggested that I should use expo-dev-client to add custom native code. You can see the documentation here: https://docs.expo.dev/workflow/customizing/#developing-apps-with-custom-native-code
I followed all of the steps in starting guide for expo-dev-client. https://docs.expo.dev/clients/getting-started/
But when I start my app using "expo start --dev-client" and run on android, a white screen is shown for a second and then I'm redirected to expo go application page.
in console, the following 2 lines are written:
› Opening on Android...
› Opening com.droppgroup.masterclean://expo-development-client/?url=http%3A%2F%2F127.0.0.1%3A8081 on LDN_L21
I tried this on real device and 2 other emulators but I got the same result. I reinstalled expo go application and it still doesn't work.
Any suggestions on what I can do to make this work?
The issue may be a problem with Expo config plugins, which configure native code for an Expo project, by configuring Info.plist for example. I am currently experiencing a similar issue, though after scanning the QR code, I am directed to a black screen in my Expo Dev Client which crashes and takes me back to the home page. The Dev Client worked perfected until I ran expo add react-native-bluetooth-classic, since I am trying to access iOS bluetooth APIs. I am currently working on this issue, but I just wanted to point you in the direction of config plugins since the examples Expo gives for customizing your runtime have config plugins registred in the "plugins" property of app.json.
It may be necessary to create your own plugin, though I am unsure.
Please let me know if you come up with any fixes, and so will I.
Appcelerator application is not opening after installation. I tried one android module which was invoked in index.js to check if device datetime was enabled.When i commented this module reference from tiapp.xml, it worked. But i need this module. Please help on this.
Which version of Titanium SDK are you using? If we consider that you are using SDK 6.0 and above, then for Android modules, you need to re-build them with Titanium SDK 6.0 to make it compatible. For this reason if you remove the module it is working fine. Can you rebuild the module using the updated SDK and confirm.
I found the root cause is that Camera,Location,Storage,Calendar permissions are not getting set on app launch. Once i enable them manually via device app settings its working. I tried to set these permissions via example in
http://docs.appcelerator.com/platform/latest/#!/api/Titanium.Android Permissions section but not getting set. Please advise how to set permissions in Android N
How is it possible to integrate Apple Wallet in an App developed in Appcelerator Titanium. This is to support the loyalty card program of an already existing app. I've searched for documentations a modules for this, with little success.
Appreciate if anyone could advise on this. Thanks.
There is the Ti.Passbook module to handle the Passbook and included passes. And for Apple Pay, there is Ti.ApplePay.
I have developed the universal app using xcode 4.2. It is the time to upload the app to iTunes connect(Submit to App Store). Last time i have submitted and created app store build from xcode 3.2.5. Now, i really confused that to create an app store build from XCode 4.2. Please help me to get an app store build from XCode 4.2. I need to submit app to App store today itself. Please help me. Thanks in advance. How to get the .app file and how to upload the .app file through Application Loader application? Please help me.
I have got the answer for my own questions. I have used Apple document to submit my application to app store. This link may very useful for you. Please keep it safe. http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/DistApps/DistApps.html
Thanks.
In Xcode4.2 you need to do following steps;
1)Set iOS Device as platform
2)Go to Product->Archive
3)xcode organiser get open, select your archive and select Submit/Share as per your requirment.