Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

app-store

Support url for app submission in appstore

July 17, 2023 by Tarik

The support url is now required. You can make a free account at a site like: http://www.wordpress.com/ or similar.

Categories ios Tags app-store, ios Leave a comment

No valid ‘aps-environment’ entitlement string found for application on app store

June 20, 2023 by Tarik

I fix this problem by enabling push notification capability. Click on .xcodeproj -> Capabilities -> Enable Push Notification

Categories ios Tags app-store, apple-push-notifications, entitlements, ios, xcode Leave a comment

App Store Connect Screenshots Sizes for all iOS (iPhone/iPad/Apple Watch) devices

June 17, 2023 by Tarik

The following resolutions are acceptable to iTunes connect: Inch Height*Width Devices 3.5 640 x 960 iPhone 3+4 4 640 x 1136 iPhone 5, iPhone 5S, iPhone 5C 4.7 750 x 1334 iPhone 6, iPhone 6S, iPhone 7, iPhone 8 5.5 1242 x 2208 iPhone 6 Plus, iPhone 6S Plus, iPhone 7 Plus, iPhone 8 Plus … Read more

Categories iphone Tags app-store, app-store-connect, iphone Leave a comment

Is it possible to use transparency in an iPhone app icon?

June 9, 2023 by Tarik

Apple may have updated the interface guidelines since this question was asked, but transparency is now expressly not allowed. See more here: https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/

Categories ios Tags app-store, icons, ios, png, transparency Leave a comment

iOS installing apps without app store [closed]

June 9, 2023 by Tarik

Apple supports “Ad-Hoc” application distribution for exactly this purpose, but it is limited to 100 devices. If you have an Enterprise developer account, you can do Ad-hoc distribution within your organization, as well. iOS Developer Distribution Options iOS Developer Enterprise Program

Categories iphone Tags app-store, appstore-approval, ios, ios4, iphone Leave a comment

AppStore Submission – Missing or invalid signature – com.google.GPPSignIn3PResources

June 8, 2023 by Tarik

Just remove files below and build your app as usual! GooglePlus.bundle/GPPSignIn3PResources GooglePlus.bundle/GPPCommonSharedResources.bundle/GPPCommonSharedResources GooglePlus.bundle/GPPShareboxSharedResources.bundle/GPPShareboxSharedResources

Categories ios Tags app-store, app-store-connect, ios, xcode Leave a comment

xcode 6 upload app with error: iTunes Store operation failed Error Description not available

June 7, 2023 by Tarik

I had this error once, too. Then I realized the provisioning profile (Project Targets -> Code Signing) was set to ‘Ad-Hoc’ profile instead of ‘Production’ profile. Setting it back to ‘Production’ did the trick for me.

Categories ios Tags app-store, app-store-connect, ios, iphone, xcode6 Leave a comment

How to make a “Rate this app” link in React Native app?

June 5, 2023 by Tarik

Use Linking to open up the url to the app store. To construct the proper url, follow the instructions for iOS and/or android. E.g. Linking.openURL(‘market://details?id=myandroidappid’) or Linking.openURL(‘itms-apps://itunes.apple.com/us/app/apple-store/myiosappid?mt=8’)

Categories ios Tags app-store, ios, react-native Leave a comment

Can an iOS app file be updated while the app is still in review? [closed]

June 3, 2023 by Tarik

You can reject your first binary and upload the new one. Your position in the review queue will be reset. If you are worried about the release date more than your stability fixes you can just submit the update immediately after it is released to the app store. App Store Submission Tips Changing the Status … Read more

Categories ios Tags app-store, app-store-connect, ios Leave a comment

How to make QR code for BOTH Android Market and App Store [closed]

June 2, 2023 by Tarik

A QR code is just a link / URL, soo point to a URL on your site and use PHP to determines if the user is using Android or iPhone. Then do a PHP header location to the iPhone app URL if it is iPhone, or Android app if it is Android. Here is the … Read more

Categories android Tags android, app-store, google-play, ios, qr-code Leave a comment
Older posts
Newer posts
← Previous Page1 … Page5 Page6 Page7 … Page15 Next →

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa