Search results for

4.3

572 results found

Post

Replies

Boosts

Views

Activity

Reply to ERROR ITMS-90596: "Invalid Bundle. The asset catalog at 'Payload/MyABQ.app/Assets.car' can't be read. Try rebuilding the app with a non-beta version of Xcode and submit it again.
Sorry, I am using the very latest, xcode 9.3 beta 4From the Testflight page saying my version should work:Apps built with Xcode 9.3 beta 4 using the SDK for iOS 11.3 beta 4, tvOS 11.3 beta 4, and watchOS 4.3 beta 4 are now supported.I have a partial answer. The person submitting the app bundle wasn't using Xcode 9.3 beta 4 to launch ApplicationLauncher. When I do that now I get: No suitable application records were found. Verify your bundle identifier 'com.appcitylife.myabq-1' is correct.My bundle identifier is correct.And here is the answer to this problem: sign into the correct iTunesConnect account that has your app's bundle identifier already set up.So, no more problems today.
Mar ’18
App Development with Swift Book - stuck at unit 4.3
Dear all,I am trying to learn how to code with Swift, I really want to and, to start, I completed the Intro to App Development with Swift. So far, so good ...I then passed to the App Development with Swift book as it was supposed to be a step up (at least in difficulty). I completed the first 3 units and started the 4th a few days ago.I am now stuck at unit 4.3 (Model View Controller) during the Lab at the end of the unit. No matter what I write (even if I try to copy exactly what is in the 'solution' project) I keep getting an error when trying to create Outlet(s) from the main.storyboard's text fields to the AthleteFormViewController.swift file. This error says: Could not insert new outlet connection: Could not find any information for the class named AthleteFormViewController (all of this in red color). This is the second consecutive exercise that I would have to abandon because following the EXACT instructions given in the book puts me into a dead end. Then I confront with the solutions, try them
10
0
2.3k
Mar ’18
Reply to 4.3 Design Spam (Suggestion for Apple)
Oh my.... and I thought I was the only one having this problem with AppleI have four AppsPoolAppLive, DartsAppLive, SnookerAppLive and LeagueAppLive, all have different features, logos, text and all are marketed brands.All use a core scoring feature (obviously)All these were on the App Store before this 4.3 policy was introduced or changed.Now Apple wants me to produce one App that has an initial menu to pick one of the sportsCoding this is easy enough, but why would I want to do this?Each App has it's own identity and brand by design. Each is linked to a customer website , for example mktpl.poolapplive.com each has been advertised seperately at cost to myself. I want customers to find my App by simply typing in the brand name as they already do on both Android and iOSI am not spamming. I find this really quite insulting, if it wasn't for developers like myself Apple would be selling their devicesWe also pay for this service (unlike other app stores)I agree spamming should not be allowed, but this is
Mar ’18
Anyone Noticed Inconsistent Exercise Time Tracking in watchOS 4 Beta ?
AllAnyone else noticing weird issues with time inconsistencies for exercises in watchOS beta 4.3 ? Specifically I have noticed that the Exercise time (recorded in each exercise) does not match the Exercise team now being shown on activity. An example. I setup a 30 minute per day exercise goal for testing and completed about 6 minutes of light exercise through the day. I then set a run workout and did 31+ minutes (which showed in the completed exercise summary screen after the run). Therefore at a minimum I would expect the 'you've closed your exercise ring' message and also in Activity see about 36 to 37+ minutes of total exercise............WRONG.At the end of the run as I mentioned above I see 31+ minutes. Go to Activity for the day (after allowing time to sync etc) and it shows 29 minutes ! Even on the watch after the workout it showed 29 minutes although the exercise summary there too showed the 31 minute run !Not sure what is going on but certainly only happened since the beta.Bug filed but wond
2
0
941
Feb ’18
One version for iPhone and another for iPad
Hello,Is it still possible to have 2 versions of the app on AppStore, One version only for iPhone/iPod and another only for iPad?I just got a rejection (see below), but I think it was a mistake from the review team.ThanksGuideline 4.3 - DesignYour app provides the same feature set as many of the other apps you've submitted to the App Store; it simply varies in content or language. Creating multiple Bundle IDs of the same app is not appropriate.Next StepsTo resolve this issue, please combine apps with similar feature sets into a single container app. You should differentiate varied content within your app by categorizing elements into groups, using in-app purchase API, and location services to deliver content to users.Once you have done so, please reply to this message via Resolution Center indicating the app name and Apple ID of any container apps submitted under your Apple Developer Program account.
1
0
385
Feb ’18
Guideline 4.3 - Design - Spam - In app purchases
I have a few apps that are in the App Store for 2 years, but now they have been rejected because of the Guideline 4.3 - Design - Spam.All these apps have In app puchases and hundreds of users paid for them. I'm aware that these purchases cannot be transfered to our new container app, and my question is: what would be the best approach for the users to have their purchases in this new app? It seems to me that we're only allowed to issue 100 promo codes for each in app purchase, what wouldn't be enough for us. Have anyone else experienced the same problem?Thank you!
6
0
1.6k
Feb ’18
Reply to Guideline 4.3 - Design - Spam - In app purchases
I believe your question is - how can I transfer IAPs purchased under one or more apps to a new 'container app' that I am creating to satisfy Apple's 4.3 issue.Revise the current app so it:1) flashes an introductory screen telling the user that the app functionality has been transferred to a new container app that they can download for free from the App Store. Include a link to that new app. Apologize for this inconvenience caused by Apple's new policy. Tell the user that this will allow them to access multiple 'thingies' (e.g. Barber shops, movie theaters, museums) all under the new app. 2) load the user's purchased IAPs into their key-value file in their iCloud account or use the shared space in the keychain or a shared NSUserDefaults file3) Tell App Review in the review notes that this revision is being pushed into the App Store to switch users to the new container app.Create a new container app that looks at the shared space to credit the user with their IAPs.
Topic: App & System Services SubTopic: StoreKit Tags:
Feb ’18
Reply to Having Multiple Similar Apps
4. 3 Design: SpamGuideline 4.3 - DesignYour app provides the same feature set as many of the other apps you've submitted to the App Store; it simply varies in content or language. Creating multiple Bundle IDs of the same app is not appropriate. Next Steps To resolve this issue, please combine apps with similar feature sets into a single container app. You should differentiate varied content within your app by categorizing elements into groups, using the in-app purchase API, and location services to deliver content to users. Once you have done so, please reply to this message via Resolution Center indicating the app name and Apple ID of any container apps submitted under your Apple Developer Program account.
Feb ’18
Reply to How to prevent crash due exceeding background time?
Since it takes a day or two to try and verify anything on this problem (no luck so far with anything I tried), francisaugusto, can you tell me if you're accessing the extension delegate from your complication controller at any point? In my early tests, it looked like the app could work indefinitely for as long as the complication didn't need to access the extension delegate (or extension delegate to access the complication controller). I had a setup where I would just show the time of the latest refresh on the complication, and I'd initiate the complication server refresh on the extension delegate, without setting any chanel of communication between the extension delegate and complication controller.Can you also tell me are you forcing the main thread execution onto anything background tasks related in your extension delegate methods? I was all along forcing the task completion onto the main thread, as per some suggestion I've read somewhere, but now I'm running a test where I've eliminated all main thread fo
Topic: App & System Services SubTopic: General Tags:
Feb ’18