i have new in ios how to prepare and install build on diawi - objective-c

I have an application on App Store with 5.9 build version.But he wants to install it on the above of App store build. I changed my build version from 1.92 to 1.9 and gave him Diawi link . Now he is unable to install Both 1.9 and 1.92 This issue is coming only in iOS 8 and above. I can install the Diawi link to ios 7 and its working perfectly.
Advance th#nx for helping me....

Try enabling TestFlight in your iTunes and share the app with the version you need. I'd recommend you to use Fabric(crashlytics) which takes care of maintaining all the shared app's builds and crash reporting.

Related

Is it safe to create a new app with updated tech using old package name in react native?

I just upgraded my react-native project to the latest 0.67 version from 0.62 and also gradle from 4.1.0 to 7.1.0 but my app is crashing not even opening after build for release
So I am thinking to create a fresh app with the same package name and then upload again to google play store will google accept it as an update or it will be problematic ?
Please help me i already wasted my 3 days in trying solving crash error .

Android 12 crash latest react-native-track-player version

After updating app in android 12 and try to run app in android 12 device and simulator facing issue for crashing.
Here is issue.
androidx.media.session.MediaButtonReceiver: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present'
Resolve
With use of android:exported="true" fixed issue for run app but service not start once player on in app. so again crash app.
Please check the Github for React-Native-Track-Player.
There is a Beta version for use with Android 12.
Following this question, anyone was able to patch the package to make it work on Android 12? Using a non-final version seems more buggy than just adapting the stable one.

ERROR ITMS - 90167 No. app bundles found in the package on macOS Sierra

I am using Xcode 7.3.1 on macOS Sierra which I just updated yesterday.
Since I updated, I can't upload any more builds to Testflight; I always get this error message.
ERROR ITMS - 90167 No. app bundles found in the package
I see from research that this problem only happens in the macOS Sierra beta, but I worry it's going to continue through the final release
After a deep search and investigation, I finally decided that there is nothing wrong with our build. There was a problem when uploading our build with Apple iTunes Connect, which is that server denied uploading our build on Xcode 7.3.1 on macOS Sierra. But, uploading with Xcode 8 is working just fine. Just use the Application Loader from Xcode 8 if you are not ready for Migration to Xcode 8, or if some of your project's third party libraries don't support Swift 2.3.
So, how do I pass this?
Simply, just install two version on Xcode: one to continue your development.And one for uploading the submit.
Here is how : https://blogs.oracle.com/mobile/entry/how_to_install_multiple_xcodes
Create an archive from your Xcode 7.3.1 and export an .ipa with with your production profile. Then upload that .ipa via the Xcode 8 Application Loader. This is inside the Xcode app bundle: Xcode.app/Contents/Applications/Application Loader.app
You can also get to it inside of Xcode:
Xcode menu > Open Developer Tools > Application Loader
This is the only solution until Apple fixes it, believe me.

Xcode 6.4 updated to 7.1 version but Xcode still shows 6.4

I have recently updated Xcode 6.4 to 7.1 but after successful update it still shows 6.4. Anything else I need to take care while upgrading to 7.1 ?
My Mac OS version is 10.10.5 .Please give some assistance , thanks in advance.
Have a similar question here but no answer found
Xcode 7 update completes but Xcode 6.4 remains
I've had issues like this before and found that deleting old Xcode and installing the new new one downloaded from Apple works better than using the Mac App store.
Once logged into developer.apple.com you should be able to get the 7.1 dmg from https://developer.apple.com/downloads/ download that (http://adcdownload.apple.com/Developer_Tools/Xcode_7.1/Xcode_7.1.dmg) and install from there.

iOS 7 users unable to install new version

We have just released a new version (v1.5) of our app on AppStore, this version was built using Xcode 4.6 using base SDK 6.1, supporting iOS 5.0 as minimum version. Now the problem is that iOS 7 users are unable to install the latest version (v1.5), however they can see 1.5 version on AppStore but when they install it they get 1.4 version.
Note: We submitted this app using Xcode 5.0 as Xcode 4.6 just got stuck in the middle...
Apple is currently reviewing apps with iOS 7 devices. So they have (with very high probability) reviewed your app on an iOS 7 device.
If the app has been recently released, then it may only be that servers need some time to refresh. If it has been a long time since the app was released (more than one day), then you should contact Apple support and ask them to see what is going wrong with their App Store system.
Unfortunately the issue was sporadic, it happens with those users who use "App Store" mobile app to install our application. App Store displays latest version in the App-Store app but when they install it they get a previous version on their devices. Then again if user launches "App Store" he is able to upgrade to the latest versions. This issue doesn't effected our existing customers but the new one (those who have deleted the app from their device also experienced similar issues). We had a long conversation with Apple on this issue over emails, finally they admitted that it was due some problem at their end.
Now it is fixed for our app and we no longer have this issue for current release. I hope this post will help to someone having similar problem.