I have never done it for iOS, but isn't it just the matter of creating a PDFDocument object and then inserting an PDFPage object into the former at each page?
Post
Replies
Boosts
Views
Activity
Perhaps, it's obvious. But what's obvious to you is not really obvious to the rest of the world. I would explain in detail the relationship between "we" or "our" or "our own account" and all other parties including "Osiel Lima", "developer", "the previous account."
Topic:
Community
SubTopic:
Apple Developers
_world security permission gives anyone with or without an iCloud account the ability to create, read or delete a record. So why would you even want to give the user without an iCloud account permission to create or delete a record?
Topic:
App & System Services
SubTopic:
iCloud
Tags:
it shows "Missing Metadata" status
Where is it? The word it doesn't deliver much of a message unless you show a screenshot or something.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
You are not setting the year, month, day of the month.
var comps = calendar.dateComponents([.year, .month, .day], from: date)
comps.hour = hour
comps.minute = minute
Topic:
App & System Services
SubTopic:
Notifications
Tags:
What do you mean by
every street will have a certain time when parking is forbidden
?
So your app reminds you to move your car. It doesn't really matter where it's currently situated, right? If that's the case, its objective is basically to send a notification, and the use of 'the current GPS location' doesn't really play a role, does it? Or does it compare the last location with the current position and tell you how many yards it has been moved?
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
App Review states they are unable to buy the in-app purchase
Have you asked what they mean by 'unable to make a subscription purchase'? It could mean that
the purchase sheet doesn't appear
they don't see a button leading to the purchase sheet
they don't see a list of products
they tap something that is not even a button or something without a tap gesture
I would make sure that I were on the same turf as theirs.
Topic:
App & System Services
SubTopic:
StoreKit
Tags:
Did you try to add a comment to the reviewer explaining what your app doesn't do with this location ?
Yes.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
In the end, I've decided to remove the blue dot on the map since the application doesn't necessarily need it. Therefore, the application doesn't need Location Services any more. I'm going to move on with my life, forgetting about the blue dot. What a big deal...
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
Clarification on “not responsive” Since all buttons respond correctly during our testing, I’d appreciate clarification on what App Review typically means by “not responsive” in this context:
It could mean that they are tapping something that is even a button. I had a case about 6 months ago where they claimed that nothing happened when he or she tried to make a subscription purchase. This 'something' was not even a button or anything with the tap gesture.
If I remember correctly, the same reviewer claimed that the user was not able to post a support request at our website when in fact it was just the matter of scrolling down a little further to find a text box and a button.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
I would make sure that everything is visible as intended under the last OS version. Also, you may want to test it with an actual iPad device since that's what they usually use.
There was a case where the reviewer was not able to see toolbar buttons because they were shrunken into 2 x 2 dots under iOS 26.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
おはようございます。それは残念ですね。
ここは英語が公用語なので、英語で問題を定義しないと、誰からも返事は届かないと思いますよ。
とりあえず日本のApple社に連絡をして相談した方がいいでしょうね。まずはContact Us
で連絡をしてみたらどうでしょうか?
きっと最初からやり方が間違っていたのではないでしょうか?依頼主に頼まれてアプリを開発する時は、まず依頼主に開発者登録をしてもらうことから始まります。
Topic:
Community
SubTopic:
Apple Developers
Tags:
I've asked Gemini. It says the following.
To answer your question directly: Yes, you absolutely need the Privacy keys in your Info.plist.
Even though you are only using the user’s location to show a "blue dot" on the map, Apple considers the act of calling requestWhenInUseAuthorization() a request for "private" data. If that key is missing, your app will not only be rejected, it will likely crash the moment it executes that line of code on a real device.
Topic:
App & System Services
SubTopic:
Maps & Location
Tags:
You may want to ask a search engine about 'iPhone app how to report copyright infringement claim to apple.' I reach the following URL at Apple, Inc.
Meanwhile, I had a desktop application that worked with PDF files. And an Adobe representative contacted THE company telling them that my application's icon was similar to their. I never knew what their icon looked like because a search engine gave different versions. Anyway, I didn't want trouble. So I proceeded to remove the application from the store. After removing the application from the store, I told THE company that I had. The case was therefore closed.
Topic:
App Store Distribution & Marketing
SubTopic:
TestFlight
Tags:
What's the normal that you are referring to? I submitted 20 new software titles to the review last year. The average wait time was probably one and a half days or two to three at most. I had two new software titles that I submitted at the end of the year. I ended up waiting 4 or 5 days for a desktop application and another 2 or 3 days for its iOS counterpart.
An average wait time was 17 to 19 days 15 years ago. So whatever the average time is now, I won't be terribly concerned.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
I have never done it for iOS, but isn't it just the matter of creating a PDFDocument object and then inserting an PDFPage object into the former at each page?
- Replies
- Boosts
- Views
- Activity
Perhaps, it's obvious. But what's obvious to you is not really obvious to the rest of the world. I would explain in detail the relationship between "we" or "our" or "our own account" and all other parties including "Osiel Lima", "developer", "the previous account."
Topic:
Community
SubTopic:
Apple Developers
- Replies
- Boosts
- Views
- Activity
_world security permission gives anyone with or without an iCloud account the ability to create, read or delete a record. So why would you even want to give the user without an iCloud account permission to create or delete a record?
Topic:
App & System Services
SubTopic:
iCloud
Tags:
- Replies
- Boosts
- Views
- Activity
it shows "Missing Metadata" status
Where is it? The word it doesn't deliver much of a message unless you show a screenshot or something.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
- Replies
- Boosts
- Views
- Activity
You are not setting the year, month, day of the month.
var comps = calendar.dateComponents([.year, .month, .day], from: date)
comps.hour = hour
comps.minute = minute
Topic:
App & System Services
SubTopic:
Notifications
Tags:
- Replies
- Boosts
- Views
- Activity
What do you mean by
every street will have a certain time when parking is forbidden
?
So your app reminds you to move your car. It doesn't really matter where it's currently situated, right? If that's the case, its objective is basically to send a notification, and the use of 'the current GPS location' doesn't really play a role, does it? Or does it compare the last location with the current position and tell you how many yards it has been moved?
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
- Replies
- Boosts
- Views
- Activity
App Review states they are unable to buy the in-app purchase
Have you asked what they mean by 'unable to make a subscription purchase'? It could mean that
the purchase sheet doesn't appear
they don't see a button leading to the purchase sheet
they don't see a list of products
they tap something that is not even a button or something without a tap gesture
I would make sure that I were on the same turf as theirs.
Topic:
App & System Services
SubTopic:
StoreKit
Tags:
- Replies
- Boosts
- Views
- Activity
Did you try to add a comment to the reviewer explaining what your app doesn't do with this location ?
Yes.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
- Replies
- Boosts
- Views
- Activity
In the end, I've decided to remove the blue dot on the map since the application doesn't necessarily need it. Therefore, the application doesn't need Location Services any more. I'm going to move on with my life, forgetting about the blue dot. What a big deal...
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
- Replies
- Boosts
- Views
- Activity
Clarification on “not responsive” Since all buttons respond correctly during our testing, I’d appreciate clarification on what App Review typically means by “not responsive” in this context:
It could mean that they are tapping something that is even a button. I had a case about 6 months ago where they claimed that nothing happened when he or she tried to make a subscription purchase. This 'something' was not even a button or anything with the tap gesture.
If I remember correctly, the same reviewer claimed that the user was not able to post a support request at our website when in fact it was just the matter of scrolling down a little further to find a text box and a button.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
- Replies
- Boosts
- Views
- Activity
I would make sure that everything is visible as intended under the last OS version. Also, you may want to test it with an actual iPad device since that's what they usually use.
There was a case where the reviewer was not able to see toolbar buttons because they were shrunken into 2 x 2 dots under iOS 26.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
- Replies
- Boosts
- Views
- Activity
おはようございます。それは残念ですね。
ここは英語が公用語なので、英語で問題を定義しないと、誰からも返事は届かないと思いますよ。
とりあえず日本のApple社に連絡をして相談した方がいいでしょうね。まずはContact Us
で連絡をしてみたらどうでしょうか?
きっと最初からやり方が間違っていたのではないでしょうか?依頼主に頼まれてアプリを開発する時は、まず依頼主に開発者登録をしてもらうことから始まります。
Topic:
Community
SubTopic:
Apple Developers
Tags:
- Replies
- Boosts
- Views
- Activity
I've asked Gemini. It says the following.
To answer your question directly: Yes, you absolutely need the Privacy keys in your Info.plist.
Even though you are only using the user’s location to show a "blue dot" on the map, Apple considers the act of calling requestWhenInUseAuthorization() a request for "private" data. If that key is missing, your app will not only be rejected, it will likely crash the moment it executes that line of code on a real device.
Topic:
App & System Services
SubTopic:
Maps & Location
Tags:
- Replies
- Boosts
- Views
- Activity
You may want to ask a search engine about 'iPhone app how to report copyright infringement claim to apple.' I reach the following URL at Apple, Inc.
Meanwhile, I had a desktop application that worked with PDF files. And an Adobe representative contacted THE company telling them that my application's icon was similar to their. I never knew what their icon looked like because a search engine gave different versions. Anyway, I didn't want trouble. So I proceeded to remove the application from the store. After removing the application from the store, I told THE company that I had. The case was therefore closed.
Topic:
App Store Distribution & Marketing
SubTopic:
TestFlight
Tags:
- Replies
- Boosts
- Views
- Activity
What's the normal that you are referring to? I submitted 20 new software titles to the review last year. The average wait time was probably one and a half days or two to three at most. I had two new software titles that I submitted at the end of the year. I ended up waiting 4 or 5 days for a desktop application and another 2 or 3 days for its iOS counterpart.
An average wait time was 17 to 19 days 15 years ago. So whatever the average time is now, I won't be terribly concerned.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
- Replies
- Boosts
- Views
- Activity